How do I set the user profile so that its environment variables is point to c:\winnt\profiles\agnes\local settings\temp (%userprofile%\local settings\temp) instead of c:\temp (%SystemDrive%\Temp) for Domain Users? Pls advice.
Printable View
How do I set the user profile so that its environment variables is point to c:\winnt\profiles\agnes\local settings\temp (%userprofile%\local settings\temp) instead of c:\temp (%SystemDrive%\Temp) for Domain Users? Pls advice.
Deploy a system policy for users or logon as the user and set user's environment variables, TEMP and TMP using the System applet in Control Panel.
After each user has a unique TEMP directory, use "flattemp /enable". See Q186516.
Thank you. It really solve my puzzle. However, is there anyway that I can set the env. variables at one time (ie. logon as an administrator) instead of logon as each individual user (imagine I have so many users)? I am currently reading the documentation on the system policy.