How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dstoliker/winserver2019-noadmx"
config.vm.box_version = "1.0.20220803000140"
end
vagrant init dstoliker/winserver2019-noadmx \
--box-version 1.0.20220803000140
vagrant up
This version was created 10 months ago.
Really fix install VMware tools/Virtualbox Guest Addons for noadmx builds for sure this time. Enable VMware disk compaction.