-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.reg
59 lines (46 loc) · 2.37 KB
/
setup.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\Shell\___SHORTCUT_ID___]
"MUIVerb"="&Add to PATH"
"Icon"="___ICON_PATH___"
"ExtendedSubCommandsKey"="Directory\\Background\\Shell\\___SHORTCUT_ID___\\Path"
"ShowBasedOnVelocityId"=dword:00639bc8
"Extended"=""
"NoWorkingDirectory"=""
"___USER_ENV_PATH___"="%USERPROFILE%\\AppData\\Local\\Microsoft\\WindowsApps"
"___SYSTEM_ENV_PATH___"="%SystemRoot%\\system32;%SystemRoot%;%SystemRoot%\\System32\\Wbem;%SYSTEMROOT%\\System32\\WindowsPowerShell\\v1.0;%SYSTEMROOT%\\System32\\OpenSSH"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\Shell\___SHORTCUT_ID___\Path\Shell\ResetPath]
"CommandFlags"=dword:00000020
"MUIVerb"="Reset &all"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\Shell\AddToPath\Path\Shell\ResetPath\Command]
@="Wscript.exe ___SCRIPT_PATH___ /Reset /Elevate"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___]
"MUIVerb"="&Add this to PATH"
"Icon"="___ICON_PATH___"
"ExtendedSubCommandsKey"="Directory\\Shell\\___SHORTCUT_ID___\\Path"
"ShowBasedOnVelocityId"=dword:00639bc8
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___\Path\Shell\CurrentUser]
@="U&ser"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___\Path\Shell\CurrentUser\Command]
@="Wscript.exe ___SCRIPT_PATH___ \"+%1\" /Path:User /Elevate"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___\Path\Shell\System]
@="&System"
"HasLUAShield"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___\Path\Shell\System\Command]
@="Wscript.exe ___SCRIPT_PATH___ \"+%1\" /Path:System /Elevate"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___.Reverse]
"MUIVerb"="Remove from P&ATH"
"Icon"="___ICON_PATH___"
"AppliesTo"="System.Kind:-\"Folder\""
"NoWorkingDirectory"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___.Reverse\Command]
@="Wscript.exe ___SCRIPT_PATH___ \"-%1\" /Path /Elevate"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___.Reverse.Admin]
"MUIVerb"="Remove from P&ATH"
"Icon"="___ICON_PATH___"
"AppliesTo"="System.Kind:-\"Folder\""
"NoWorkingDirectory"=""
"HasLUAShield"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Shell\___SHORTCUT_ID___.Reverse.Admin\Command]
@="Wscript.exe ___SCRIPT_PATH___ \"-%1\" /Path /Elevate"