mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
Set user specific TEMP and TMP environment variables.
svn path=/trunk/; revision=9861
This commit is contained in:
parent
41871db16c
commit
4e65adddb3
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ HKCU,"Control Panel\International",,0x00000012
|
|||
HKCU,"Control Panel\International","Locale",0x00000000,"0409"
|
||||
|
||||
HKCU,"Environment",,0x00000012
|
||||
HKCU,"Environment","TEMP",0x00020000,"%USERPROFILE%\Local Settings\Temp"
|
||||
HKCU,"Environment","TMP",0x00020000,"%USERPROFILE%\Local Settings\Temp"
|
||||
|
||||
HKCU,"SOFTWARE",,0x00000012
|
||||
HKCU,"SOFTWARE\Microsoft",,0x00000012
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue