Set Time To UTC¶
ID/URL: set-time-utc
Description: Sets the system time to UTC, Great for dual booting
- changes the system time to UTC
Apply¶
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" -Name "RealTimeIsUniversal" -Value 1 -Type DWord -Force
Unapply¶
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" -Name "RealTimeIsUniversal" -Value 0 -Type DWord -Force