在安装完Windows Server 2022并提升为DC后,突然发现时区没法通过GUI设置,一设置就说没权限,用命令行即可解决。
以管理员权限运行Command Prompt或者PowerShell,然后可以使用如下命令:
- 查看当前时区
tzutil /g
- 列出命令可以用时区的名称
tzutil /l
- 更改时区
利用上面一步取得的时区名称,使用如下命令更改时区:
# tzutil /s "时区名称"
tzutil /s "China Standard Time"
在安装完Windows Server 2022并提升为DC后,突然发现时区没法通过GUI设置,一设置就说没权限,用命令行即可解决。
以管理员权限运行Command Prompt或者PowerShell,然后可以使用如下命令:
tzutil /g
tzutil /l
# tzutil /s "时区名称"
tzutil /s "China Standard Time"