From ba10048c95b7fcd7b41d55068e61f3143d444914 Mon Sep 17 00:00:00 2001 From: Joeri Date: Sat, 21 Feb 2026 15:05:42 +0100 Subject: [PATCH] - --- bleachbit.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bleachbit.ps1 b/bleachbit.ps1 index 34b390d..82728cb 100644 --- a/bleachbit.ps1 +++ b/bleachbit.ps1 @@ -83,7 +83,7 @@ if (-not (Test-Path $exePath)) { # Run the cleanup command Write-Host "Running BleachBit cleanup..." $CleanerArgs = $BleachBitCleaners -join " " -$output = & $exePath --clean $CleanerArgs +$output = Start-Process -FilePath $exePath -ArgumentList "--clean $CleanerArgs" -NoNewWindow -Wait -PassThru -ErrorAction Stop # Output JSON result $result = @{