Pages

“Command Prompt Here” – easy to access command prompt from all folders and drives

Add the open cmd prompt to folder context menus and also drives and My Computer

copy what's in the code area to notepad and save as "cmdhere.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\""

Now, double click the saved "cmdhere.reg" file and it will ask you to confirm the registry merging and choose "Yes" to apply this settings.

No comments:

Post a Comment

No Spam Please!

Related Posts Plugin for WordPress, Blogger...