diff --git a/vagrantfile-windows_2016.template b/vagrantfile-windows_2016.template index d4fdb74aced8d502b116454ac5367bf3f6a2758e..67bd7553d8d40f25478eda9fb5b32af643fd6f79 100644 --- a/vagrantfile-windows_2016.template +++ b/vagrantfile-windows_2016.template @@ -26,7 +26,7 @@ Vagrant.configure("2") do |config| end config.vm.provider :vmware_fusion do |v, override| - v.gui = true + #v.gui = true v.vmx["memsize"] = "2048" v.vmx["numvcpus"] = "2" v.vmx["ethernet0.virtualDev"] = "vmxnet3"