In the Favorites menu for example, Windows Explorer allows the user to move files and folders around within each sub-menu, and "remembers" the ordering. Where is that ordering information stored?

The Quick Launch Bar and Desktop Toolbars are also examples of this menu-ordering feature.

link|improve this question

50% accept rate
feedback

2 Answers

For Favorites:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Menu Order\Favorites\Order

For the Start menu:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Menu Order\Start Menu\Order and HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Menu Order\Start Menu 2\Order (one contains the ordering for the stuff installed under All Users, the other for your current user)

For the toolbars (e.g., Quick Launch): haven't figured that one out yet.

link|improve this answer
feedback

The directory is here:

C:\Documents and Settings\Your Name Folder\Application Data\Microsoft\Internet Explorer\Quick Launch

Once it's there, you will have to set the order or emplacement on the bar by yourself.

link|improve this answer
Yes, this is the directory of files whose names will appear in the Quick Launch menu, and I know how to drag-and-drop, etc. My question has to do with where the resulting display order information is stored in the system. – Chris Noe Oct 8 '10 at 13:28
Let me check in the registry... I'll get back to you – r0ca Oct 8 '10 at 13:46
Take a look at this: winxptutor.com/wsaremove.htm – r0ca Oct 8 '10 at 13:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.