S3 Sleep
config/tweaks.json
2571 "WPFToggleS3Sleep": {
2572 "Content": "S3 Sleep",
2573 "Description": "Toggles between Modern Standby and S3 sleep.",
2574 "category": "Customize Preferences",
2575 "panel": "2",
2576 "Type": "Toggle",
2577 "registry": [
2578 {
2579 "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Power",
2580 "Name": "PlatformAoAcOverride",
2581 "Value": "0",
2582 "OriginalValue": "<RemoveEntry>",
2583 "DefaultState": "false",
2584 "Type": "DWord"
2585 }
2586 ],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.