Majki said:
I knew for this one, i done it. But the recent files are gatehered
without concern to that on the secon location too.
This second location is in Application data.
In 'Application data'? Don't you mean it's at
'%UserProfile%\My Recent Documents\'.
(e.g. C:\Documents and Settings\User\My Recent Documents\)
Anyways, i don't think there is a GUI to administer
"NoRecentDocsHistory".
Copy and paste the below to a Text-file (with Notepad); save
as "FileName.reg" (use quotation-marks to get the right
file-extension); right-click the saved file in Explorer and
choose to Merge.
--------------------------- Cut Here ---------------------------
REGEDIT4
; To implement for every user-account on the machine use:
;[HKey_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;
; This will be overridden for the logged in 'current user'
; if setting exist at:
[HKey_Current_User\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;
"NoRecentDocsHistory"=hex:01,00,00,00
;
; If you use the above, you'll probably also want to use:
;
"NoRecentDocsMenu"=hex:01,00,00,00
;
; There needs to be an empty line below this one
--------------------------- Cut Here ---------------------------
I HopeThatHelps.