1-shot silent Windows 11 performance optimizer. Runs full pipeline (audit, web research, revert snapshot, all batches) without prompts. Full revert available via /pc-revert.
Apply ALL performance optimizations silently. No prompts. Full revert snapshot is created first.
Check C:\ProgramData\pc-optimizer\scripts\audit.ps1. If missing, deploy all scripts from skills/pc-optimizer/scripts/ to C:\ProgramData\pc-optimizer\scripts\.
powershell -ExecutionPolicy Bypass -File "C:\ProgramData\pc-optimizer\scripts\audit.ps1" "C:\Temp\pc-optimizer-profile.json"
Invoke data-scraper-agent with the system profile JSON.
powershell -ExecutionPolicy Bypass -File "C:\ProgramData\pc-optimizer\scripts\restore-point.ps1"
$timestamp = Get-Date -Format "yyyyMMdd-HHmm"
$revertDir = "C:\ProgramData\pc-optimizer\revert\$timestamp"
New-Item -ItemType Directory -Path $revertDir -Force
powershell -ExecutionPolicy Bypass -File "C:\ProgramData\pc-optimizer\scripts\apply.ps1" -Batch All -RevertDir $revertDir
Show a compact summary:
PC OPTIMIZER - COMPLETE
----------------------------------------
[+] Power & Thermal
[+] Bloat & Services
[+] Registry & Scheduler
[+] Network Stack
[+] Memory & Storage
[+] Visual & UI
[SKIPPED in VM: CPU parking, HPET, ASUS fan, Spectre/Meltdown]
Revert session: C:\ProgramData\pc-optimizer\revert\[timestamp]\
To undo everything: /pc-revert
Reboot recommended.