ADD COMMAND PROMPT OPTION IN CONTEXT MENU

Before i find this trick to add command prompt in right context menu option i have to navigate to go another directory. And it is quiet difficult to navigate the long path. So to easily change working directory while working command line i comeup with this simple trick. You do not have to edit so much thing in the Registry editor just copy the following code and paste in notepad and save as "cmd here.reg" without quotes.

CODE

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\cmd]

@="Command Prompt"

[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]

@="cmd.exe /k \"cd %L\""

[HKEY_CLASSES_ROOT\Directory\shell\cmd]

@="Command Prompt"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]

@="cmd.exe /k \"cd %L\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]

@="Command Prompt"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]

@="cmd.exe /k \"cd %L\""



VIDEO TUTORIAL:-

 


Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments

Have any query then please comment

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

YOU TUBE CHANNEL

Powered by Blog - Widget
 
© 2011 StarHackx
Designed by Blog Thiet Ke
Posts RSSComments RSS
Back to top