Download & Setup

Your package is ready. Follow these steps to run KillBloat safely.

⚠️ Important: KillBloat modifies system services, firewall rules, and registry keys. Run as Administrator, create a restore point, and review each script before executing.

1. Extract the package

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\

2. Pre-flight checklist

3. Launch the Wizard (recommended)

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.

4. Or run from the CLI

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

5. Verify the package

If you ever want to confirm the archive is intact and all scripts are syntactically valid:

.\Verify-Package.ps1
⬇ Download KillBloat-Package.zip ← Back to product page