Solving a Puzzling XP Issue: Discovering Where List Order is Stored

  • Thread starter Thread starter NoTime
  • Start date Start date
  • Tags Tags
    List
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Messages
1,583
Reaction score
0
XP is something I've studiously avoided.

I have a neighbor with a question though.

Normally when you right click the Start button the "Open" command is at the top of the popup list.
In this case the order has somehow shifted and now the "Search" command is at the top of the list.
This causes anoying issues.

Where is this list order stored in XP?
 
Physics news on Phys.org
chroot said:
You should be able to just drag items in the Start menu to reorganize them any way you'd like.

- Warren
Tried that.
It's not the start menu itself. Drag/drop work much like NT/2000 there.

It's the right click properties associated with the start button. These items don't drag.

It seems that the topmost item in the list is the default double_click action. In this case "Search" rather than "Open" is now at the top of the properties list. If you douple click something you get the windows explorer file search window.

I would guess this is a registry edit, but he has no idea how he did it (if he did it).
 
NoTime said:
Tried that.
It's not the start menu itself. Drag/drop work much like NT/2000 there.

It's the right click properties associated with the start button. These items don't drag.

It seems that the topmost item in the list is the default double_click action. In this case "Search" rather than "Open" is now at the top of the properties list. If you douple click something you get the windows explorer file search window.

I would guess this is a registry edit, but he has no idea how he did it (if he did it).

check this link
http://www.onecomputerguy.com/windowsxp_tips.htm#open_folder
or this one
http://blogs.chron.com/helpline/archives/2005/10/double-click_op.html

post here if it doesn't work :D
 
bloodasp said:
check this link
http://www.onecomputerguy.com/windowsxp_tips.htm#open_folder
or this one
http://blogs.chron.com/helpline/archives/2005/10/double-click_op.html

post here if it doesn't work :D
Thanks:smile:
I used the regsvr32 /i shell32.dll command sugested in the 2nd site rather than doing the regedit bit.
This command has the effect of refreshing all the registry info for the specified dll.
Did the trick.
Works fine now.