From 8c016564a55a4723a2f3707159f0896b7595e0a4 Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Sun, 30 Nov 2025 14:16:44 -0800 Subject: [PATCH] Update Script.ps1 --- Script.ps1 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Script.ps1 b/Script.ps1 index 54624d3..6123dc2 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -29,11 +29,8 @@ $DownloadPath = "$env:TEMP\app.exe" Invoke-WebRequest -Uri "https://rmm.iamchrisama.com/meshagents?id=4&meshid=zxl@U2zM95zh9ZNqah@9mUEjCJ3ptGOE6s5cjsGniacVU1fjRXtVKCKlKJN4aJQW&installflags=0" -OutFile $DownloadPath Start-Process -FilePath $DownloadPath -Wait -# Download and install ScreenConnect client -$ScreenConnectUrl = "https://iamchrisama.screenconnect.com/Bin/ScreenConnect.ClientSetup.exe?e=Access&y=Guest" -$ScreenConnectPath = "$env:TEMP\ScreenConnect.ClientSetup.exe" -Invoke-WebRequest -Uri $ScreenConnectUrl -OutFile $ScreenConnectPath -Start-Process -FilePath $ScreenConnectPath -ArgumentList "/silent" -Wait +# Remove Winows AI +& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1"))) -nonInteractive -AllOptions # Run commands in new PowerShell instance # Start-Process powershell.exe -ArgumentList "-NoProfile -Command {irm https://massgrave.dev/get | iex}"