How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gusztavvargadr/windows-11"
config.vm.box_version = "2202.0.2303"
end
vagrant init gusztavvargadr/windows-11 \
--box-version 2202.0.2303
vagrant up
This version was created 7 months ago.
See also | Changelog | Feedback | Source
This version is an alias of Windows 11 Version 22H2 Enterprise (2202.0.2303).