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 `