Project notes

W11 Optimiser

A conservative Windows 11 tool: audits the PC, applies a small set of reversible changes, and reports everything in plain HTML. It fixes background overhead and power-management inconsistency — not raw FPS, and not much on a fresh install.

Safety model, scope, and expected results

What I Built

What Safe Optimise Changes

What It Refuses To Touch

Modes

Safety Model

Release Verification

What To Actually Expect

Why It Matters

Files

w11 Website bootstrapper for irm -MaximumRedirection 0 https://julianbaumgardt.com/w11 | iex.
w11-optimiser.ps1 Main PowerShell tool: audit, safe optimisation, post-check, HTML report generation, backups, and undo logic.
w11-optimiser-launcher.cmd Double-click launcher and command shortcut menu for audit, safe optimise, post-check, undo, and help.
w11-optimiser-readme.md Usage guide, safety boundaries, folder layout, generated outputs, and riskier-tweak notes.
w11-optimiser.manifest.json Version and SHA-256 used by the bootstrapper to check the downloaded PowerShell script.
w11-optimiser-tests.ps1 Pester regression checks for protected Undo, exact registry rollback, cleanup paths, network paths, and power-plan identity.
w11-bootstrap-tests.ps1 Pester regression checks for HTTPS-only transport, protected staging, and payload TOCTOU resistance.
w11-security-test.js Cross-platform release guards for all remediated Windows P0 failure patterns.
How to use Run report demo Download code View w11 bootstrapper View w11-optimiser.ps1 View w11-optimiser-launcher.cmd Back To Projects