Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mahasak/2f94e9e27d58d2552a739d21ccb0cce8 to your computer and use it in GitHub Desktop.
Save mahasak/2f94e9e27d58d2552a739d21ccb0cce8 to your computer and use it in GitHub Desktop.
Reconfigure VirtualBox and Vagrant home directory for Windows Set VirtualBox home directory to: C:\VMs Store vagrant boxes: C:\VMs\vagrant.d
# 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment