How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jabreity/win11"
config.vm.box_version = "0.0.2"
end
vagrant init jabreity/win11 \
--box-version 0.0.2
vagrant up
This version was created 6 months ago.
Previous box required one to login and run "Del $PROFILE" from within Powershell as there was an incomplete profile script running.