From ce5e407a766867580f997ea69eefa1830ae373c9 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:04:34 +0200 Subject: [PATCH] Add WPFToggleStandbyFix (#4132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add WPFToggleStandbyFix * Update config/tweaks.json Co-authored-by: Paweł Gwozdowski --------- Co-authored-by: Paweł Gwozdowski --- config/tweaks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 5102c58e..79e96b51 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2200,6 +2200,24 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/bingsearch" }, + "WPFToggleStandbyFix": { + "Content": "Modern Standby fix", + "Description": "Disable network connection during S0 sleep. If network connectivity is turned on during S0 sleep it could cause overheating on modern laptops", + "category": "Customize Preferences", + "panel": "2", + "Type": "Toggle", + "registry": [ + { + "Path": "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Power\\PowerSettings\\f15576e8-98b7-4186-b944-eafa664402d9", + "Name": "ACSettingIndex", + "Value": "0", + "Type": "DWord", + "OriginalValue": "", + "DefaultState": "true" + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/standbyfix" + }, "WPFToggleNumLock": { "Content": "NumLock on Startup", "Description": "Toggle the Num Lock key state when your computer starts.",