Jump to content

Move Tempfolder During Unattended


Recommended Posts

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:

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

  • 2 weeks later...

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