System Optimization Suite
Hardware Abstraction & Kernel Slimming
Disable VBS / Core Isolation
Virtualization-Based Security creates a "bubble" for the kernel. While secure, it adds significant latency to CPU-bound tasks and gaming.
Windows Security > Device Security > Core Isolation > OFF
Disable Multi-Plane Overlay (MPO)
A common culprit for stuttering and black screens on NVIDIA/AMD cards. Disabling this forces a cleaner frame-delivery path.
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\Dwm" /v OverlayTestMode /t REG_DWORD /d 00000005
Disable Hibernation (hiberfil.sys)
Removes the multi-gigabyte hibernation file and prevents "Fast Startup" kernel dirty-booting, ensuring every restart is a fresh kernel load.
powercfg -h off
Synthetic Timer & HPET Kill
Forcing Windows to use the hardware clock instead of the software-emulated synthetic timer reduces "input lag" and micro-stuttering.
bcdedit /set useplatformclock no / bcdedit /set disabledynamictick yes
Telemetry Severance & Signal Silence
Kill Diagnostic Data Logging
Windows constantly captures and uploads system "snapshots" to improve user experience. Disabling this shuts down the `DiagTrack` background service.
Settings > Privacy > Diagnostics > Send optional diagnostic data > OFF
Purge AI "Recall" Indexing
The new AI agents take snapshots of your screen every few seconds to build a "memory" of your activity. This is the ultimate privacy and performance drain.
gpedit.msc > User Config > Admin Templates > Windows Components > Windows Recall > Disable
Reset Advertising ID Token
Your unique Ad-ID allows apps to track your behavior across the web. Disabling the service breaks the tracking chain at the OS level.
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v Enabled /t REG_DWORD /d 0 /f
Disable Bing Search Integration
Every time you use your Start menu to find a file, Windows pings the cloud for web results. This creates a laggy "web-shell" experience.
REG ADD "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v DisableSearchBoxSuggestions /t REG_DWORD /d 1 /f
Interface Fluidity & Shell Response
Restore Classic Context Menu
The "Show More Options" click is a forced delay. This registry fix bypasses the modern XAML wrapper and restores the instant legacy right-click menu.
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Kill Start "Recommendations"
The Start menu uses system resources to fetch "promoted apps" and recent files. Stripping this creates a minimalist, lightning-fast launcher.
Settings > Personalization > Start > Show recommended items > OFF
Reduce Menu Show Delay
By default, Windows waits 400ms before showing a hover menu. Reducing this to 20ms makes the entire interface feel like it's anticipating your next move.
REG ADD "HKCU\Control Panel\Desktop" /v MenuShowDelay /t REG_SZ /d 20 /f
Visual Effects Bypass
Disabling window "fade" and "slide" animations removes the artificial wait time for windows to render, resulting in an "instant-pop" workflow.
sysdm.cpl > Advanced > Performance > Adjust for best performance
AI Resource Reclamation
Kill Copilot Shell Integration
Even if hidden, the Copilot process remains in a "suspended" state, holding onto 150MB+ of RAM. This policy fully unloads the executable from the shell.
gpedit.msc > User Config > Admin Templates > Windows Components > Edge UI > Turn off Copilot > ENABLED
Disable AI Live Captions
Windows 11 constantly polls audio streams for the AI captioning engine. Disabling the background listener reduces audio processing latency.
Settings > Accessibility > Live Captions > OFF
Bypass "Smart" App Control
The AI-driven app scanner checks every `.exe` launch against a cloud database. Turning this to "Evaluation" mode stops the local CPU spike during launches.
Windows Security > App & Browser Control > Smart App Control > OFF
Offload Windows Studio Effects
Background blur and eye-contact correction use the NPU even when your camera is off. This fix kills the background service responsible for the "Auto-Enhance" loop.
Settings > Bluetooth & Devices > Cameras > [Your Camera] > Disable Studio Effects
Premium Membership
Beyond the Basics
This website covers the surface. Our **Pro-Tier Master PDF** (v4.2) contains the exact hex values and string identifiers for deep-kernel tuning with instructions that Microsoft doesn't document.
