Sunday, March 21, 2010

Put cmd prompt here in registry

April 22, 2008 by admin  
Filed under Windows

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

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

CODE

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDriveshellcmd]
@=”Command Prompt”

[HKEY_CLASSES_ROOTDriveshellcmdcommand]
@=”cmd.exe /k “cd %L”"

[HKEY_CLASSES_ROOTDirectoryshellcmd]
@=”Command Prompt”

[HKEY_CLASSES_ROOTDirectoryshellcmdcommand]
@=”cmd.exe /k “cd %L”"

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellcmd]
@=”Command Prompt”

[HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellcmdcommand]
@=”cmd.exe /k “cd %L”"

Share and Enjoy:
  • BlinkList
  • del.icio.us
  • Reddit
  • Digg
  • StumbleUpon
  • FriendFeed
  • Slashdot
  • Technorati
  • Twitter
  • Tumblr

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!