Windows explorer references to files get stored in IE history

  • Thread starter Thread starter Rick Blackthorn
  • Start date Start date
R

Rick Blackthorn

When opening files in windows explorer, links get placed in IE's
history.

I want to prevent that.

Which registry key should I change?

--
Critical thinking is required except in religion and politics where it is prohibited. - Vernon Schryver
 
"Rick Blackthorn" wrote:
> When opening files in windows explorer, links get placed in IE's
> history.
>
> I want to prevent that.
>
> Which registry key should I change?


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoRecentDocsHistory"=dword:00000001
 
"Bruno" <bgarbay@yahoo.com> wrote:

>"Rick Blackthorn" wrote:
>> When opening files in windows explorer, links get placed in IE's
>> history.
>>
>> I want to prevent that.
>>
>> Which registry key should I change?

>
>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
>"NoRecentDocsHistory"=dword:00000001
>
>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
>"NoRecentDocsHistory"=dword:00000001


Thank you kindly.
--
Critical thinking is required except in religion and politics where it is prohibited. - Vernon Schryver
 
Back
Top