How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "alexfielder/Windows10Pro"
config.vm.box_version = "2.0"
end
vagrant init alexfielder/Windows10Pro \
--box-version 2.0
vagrant up
This version was created over 4 years ago.
Updated with the 1809 build of Windows 10 Pro
There are no providers for this version.