[feature] open admin cmd in explorer
This commit is contained in:
parent
6a7d715038
commit
2b62e0ffcd
11
win/setup/open-admin-cmd-explorer.reg
Normal file
11
win/setup/open-admin-cmd-explorer.reg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
|
||||||
|
@="Admin Command Here"
|
||||||
|
"NoWorkingDirectory"=""
|
||||||
|
"HasLUAShield"=""
|
||||||
|
"Position"="Top"
|
||||||
|
"Icon"="C:\\Windows\\System32\\cmd.exe"
|
||||||
|
|
||||||
|
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command]
|
||||||
|
@="cmd.exe /s /k pushd \"%V\""
|
Loading…
Reference in New Issue
Block a user