Bastian_W Posted April 1, 2005 Posted April 1, 2005 Hello,it it possible to remove the Temp Folder to:C:\Tempfor ALL user during unattended?I know there are some options to move the whole profile to another location, perhaps somebody found a solution to do this with the tempfolder
Kishiro Posted April 2, 2005 Posted April 2, 2005 Add this to your registry tweaks started by cmdlines.txt;;Change location of temp folder[HKEY_CURRENT_USER\Environment]"TEMP"="c:\\temp""TMP"="c:\\temp"[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]"TEMP"="c:\\temp""TMP"="c:\\temp"Now, c:\Temp will be the default temp folder for all new users. PS Remember to make the follwing folder; $OEM$\$1\Temp, so that the temp folder will be created during install.
Bastian_W Posted April 15, 2005 Author Posted April 15, 2005 @Kishirothx... I will check it.But I thing it must be: "TEMP"="c:\temp" not "TEMP"="c:\\temp" or
Yzöwl Posted April 15, 2005 Posted April 15, 2005 Its C:\\Temp if done in a reg file like the format given; it may however be C:\Temp using a method other than a reg file.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now