Commit d724923f authored by Alexandre Julliard's avatar Alexandre Julliard

Specify the PATH variable in uppercase to avoid getting two flavors of

PATH when converting the Unix environment.
parent 9d3ee0d7
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment