Jump to content

Recommended Posts

Posted

Hello,

it it possible to remove the Temp Folder to:

C:\Temp

for 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 :rolleyes:


Posted

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.

  • 2 weeks later...
Posted

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

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...