From cd617c29000ac95dbd16da7d955940c9387b21bc Mon Sep 17 00:00:00 2001 From: Joeri Date: Fri, 20 Feb 2026 16:46:56 +0100 Subject: [PATCH] - --- cleanup.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanup.ps1 b/cleanup.ps1 index b894812..67fb6fd 100644 --- a/cleanup.ps1 +++ b/cleanup.ps1 @@ -97,6 +97,7 @@ if ($result -eq [System.Windows.Forms.DialogResult]::OK) { CreateRestorePoint = $CreateRestorePoint | ConvertFrom-Json GetComputerInfo = $GetComputerInfo | ConvertFrom-Json GetInstalledAV = $GetInstalledAV | ConvertFrom-Json + RunBleachBit = $RunBleachBit | ConvertFrom-Json } | ConvertTo-Json -Compress $response = Invoke-RestMethod -Uri $WebhookURL -Method Post `