*You recognize this post if you use multiple sites, but i assure you i am the author of both, if you would also like more information on creating registry scripts, that can be supplied as well.
All keys apply to the start menu:
**Use this key path unless otherwise stated**: Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
add keys wanted below path in a .reg file
value
00000001 = 1 for enabled
value
00000000 = 0 for disabled
*I will write all all code with intention of enabling the feature.
*These hacks should also remove the checkboxes from the start menu customization menu, so keep your script, in case you wish to go back.
*Nearly all of these changes will require a logoff or reboot to take effect
Set Recent Documents maximum size:
*This one you may enter the size you wish: Suppiled is the value for 10.
Code:
"MaxRecentDocs"=dword:00001000
Clear Recent Documents on logoff or shutdown: Code:
"ClearRecentDocsOnExit"=dword:00000001
Reomove Recent Documents: Code:
"NoRecentDocsMenu"=dword:00000001
Reomove Favorites Menu: Code:
"NoFavoritesMenu"=dword:00000001