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.
setting the VBOX_USER_HOME environment variable
-
boucherle
- Posts: 18
- Joined: 7. Nov 2010, 00:00
- Primary OS: MS Windows XP
- VBox Version: OSE other
- Guest OSses: Win seven
Re: setting the VBOX_USER_HOME environment variable
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.
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.