2022-10-04  2024-09-18    74 字  1 分钟

Make Windows Use UTC Time

Filename: Make Windows Use UTC Time.reg

1Windows Registry Editor Version 5.00
2
3[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation]
4"RealTimeIsUniversal"=dword:00000001

以管理员身份打开 「PowerShell」,输入以下命令

1Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1

Make Windows Use Local Time

Filename: Make Windows Use Local Time.reg

1Windows Registry Editor Version 5.00
2
3[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation]
4"RealTimeIsUniversal"=-

除另有声明外本博客文章均采用 知识共享 (Creative Commons) 署名 4.0 国际许可协议 进行许可转载请注明原作者与文章出处