Jump to content

TEMP directory Tweaks


Recommended Posts

hallo

i'm trying to use these two tweaks, btw seen that they don't apply.

;-----
;-----  Set User TEMP directory
;-----
[HKEY_CURRENT_USER\Environment]
"TEMP"="%SystemDrive%\Temp"
"TMP"="%SystemDrive%\Temp"
;-----
;-----  Set Deafult User TEMP directory
;-----
[HKEY_USERS\.DEFAULT\Environment]
"TEMP"="%SystemDrive%\Temp"
"TMP"="%SystemDrive%\Temp"

Someone has already tried?

mrmr

Link to comment
Share on other sites


I've got these currently implemented, which change the temp and tmp directories to C:\Temp\

; Changes TMP/TEMP dirs to %SystemDrive%\Temp
[HKEY_CURRENT_USER\Environment]
"TEMP"="c:\\Temp"
"TMP"="c:\\Temp"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment]
"TEMP"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,\
 00,65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
"TMP"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,00,\
 65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...