Jump to content

Recommended Posts

Posted

Hi all!

So, does anyone know how to do it?

I've tried using this registry tweak

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

but that will remove the recent documents in the new start menu. It doesn't work for the classic one. What do I do to remove it in the Classic Start Menu?

Thanks in advance!

Marthax


Posted (edited)

You have to remove the semicolon at the beginning of the second line, cause everything after a semicolon is ignored in a registry file ( the semicolon is the character to insert comments ).

If this doesn't work, have a try with

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"Start_ShowRecentDocs"=dword:00000002

Edited by Doc Symbiosis
Posted

try this is working for me

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

"ClearRecentDocsOnExit"=dword:00000001

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...