You can customize your Start menu even more by adding or removing titles/icons/menus/lists. You can also prevent path and program logging. This tech recipe explains how it is done.
Note: All keys apply to the Start menu.
For help on writing scripts, see the following Tech Recipes tutorial:
Stop Windows from Logging Used Programs and Paths:
"NoInstrumentation"=dword:00000001
Disable Changes (e.g., Disable Drag and Drop in Menu):
"NoChangeStartMenu"=dword:00000001
Disable Classic Start Menu:
"NoSimpleStartMenu"=dword:00000001
Remove Pinned Items List:
"NoStartMenuPinnedList"=dword:00000001
Remove Windows Update Link:
"NoWindowsUpdate"=dword:00000001
Remove the More Programs Option:
"NoStartMenuMorePrograms"=dword:00000001
Remove Logoff Icon:
"StartMenuLogoff"=dword:00000001
Prevent Removal of Logoff Icon:
"ForceStartMenuLogoff"=dword:00000001
Remove Turn Off Icon:
"NoClose"=dword:00000001
Questions/Comments: [email protected]
-William. § (marvin_gohan)