How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "kyungw00k/windows-10-pro-kn-x64"
  config.vm.box_version = "1.1.0"
end
vagrant init kyungw00k/windows-10-pro-kn-x64 \
  --box-version 1.1.0
vagrant up

This version was created about 8 years ago.

Updated

  • Make image using packer
  • Added OpenSSH Daemon
2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (3.62 GB)
  • vmware_fusion
    unknown Hosted by Vagrant Cloud (4.05 GB)