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.",