Last active
March 27, 2018 07:05
-
-
Save nngogol/094e6b2035b58714475a9d966c35c7f6 to your computer and use it in GitHub Desktop.
Консолька в "правой кнопке"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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