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.
How to customizing right click menu in windows explorer?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment