Page 1 of 1

setting the VBOX_USER_HOME environment variable

Posted: 5. Dec 2012, 00:25
by boucherle
As see in documentation, I'd like to modify the "VBOX_USER_HOME environment variable".

But I don't find how to do.

How to modify this environment variable on XP SP3 ?

Thanks for all.

Best regards.

Re: setting the VBOX_USER_HOME environment variable

Posted: 5. Dec 2012, 09:56
by boucherle
I think I've found in an other post: "Try My Computer->Properties->Advanced->Environment Variables and add VBOX_USER_HOME to the user environment variables.".

I think it's possible with "old" command "set":
c:\> set VBOX_USER_HOME=my_new_directory

C:\> set
To see the result.

c:\> set VBOX_USER_HOME=
To delete the variable.

Thanks for all.