FederationHax

CMD Prompt here, add to folder context menu windows xp

Sep 21st, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. add the open cmd prompt to folder context menus
  2. also drives and My Computer
  3.  
  4. copy what's in the code area to notepad and save as cmd here.reg
  5.  
  6. CODE
  7.  
  8. Windows Registry Editor Version 5.00
  9.  
  10. [HKEY_CLASSES_ROOT\Drive\shell\cmd]
  11. @="Command Prompt"
  12.  
  13. [HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
  14. @="cmd.exe /k \"cd %L\""
  15.  
  16. [HKEY_CLASSES_ROOT\Directory\shell\cmd]
  17. @="Command Prompt"
  18.  
  19. [HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
  20. @="cmd.exe /k \"cd %L\""
  21.  
  22. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]
  23. @="Command Prompt"
  24.  
  25. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]
  26. @="cmd.exe /k \"cd %L\""
Add Comment
Please, Sign In to add comment