topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:59 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Automatically sort the windows "All programs" menu  (Read 10116 times)

Amadawn

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 86
    • View Profile
    • Donate to Member
Automatically sort the windows "All programs" menu
« on: January 30, 2006, 09:48 PM »
Perhaps this would be a good candidate for a Coding Snack request, but I wonder if someone knows of a program or a way to keep the "All programs" menu on windows XP sorted (alphabetically) automatically. It drives me nuts how every time that a new program is installed it is added to the bottom of the list.

Any ideas?

thanks!

Amadawn

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Automatically sort the windows "All programs" menu
« Reply #1 on: January 30, 2006, 10:46 PM »
there is a registry key you can erase to do this.
some of the "cleaner" apps have an option to do it.

Amadawn

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 86
    • View Profile
    • Donate to Member
Re: Automatically sort the windows "All programs" menu
« Reply #2 on: January 31, 2006, 01:18 AM »
Yes, but I think that you have to erase it all the time, it is not a permanent solution, or so I believe  :-\

Hirudin

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 543
    • View Profile
    • Donate to Member
Re: Automatically sort the windows "All programs" menu
« Reply #3 on: February 08, 2006, 02:59 PM »
CCleaner will clear that registry key for you. Then you can have it run at every startup (or access it through the Recycle Bin context menu).

I must say, I love the Recycle Bin menu option, SO convienient!

Gerome

  • Charter Honorary Member
  • Joined in 2006
  • ***
  • Posts: 154
    • View Profile
    • Get my Freestyle Basic Script Language + compiler!
    • Donate to Member
Re: Automatically sort the windows "All programs" menu
« Reply #4 on: February 11, 2006, 04:41 PM »
Hi,

On the Start menu, you can sort the All Programs menu. Windows XP sometimes adds new shortcuts to the bottom of the All Programs menu when you expect them to appear in alphabetical order. In either case, finding the program you want to run is difficult when the sort order of the Start menu gets out of hand.

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder contains the sort order of the Favorites menu and Start menu. The subkey Favorites contains the sort order of the Favorites menu. The subkey Start Menu contains the sort order of the classic Start menu, and the subkey Start Menu2 contains the sort order of the new Start menu.

Deciphering the contents of these three keys is next to ridiculous, but you can remove any of them to resort the corresponding menu in alphabetical order. For example, to restore the All Programs menu to alphabetical order, remove the subkey Start Menu2. To remove a subkey:
•   

In the left pane, right-click the subkey you want to remove, and then click Delete.

To restore the Favorites menu in both Windows Explorer and Internet Explorer, remove the subkey Favorites. I typically remove MenuOrder to resort all of the menus at the same time.

Source :: http://www.microsoft...neycutt_03may05.mspx

Tested onto my Win2k : it works nicely ;)
Yours,
(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
http://www.fbsl.net [FBSL Author]
http://gedd123.free.fr/FBSLv3.zip [FBSL Help file]
(¯`·._.·[If you need help... just ask]·._.·´¯)

Amadawn

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 86
    • View Profile
    • Donate to Member
A definitive solution!
« Reply #5 on: February 17, 2006, 12:31 PM »
Actually it is possible to fix this program completelly, so that the menu is kept always sorted. Check this out:

http://www.theelderg...s_alphabetically.htm

You have to do some registry modification. I did it some days ago and it's work as a charm!

Amadawn

CGA

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 33
    • View Profile
    • Donate to Member
Re: Automatically sort the windows "All programs" menu
« Reply #6 on: February 19, 2006, 03:48 PM »
Nice find Amadawn, I've been looking for this for ages. Have it on one of my comps but could not remember where I got it from :Thmbsup: