I want to add another option to the system menu(Alt-Space) in Windows. What locations in the Windows Registry control the entries on this menu?

Registry

link|improve this question
Also, make sure to link your SU and SO accounts by clicking on your username at the top of the page and selecting the Accounts tab. – heavyd Feb 25 '10 at 22:44
sorry about the duplicates... =p – Shady Feb 25 '10 at 22:46
feedback

1 Answer

The system menu can only be changed programmatically.

See my answer on How to add custom item to system menu in C++ from StackOverflow (where this question belongs and shouldn't have been migrated from in the first place).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown