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