AddOpenWithCMD.reg 671 B

12345678910111213141516171819202122232425
  1. Windows Registry Editor Version 5.00
  2. [HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD]
  3. @="Open Command Prompt here"
  4. "Icon"="cmd.exe"
  5. "NoWorkingDirectory"=""
  6. [HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD\command]
  7. @="cmd.exe /s /k pushd \"%V\""
  8. [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD]
  9. @="Open Command Prompt here"
  10. "Icon"="cmd.exe"
  11. "NoWorkingDirectory"=""
  12. [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD\command]
  13. @="cmd.exe /s /k pushd \"%V\""
  14. [HKEY_CLASSES_ROOT\Drive\shell\OpenWithCMD]
  15. @="Open Command Prompt here"
  16. "Icon"="cmd.exe"
  17. "NoWorkingDirectory"=""
  18. [HKEY_CLASSES_ROOT\Drive\shell\OpenWithCMD\command]
  19. @="cmd.exe /s /k pushd \"%V\""