Your package is ready. Follow these steps to run KillBloat safely.
Right-click KillBloat-Package.zip → Extract All. Place the folder somewhere easy to find, like your Desktop. Or download it directly.
C:\Users\You\Desktop\KillBloat\
Right-click PowerShell → Run as Administrator, then run:
Set-Location "$env:USERPROFILE\Desktop\KillBloat" .\KillBloat-Wizard.ps1
The wizard will walk you through risk acceptance, safety checks, script selection, live execution, and a final summary.
For automation or batch use, run the orchestrator:
# Run all non-interactive steps .\Run-KillBloat.ps1 -SkipInteractive # Run only selected steps .\Run-KillBloat.ps1 -Steps WindowsAI,Telemetry,NetworkBlocks
If you ever want to confirm the archive is intact and all scripts are syntactically valid:
.\Verify-Package.ps1