Advertisement
GrandeI900

open cmd through file explorer

Oct 12th, 2022 (edited)
2,808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.52 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\open_cmd]
  4. @="@shell32.dll,-8506"
  5. "Icon"="C:\\Windows\\System32\cmd.exe"
  6.  
  7. [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\open_cmd\command]
  8. @="cmd.exe /s /k pushd \\\"%V\\\""
  9.  
  10. [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\open_cmd]
  11. @="@shell32.dll,-8506"
  12. "Icon"="C:\\Windows\\System32\cmd.exe"
  13.  
  14. [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\open_cmd\command]
  15. @="cmd.exe /s /k pushd \\\"%V\\\""
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement