Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dasgoll/18829f8a81b6df0b9b02 to your computer and use it in GitHub Desktop.
Save dasgoll/18829f8a81b6df0b9b02 to your computer and use it in GitHub Desktop.
# 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