Skip to content

S0 Sleep Network Connectivity

config/tweaks.json
1491  "WPFToggleStandbyFix": {
1492    "Content": "S0 Sleep Network Connectivity",
1493    "Description": "Enable or disable network connectivity during S0 Sleep.",
1494    "category": "Customize Preferences",
1495    "panel": "2",
1496    "Type": "Toggle",
1497    "registry": [
1498      {
1499        "Path": "HKCU:\\SOFTWARE\\Policies\\Microsoft\\Power\\PowerSettings\\f15576e8-98b7-4186-b944-eafa664402d9",
1500        "Name": "ACSettingIndex",
1501        "Value": "1",
1502        "Type": "DWord",
1503        "OriginalValue": "0",
1504        "DefaultState": "true"
1505      }
1506    ],

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.