Removing recently viewed documents from Start menu

  • Thread starter Thread starter microsoft.public.com
  • Start date Start date
M

microsoft.public.com

I know this can be done but I can't for the life of me recall/find the way.
How do you prevent every recently used doc from appearing in "documents" (or
remove the "documents" altogether) in the win2k start menu?

TIA

Dirk
 
Woops, sorry about the FROM on this. Obvously typed the SERVER name in the
worng spot (YEEEESSSHHH ! ;-( )

Dirk
 
microsoft.public.com said:
I know this can be done but I can't for the life of me recall/find the way.
How do you prevent every recently used doc from appearing in "documents" (or
remove the "documents" altogether) in the win2k start menu?

TIA

Dirk
You can download tweakui which has a setting that deletes the recent list
after logoff, or you can just delete the entries from your recent folder.
There is probably a registry setting somewhere that disables it altogether
but I don't know for sure.
 
TweakUI! That's it! Thanks Shawn!

Dirk

shawn modersohn said:
You can download tweakui which has a setting that deletes the recent list
after logoff, or you can just delete the entries from your recent folder.
There is probably a registry setting somewhere that disables it altogether
but I don't know for sure.
 
You can remove them on an as needed basis by simply Right
clicking your Task Bar (not on a open program or start
menu or sys tray) and select properties. Click the
advanced tab and select clear. Wala all done. Note the
discription of the bar as it removes other entries as well.
 
I know this can be done but I can't for the life of me recall/find the
way. How do you prevent every recently used doc from appearing in
"documents" (or remove the "documents" altogether) in the win2k start
menu?

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
\Explorer]
"NoRecentDocsHistory"=hex:01,00,00,00
"NoRecentDocsMenu"=hex:01,00,00,00

Joe
 
Joe McArthur said:
I know this can be done but I can't for the life of me recall/find the
way. How do you prevent every recently used doc from appearing in
"documents" (or remove the "documents" altogether) in the win2k start
menu?

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
\Explorer]
"NoRecentDocsHistory"=hex:01,00,00,00
"NoRecentDocsMenu"=hex:01,00,00,00

Joe

nice
 
Joe-Using the 1st, do I enter NoRecentDocsHistory as a dword value, then
check hex, then enter 01,00,00,00 as value data?

Dirk



[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
 
Joe-Using the 1st, do I enter NoRecentDocsHistory as a dword value, then
check hex, then enter 01,00,00,00 as value data?

Dirk

Correct, except you just enter a '1' in the value data field. What I had
showed you was the contents of a .reg file, whose execution produces the
results you were looking for.

Joe
 
Even better, just go into the Start Menu properties, Advanced tab, and click
on the Clear button.

--

David Bullock, MCSE, MCSA, A+
Windows NT/2000/2003 Setup Support

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit.
 
Even better, just go into the Start Menu properties, Advanced tab, and
click on the Clear button.

Even better than what? The OP asked for a way to *prevent* recently used
docs from appearing in the Documents menu, or downright removal of the
Documents menu. Your solution accomplishes neither.

Joe
 
Back
Top