Skip to content

Commit

Permalink
ZeroDesktop: Disable VMware Shared Folders link on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Jan 21, 2018
1 parent c95fc93 commit c92e282
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrantfile-windows_10.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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|
Expand Down
2 changes: 2 additions & 0 deletions vagrantfile-windows_2008_r2.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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
2 changes: 2 additions & 0 deletions vagrantfile-windows_2012.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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
2 changes: 2 additions & 0 deletions vagrantfile-windows_2012_r2.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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
2 changes: 2 additions & 0 deletions vagrantfile-windows_2016.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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
2 changes: 2 additions & 0 deletions vagrantfile-windows_2016_core.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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|
Expand Down
2 changes: 2 additions & 0 deletions vagrantfile-windows_7.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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
2 changes: 2 additions & 0 deletions vagrantfile-windows_81.template
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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

0 comments on commit c92e282

Please sign in to comment.