Skip to content

Instantly share code, notes, and snippets.

@michaelklapper
Last active May 23, 2023 06:24
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save michaelklapper/4943139 to your computer and use it in GitHub Desktop.
Save michaelklapper/4943139 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