Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\directory\shell\CLIHere]
  4. @="Command Prompt inside this folder"
  5.  
  6. [HKEY_CLASSES_ROOT\directory\shell\CLIHere\command]
  7. @="cmd.exe /k cd /d \"%1\" && cls"
  8.  
  9. [HKEY_CLASSES_ROOT\directory\Background\shell\CLIHere]
  10. @="Command Prompt here"
  11. "NoWorkingDirectory"=""
  12.  
  13. [HKEY_CLASSES_ROOT\directory\Background\shell\CLIHere\command]
  14. @="cmd.exe /k cd /d \"%V\" && cls"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement