Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically Sort Start Menu

I'm looking to sort the start menu alphabetically using C#. I've read about deleting the registry key

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder

but when I tried it on my machine it doesn't appear to do much of anything. Does anyone have any other ideas as to what must be done in order to sort the Start Menu?

like image 442
Dan Walker Avatar asked Feb 23 '26 17:02

Dan Walker


1 Answers

Apparently, you can't, and it's on purpose.

From Raymond Chen's blog (good read for Windows developers):

Because the power would be used for evil far more than it would be used for good.

Full entry here.

like image 117
Michael Petrotta Avatar answered Feb 26 '26 07:02

Michael Petrotta



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!