How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "amarkon/windows7"
config.vm.box_version = "0.4.0"
end
vagrant init amarkon/windows7 \
--box-version 0.4.0
vagrant up
This version was created about 9 years ago.
Windows 7 Ultimate N (64-bit) with Chef 12.4.1, Python 2.7.10, and Google Chrome pre-installed.