From c92e2827d16959f895a7347f814e6c4944693eed Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Sun, 21 Jan 2018 12:44:33 +0100 Subject: [PATCH] ZeroDesktop: Disable VMware Shared Folders link on desktop --- vagrantfile-windows_10.template | 2 ++ vagrantfile-windows_2008_r2.template | 2 ++ vagrantfile-windows_2012.template | 2 ++ vagrantfile-windows_2012_r2.template | 2 ++ vagrantfile-windows_2016.template | 2 ++ vagrantfile-windows_2016_core.template | 2 ++ vagrantfile-windows_7.template | 2 ++ vagrantfile-windows_81.template | 2 ++ 8 files changed, 16 insertions(+) diff --git a/vagrantfile-windows_10.template b/vagrantfile-windows_10.template index 74fb2d85..c9176bc0 100644 --- a/vagrantfile-windows_10.template +++ b/vagrantfile-windows_10.template @@ -45,6 +45,7 @@ Vagrant.configure("2") do |config| v.vmx["sound.autodetect"] = "TRUE" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -57,6 +58,7 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider "hyperv" do |v| diff --git a/vagrantfile-windows_2008_r2.template b/vagrantfile-windows_2008_r2.template index ec90f8e3..d2432267 100644 --- a/vagrantfile-windows_2008_r2.template +++ b/vagrantfile-windows_2008_r2.template @@ -36,6 +36,7 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -48,5 +49,6 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end end diff --git a/vagrantfile-windows_2012.template b/vagrantfile-windows_2012.template index a27fa404..5767e935 100644 --- a/vagrantfile-windows_2012.template +++ b/vagrantfile-windows_2012.template @@ -36,6 +36,7 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -48,5 +49,6 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end end diff --git a/vagrantfile-windows_2012_r2.template b/vagrantfile-windows_2012_r2.template index 0501781a..2d173dd5 100644 --- a/vagrantfile-windows_2012_r2.template +++ b/vagrantfile-windows_2012_r2.template @@ -36,6 +36,7 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -48,5 +49,6 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end end diff --git a/vagrantfile-windows_2016.template b/vagrantfile-windows_2016.template index cac5555b..045b9621 100644 --- a/vagrantfile-windows_2016.template +++ b/vagrantfile-windows_2016.template @@ -46,6 +46,7 @@ Vagrant.configure("2") do |config| v.vms["virtualhw.version"] = "11" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -58,5 +59,6 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end end diff --git a/vagrantfile-windows_2016_core.template b/vagrantfile-windows_2016_core.template index b8d89518..801393dc 100644 --- a/vagrantfile-windows_2016_core.template +++ b/vagrantfile-windows_2016_core.template @@ -37,6 +37,7 @@ Vagrant.configure("2") do |config| v.vms["virtualhw.version"] = "11" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -49,6 +50,7 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.enable_vmrun_ip_lookup = false v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider "hyperv" do |v| diff --git a/vagrantfile-windows_7.template b/vagrantfile-windows_7.template index 032de1b9..0751c430 100644 --- a/vagrantfile-windows_7.template +++ b/vagrantfile-windows_7.template @@ -36,6 +36,7 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -48,5 +49,6 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end end diff --git a/vagrantfile-windows_81.template b/vagrantfile-windows_81.template index bbfbab57..62f6e6c4 100644 --- a/vagrantfile-windows_81.template +++ b/vagrantfile-windows_81.template @@ -36,6 +36,7 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end config.vm.provider :vmware_workstation do |v, override| @@ -48,5 +49,6 @@ Vagrant.configure("2") do |config| v.vmx["scsi0.virtualDev"] = "lsisas1068" v.vmx["gui.fitguestusingnativedisplayresolution"] = "FALSE" v.whitelist_verified = true + v.vmx["hgfs.linkRootShare"] = "FALSE" end end