Automatically order your Windows XP Start menu alphabetically

0
322

The Windows XP operating system adds new start menu entries to the end of the list. The system does not obey the structure or sorting preferences of the start menu which is quite problematic if you want to find a specific item quickly.

Windows XP users can for instance sort the start menu entries alphabetically and select to sort the entries by name.

Most users who sort their start menu alphabetically don’t like it when new entries to the start menu are added at the bottom of the list as it breaks the sort order. Looks bad, causes confusion, and requires manual work to resolve the situation.

The big issue here is that sorting the item names alphabetically in the start menu is only applied to the current list of programs and folders, and not for future items added to the list.

Fortunately there is a Registry hack that changes the default sort order to alphanumeric instead of date. Start with a right-click on the programs window of the start menu and select Sort by Name. Open your registry editor with the shortcut Windows + R and type regedit to open the registry. Navigate to the following registry key:

HKEY_Current_UserSoftwareMicrosoftWindowsCurrentVersionExplorerMenuOrder

Make sure you backup the key (MenuOrder) or the complete registry before you proceed. After you have done that delete the key MenuOrder. Once this is done new entries will also be sorted alphabetically.

Please note that the key will reappear after you have restarted windows.

Update: I was asked how to backup keys: You basically right-click the folder in the left sidebar in the Windows Registry editor. This opens a context menu with all sorts of options.

backup registry

Select Export in the menu, enter a name for the backup and select an appropriate location for it. The backup is saved as a .reg file that you can double-click on later to restore the key to its previous values.

Please note that this is no longer needed in newer versions of the Windows operating system which sort items alpha-numerical by default and display recently added items separately.