How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "kcherepski/windows11home"
end
vagrant init kcherepski/windows11home
vagrant up
This version was created 8 months ago.
Disable ipv6
This version was created 8 months ago.
Added default vagrant user password and removed hardcoded iso file causing a break during clone linking
This version was created 8 months ago.
Init