diff --git a/vagrantfile-windows_2016.template b/vagrantfile-windows_2016.template index 045b96210c476a90c97f33b245c8c02ac2323980..c63b0341c4822ad9434ce5677b2e2bfebf6ea7b0 100644 --- a/vagrantfile-windows_2016.template +++ b/vagrantfile-windows_2016.template @@ -43,7 +43,7 @@ Vagrant.configure("2") do |config| v.vmx["sound.startconnected"] = "FALSE" v.vmx["sound.present"] = "FALSE" v.vmx["sound.autodetect"] = "TRUE" - v.vms["virtualhw.version"] = "11" + v.vmx["virtualhw.version"] = "11" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true v.vmx["hgfs.linkRootShare"] = "FALSE" diff --git a/vagrantfile-windows_2016_core.template b/vagrantfile-windows_2016_core.template index 801393dc3df24ffe13f18d351d8d4018cfd1e0a1..223ef7b41bf00798d1c52c8a700c74589bdd1df4 100644 --- a/vagrantfile-windows_2016_core.template +++ b/vagrantfile-windows_2016_core.template @@ -34,7 +34,7 @@ Vagrant.configure("2") do |config| v.vmx["RemoteDisplay.vnc.enabled"] = "false" v.vmx["RemoteDisplay.vnc.port"] = "5900" v.vmx["scsi0.virtualDev"] = "lsisas1068" - v.vms["virtualhw.version"] = "11" + v.vmx["virtualhw.version"] = "11" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true v.vmx["hgfs.linkRootShare"] = "FALSE" diff --git a/vagrantfile-windows_2019_core.template b/vagrantfile-windows_2019_core.template index 77bb108c79452b8e1133e3a4a85873b9034bcb7f..82341f7c39402b42b57f86cf871d0af48461f551 100644 --- a/vagrantfile-windows_2019_core.template +++ b/vagrantfile-windows_2019_core.template @@ -34,7 +34,7 @@ Vagrant.configure("2") do |config| v.vmx["RemoteDisplay.vnc.enabled"] = "false" v.vmx["RemoteDisplay.vnc.port"] = "5900" v.vmx["scsi0.virtualDev"] = "lsisas1068" - v.vms["virtualhw.version"] = "11" + v.vmx["virtualhw.version"] = "11" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true v.vmx["hgfs.linkRootShare"] = "FALSE"