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 or you can download
the registry file from the links at below
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””
links for the registory file is below
link1 link2 link3