Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.

Saturday, July 3, 2010

Browse » Home » , , , » Add 'CMD Prompt Here' on Folder context menu

Add 'CMD Prompt Here' on Folder context menu

Hello Guys, i think that for DOSY ;) persons (Those who like DOS n use it many many time in a day) may be its a headeach to open RUN n then type CMD many times.
Guess if you want to make a Script in so many deep of a drive than may be you will type n type n type the location of particular folder.
Here is a simple trick for Adding the "open cmd" prompt to folder context menus also drives and My Computer.
So, lets begin : 

copy what's in the code area to notepad and save as cmd here.reg

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\""

ENJOY
You can leave a response, or trackback from your own site.

About 'Anu': My name is 'Anu' also Known as 'ANU 007 TIGER' .I'm administrator of 'PC Tips by Anu' blog .This blog was opened for sharing contents about hacking n cracking.
Thanks YAHOO OR GMAIL

0 comments:

Post a Comment

 
Back to Top