Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
8c016564a5 |
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue