How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "roktas/windows"
config.vm.box_version = "20231114"
end
vagrant init roktas/windows \
--box-version 20231114
vagrant up
This version was created 19 days ago.
There isn't a description.