April 1, 200521 yr 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
April 2, 200521 yr 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.
April 15, 200521 yr Author @Kishirothx... I will check it.But I thing it must be: "TEMP"="c:\temp" not "TEMP"="c:\\temp" or
April 15, 200521 yr 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.
Create an account or sign in to comment