Jump to content

Recommended Posts

Posted

I've tried searching MSFN but maybe I'm not using the right keyword. So if someone can point me to the right direction, it'll be much appreciated!

I believe this is to do with windows profile setup or perhaps this can be done using reg files?

Question ...

Is there anyway I can set the temp variables to c:\tmp

e.g.

%TEMP% = c:\tmp

%TMP% = c:\tmp

Thanks!

chrno2004


Posted

or this in a reg file:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"TEMP"="%SystemDrive%\tmp"
"TMP"="%SystemDrive%\tmp"

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