Remove "My Recent Documents" from the Start menu
You can easily remove the "My Recent Documents" from the Start menu by using this value.
[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer]
"NoRecentDocsMenu"=dword:00000001
Setting it to 1 removes it from the Start menu; setting it to 0 adds it back. The value is a DWORD type value.
» Example Registry Tweak
; Remove "My Recent Documents" from the Start menu ; [HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer] "NoRecentDocsMenu"=dword:00000001