From 839ac78fa30c5d512dbdb819a97a77bf82e632a3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 27 Feb 2026 16:34:02 -0600 Subject: [PATCH] update --- proxmenu-scripts.sh | 3 +-- remove-vmware-tools.ps1 | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 remove-vmware-tools.ps1 diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 2ce2f06..073636e 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -104,8 +104,7 @@ fi exit 0 -[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -Invoke-Expression "& { $(Invoke-RestMethod https://gist.githubusercontent.com/Jason-Clark-FG/68e23b534f5be4e3f3b43f3bd37f1d65/raw/3cb722298d72d2d12f2e7359473308925c4b8081/Uninstall-VMwareTools.ps1) } -Uninstall -Force" + diff --git a/remove-vmware-tools.ps1 b/remove-vmware-tools.ps1 new file mode 100644 index 0000000..c92c3aa --- /dev/null +++ b/remove-vmware-tools.ps1 @@ -0,0 +1,2 @@ +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 +Invoke-Expression "& { $(Invoke-RestMethod https://gist.githubusercontent.com/Jason-Clark-FG/68e23b534f5be4e3f3b43f3bd37f1d65/raw/3cb722298d72d2d12f2e7359473308925c4b8081/Uninstall-VMwareTools.ps1) } -Uninstall -Force" \ No newline at end of file