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