How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "oopsme/windows11-21h2"
config.vm.box_version = "11-21h2-uefi"
end
vagrant init oopsme/windows11-21h2 \
--box-version 11-21h2-uefi
vagrant up
This version was created about 2 years ago.
Windows 11 Enterprise Evaluation 21H2 22000.1098 Thanks to Rui Lopes (https://github.com/rgl)