Modern Standby fix

config/tweaks.json
2203  "WPFToggleStandbyFix": {
2204    "Content": "Modern Standby fix",
2205    "Description": "Disable network connection during S0 sleep. If network connectivity is turned on during S0 sleep it could cause overheating on modern laptops",
2206    "category": "Customize Preferences",
2207    "panel": "2",
2208    "Type": "Toggle",
2209    "registry": [
2210      {
2211        "Path": "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Power\\PowerSettings\\f15576e8-98b7-4186-b944-eafa664402d9",
2212        "Name": "ACSettingIndex",
2213        "Value": "0",
2214        "Type": "DWord",
2215        "OriginalValue": "<RemoveEntry>",
2216        "DefaultState": "true"
2217      }
2218    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft’s Website.