From 0006c58f7e7182eb2a1fb0f74428e91dff7f28f1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 19 Jul 2026 16:12:08 -0500 Subject: [PATCH] Update Remove-VMwareTools.ps1 --- inc/Remove-VMwareTools.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/Remove-VMwareTools.ps1 b/inc/Remove-VMwareTools.ps1 index 2b910a0..8a8971c 100644 --- a/inc/Remove-VMwareTools.ps1 +++ b/inc/Remove-VMwareTools.ps1 @@ -1,2 +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" +[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"