This blog has moved!

You should be automatically redirected in 60 seconds. If not, click link below
http://mashtips.com
Please update your bookmarks.

Technical Tips: How to customizing right click menu in windows explorer?

How to customizing right click menu in windows explorer?

Customizing right click menu in windows explorer

solution

start -> run--> regedit
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="C:\WINDOWS\System32\cmd.exe /k cd "%1""


note: If You have never used a tweaking utility and have newly installed Windows XP, You would not see this option.


You would have to navigate to [[HKEY_CLASSES_ROOT\Drive] go

create two subkeys ("cmd" and within that "command"

put the text "Open Command Window Here" without quotes in default string value of "cmd" key with the text "C:\WINDOWS\System32\cmd.exe /k CD"%1"" without quotes in default string value of command key).

REBOOT for these changes to take effect.

No comments: