How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "StefanScherer/windows_11"
config.vm.box_version = "2021.10.06"
end
vagrant init StefanScherer/windows_11 \
--box-version 2021.10.06
vagrant up
This version was created about 2 years ago.
Windows 11 Enterprise Eval
Packer templates at https://github.com/StefanScherer/packer-windows/releases/tag/2021.10.06