Every tweak, documented
No black box. Here's exactly what representative tweaks change — the registry value, service or command. The app logs every action it takes, and behaviour-changing tweaks are off by default.
Performance
Stops the CPU down-clocking at idle.
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 → setactiveMenus open instantly.
HKCU\Control Panel\Desktop\MenuShowDelay = 0Cuts constant prefetch disk reads (recommended on SSDs).
sc stop SysMain & sc config SysMain start= disabledFrees disk + CPU used by the indexer.
sc stop WSearch & sc config WSearch start= disabledPrivacy
Minimises diagnostic data sent to Microsoft.
HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection\AllowTelemetry = 0Stops cross-app ad personalisation.
HKCU\...\AdvertisingInfo\Enabled = 0Stops Cortana running in the background.
HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search\AllowCortana = 0Gaming
Prioritises the running game.
HKCU\Software\Microsoft\GameBar\AutoGameModeEnabled = 1Hardware-accelerated GPU scheduling for lower latency.
HKLM\SYSTEM\...\GraphicsDrivers\HwSchMode = 2Stops the background capture that costs FPS.
HKCU\System\GameConfigStore\GameDVR_Enabled = 01:1 raw mouse movement for consistent aim.
HKCU\Control Panel\Mouse\MouseSpeed = 0 (+ Threshold1/2 = 0)Network
Removes the multimedia network throttle.
HKLM\SOFTWARE\Microsoft\Windows NT\...\Multimedia\SystemProfile\NetworkThrottlingIndex = 0xffffffffAllows the receive window to scale to full bandwidth.
netsh int tcp set global autotuninglevel=normalSystem & Security
Removes hiberfil.sys and frees several GB.
powercfg /hibernate offTurns off the obsolete, exploited file-sharing protocol.
Disable-WindowsOptionalFeature -Online -FeatureName SMB1ProtocolReveals .exe/.scr so disguised files are obvious.
HKCU\...\Explorer\Advanced\HideFileExt = 0This is a representative sample. The app exposes all 80 tweaks with a one-line description each, and writes every change it makes to the on-screen activity log — so you always have the full, exact record.
