SHOW:
|
|
- or go back to the newest paste.
1 | Windows Registry Editor Version 5.00 | |
2 | ||
3 | - | [HKEY_CLASSES_ROOT\Directory\shell\OpenElevatedCmd] |
3 | + | [HKEY_CLASSES_ROOT\Directory\shell\cmdprompt] |
4 | - | @="Open command prompt here as administrator" |
4 | + | @="@shell32.dll,-8506" |
5 | - | "Icon"="cmd.exe" |
5 | + | "NoWorkingDirectory"="" |
6 | ||
7 | - | [HKEY_CLASSES_ROOT\Directory\shell\OpenElevatedCmd\command] |
7 | + | [HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command] |
8 | - | @="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k,pushd,%V' -Verb RunAs\"" |
8 | + | @="cmd.exe /s /k pushd \"%V\"" |
9 | ||
10 | - | [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenElevatedCmd] |
10 | + | [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt] |
11 | - | @="Open command prompt here as administrator" |
11 | + | @="@shell32.dll,-8506" |
12 | - | "Icon"="cmd.exe" |
12 | + | "NoWorkingDirectory"="" |
13 | ||
14 | - | [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenElevatedCmd\command] |
14 | + | [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command] |
15 | - | @="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k,pushd,%V' -Verb RunAs\"" |
15 | + | @="cmd.exe /s /k pushd \"%V\"" |
16 | ||
17 | - | [HKEY_CLASSES_ROOT\Drive\shell\OpenElevatedCmd] |
17 | + | [HKEY_CLASSES_ROOT\Drive\shell\cmdprompt] |
18 | - | @="Open command prompt here as administrator" |
18 | + | @="@shell32.dll,-8506" |
19 | - | "Icon"="cmd.exe" |
19 | + | "NoWorkingDirectory"="" |
20 | ||
21 | - | [HKEY_CLASSES_ROOT\Drive\shell\OpenElevatedCmd\command] |
21 | + | [HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command] |
22 | - | @="PowerShell -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList '/s,/k,pushd,%V' -Verb RunAs\"" |
22 | + | @="cmd.exe /s /k pushd \"%V\"" |