I am trying to set HOME to be %USEPROFILE% for the currently logged on user. However, creating a system environment variable HOME and setting to and setting it %USERPROFILE% does not seem to work. After logging out and logging in as a non-administrative user, I have
c:\ set ... HOME=c:\Documents and Settings\administrator HOMEPATH=c:\Documents and Settings\[user] ...
In the Windows Environment Variables dialog, I have
HOME %USERPROFILE%
but don't see HOMEPATH anywhere. Can anyone tell me how to fix this?
HOMEvariable toUSERPROFILE? It may have been litterally set to the string"%USERPROFILE". – hesse Jan 5 at 19:11