Change Context Menu entries sequence

F

Frank C

Hi,
Is there a way to change the sequence of the entries in the folder context
menu?
When I right click on a lowest level folder the first option is SEARCH. I
would like it to be OPEN. Then double click would also open it
Thanks
 
R

Ramesh, MS-MVP

Click Start/Run and type:

reg add hkcr\directory\shell /ve /d none /f

-and-

reg add hkcr\drive\shell /ve /d none /f

Alternately, to fix this manually via a registry edit:

If this problem is seen for Drives:

HKEY_CLASSES_ROOT\Drive\shell
Set (default) to "none" (without ")

If this problem is seen for folders:

[HKEY_CLASSES_ROOT\Directory\shell]
Set (default) to "none" (without ")


See also:

Search Companion Starts If You Double-Click a Folder:
http://support.microsoft.com/kb/321186

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Hi,
Is there a way to change the sequence of the entries in the folder context
menu?
When I right click on a lowest level folder the first option is SEARCH. I
would like it to be OPEN. Then double click would also open it
Thanks
 
F

Frank C

Thank you Ramesh
Your instructions effected the change that I wanted.
I used the first method.
 
R

Ramesh, MS-MVP

You're welcome Frank.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Thank you Ramesh
Your instructions effected the change that I wanted.
I used the first method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top