How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "c2platform/win2016"
end
vagrant init c2platform/win2016
vagrant up
This version was created about 1 year ago.
Cleanup, PsTools and fixed license / shutdown issue
This version was created about 1 year ago.
VirtualBox Guest Additions, MS Windows update and MS Windows Defender disabled.
This version was created about 2 years ago.
Initial version