How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "survivalgaming2003/Win10x32" config.vm.box_version = "1.y.z" end
vagrant init survivalgaming2003/Win10x32 \ --box-version 1.y.z vagrant up
This version was created 2 months ago.
There isn't a description.