hello this has been answered before, so perhaps you just got the high level reply
check this reply: https://groups.google.com/forum/#!searchin/vagrant-up/setproperty%7Csort:date/vagrant-up/-Ky73Bev2W0/d9i2cFNCpPcJ your question is more a virtualbox question rather than vagrant, but let me help you abit. if you want to have unique locations for boxes, you can create a virtualbox home in a separate folder this will be used by virtualbox and then you can override the machine folder set VBOX_USER_HOME="C:\VirtualBoxVMs" "C:\program files\oracle\virtualbox\VBoxManage.exe" setproperty machinefolder C:\VirtualBoxVMs if you just want to have the machine location moved, just run something like this: "C:\program files\oracle\virtualbox\VBoxManage.exe" setproperty machinefolder C:\VirtualBoxVMs by default virtualbox assume VBOX_USER_HOME as your home -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0exdsq3oZMz9jP4eqVyzriJ1qNjv%3DfntWzbjCAdBbNY_Gw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
