[feature] open admin cmd in explorer

This commit is contained in:
Klesh Wong 2021-06-24 11:16:22 +08:00
parent 6a7d715038
commit 2b62e0ffcd

View 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\""