How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "StefanScherer/windows_10"
config.vm.box_version = "2018.06.22"
end
vagrant init StefanScherer/windows_10 \
--box-version 2018.06.22
vagrant up
This version was created over 2 years ago.
Windows 10 Enterprise Eval 1803 Packer templates at https://github.com/StefanScherer/packer-windows/releases/tag/2018.06.22