Specify the PATH variable in uppercase to avoid getting two flavors of
PATH when converting the Unix environment.
This commit is contained in:
parent
9d3ee0d7c1
commit
d724923fa1
|
@ -128,7 +128,7 @@ HKLM,Software\Microsoft\DirectPlay\Service Providers,,,""
|
|||
|
||||
[Environment]
|
||||
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",,"%11%\wcmd.exe"
|
||||
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"Path",,"%11%;%10%"
|
||||
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",,"%11%;%10%"
|
||||
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ProgramFiles",,"%16422%"
|
||||
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SYSTEMROOT",,"%10%"
|
||||
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TEMP",,"%10%\temp"
|
||||
|
|
Loading…
Reference in New Issue