Change Context Menu entries sequence
Can anyone tell me a way to change the sequence of the entries in the folder context menu? If I am right clicking on the lowest level folder then the first option is Search. I want it to be open and then double click will also open it. Thanks for any info
Re: Change Context Menu entries sequence
Can you try to click Start and then go to Run and then type: reg add hkcr\directory\shell /ve /d none /f and also reg add hkcr\drive\shell /ve /d none /f.
Also, if you want to solve it manually, then you can do it through registry edit. If the issue is seen for drives, then go to HKEY_CLASSES_ROOT\Drive\shell and set (default) to "none" (without "). If the issue is seen for folders, then go to [HKEY_CLASSES_ROOT\Directory\shell] and set (default) to "none" (without "). Also check the below link:
http://support.microsoft.com/kb/321186
Re: Change Context Menu entries sequence
Thanks for the reply, I followed your suggestions and changed it and it worked fine for me.
Re: Change Context Menu entries sequence
I am glad to help you out and you are welcome.