How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "oneibn/windows11ProN_VisualStudio"
config.vm.box_version = "0.1.0"
end
vagrant init oneibn/windows11ProN_VisualStudio \
--box-version 0.1.0
vagrant up
This version was created almost 2 years ago.
Box created and starting its configurations.
*Has problems to authenticate in the command "vagrant up", but it is successfull at provisioning the Virtual Machine, and its possible to access through "vagrant ssh"