Forked from michaelklapper/virtualbox_vagrant_home.bat
Created
April 3, 2015 18:16
-
-
Save dasgoll/18829f8a81b6df0b9b02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VirtualBox home directory. | |
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" setproperty machinefolder "C:\VMs" | |
# Vagrant home directory for downloadad boxes. | |
REG ADD HKCU\Environment /v VAGRANT_HOME /t REG_SZ /d "C:\VMs\vagrant.d" | |
[root@goll lolo]# VBoxManage list systemproperties | less | |
root@goll lolo]# VBoxManage list systemproperties |grep 'Default machine folder' | |
Default machine folder: /root/VirtualBox VMs | |
VBoxManage.exe" setproperty machinefolder "C:\VMs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment