How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "leonardonormando/windows-10-dcom-enabled"
config.vm.box_version = "0.3.1"
end
vagrant init leonardonormando/windows-10-dcom-enabled \
--box-version 0.3.1
vagrant up
This version was created about 1 year ago.
Based on https://app.vagrantup.com/gusztavvargadr/boxes/windows-10 (2202.0.2308)