Skip to content

Instantly share code, notes, and snippets.

@nngogol
Last active March 27, 2018 07:05
Show Gist options
  • Save nngogol/094e6b2035b58714475a9d966c35c7f6 to your computer and use it in GitHub Desktop.
Save nngogol/094e6b2035b58714475a9d966c35c7f6 to your computer and use it in GitHub Desktop.
Консолька в "правой кнопке"
run cmd.exe and type:
1) for python http.server
reg add HKEY_CLASSES_ROOT\Directory\Background\shell\http.server\command /d "C:\Windows\System32\cmd.exe /k python -m http.server"
2) for cmd in ya menu
reg add HKEY_CLASSES_ROOT\Directory\Background\shell\CMD_\command /d C:\Windows\System32\cmd.exe
3) for explorer in ya menu
reg add HKEY_CLASSES_ROOT\Directory\Background\shell\_explorer_\command /d explorer .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment