Skip to content

Set Time to UTC (Dual Boot)

config/tweaks.json
1458  "WPFTweaksUTC": {
1459    "Content": "Set Time to UTC (Dual Boot)",
1460    "Description": "Essential for computers that are dual booting. Fixes the time sync with Linux Systems.",
1461    "category": "z__Advanced Tweaks - CAUTION",
1462    "panel": "1",
1463    "registry": [
1464      {
1465        "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation",
1466        "Name": "RealTimeIsUniversal",
1467        "Value": "1",
1468        "Type": "QWord",
1469        "OriginalValue": "0"
1470      }
1471    ],

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.