diff --git a/win/setup/open-admin-cmd-explorer.reg b/win/setup/open-admin-cmd-explorer.reg new file mode 100644 index 0000000..90c7431 --- /dev/null +++ b/win/setup/open-admin-cmd-explorer.reg @@ -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\"" \ No newline at end of file