Last active
May 23, 2023 06:24
-
-
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
This file contains 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment