gmknowles

Open command prompt here

Mar 20th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]
  4. @="@shell32.dll,-8506"
  5. "NoWorkingDirectory"=""
  6.  
  7. [HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]
  8. @="cmd.exe /s /k pushd \"%V\""
  9.  
  10. [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]
  11. @="@shell32.dll,-8506"
  12. "NoWorkingDirectory"=""
  13.  
  14. [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]
  15. @="cmd.exe /s /k pushd \"%V\""
  16.  
  17. [HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]
  18. @="@shell32.dll,-8506"
  19. "NoWorkingDirectory"=""
  20.  
  21. [HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]
  22. @="cmd.exe /s /k pushd \"%V\""
Tags: windows 11
Add Comment
Please, Sign In to add comment