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