
Quote: Originally Posted by
BBFlunkie
How to Customize the Start Button right click context menu?
I also miss this feature.

Quote: Originally Posted by
BBFlunkie
I've used custom Registry entries since Windows 95
I used this REG-file till Vista:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Notepad]
[HKEY_CLASSES_ROOT\Directory\shell\Notepad\command]
@="c:\\windows\\notepad.exe"
[HKEY_CLASSES_ROOT\Directory\shell\Regedit]
[HKEY_CLASSES_ROOT\Directory\shell\Regedit\command]
@="c:\\WINDOWS\\REGEDIT.EXE"

Quote: Originally Posted by
BBFlunkie
I've looked in the Registry for these entries, nothing useful, and no apparent way to add to this list.
I also tried some locations from
this list - but no luck.
Also
this tutorial is only working in Vista.
I think the above REG-File should work - but perhaps some policy rules suppress the appearance of the menu entries.