LoginSignup
1
3

More than 5 years have passed since last update.

Windows10のSecureTime機能の無効化方法

Posted at

Windows10 1511から追加されたセキュリティ機能により、ドメイン環境下のWindows10クライアントの時刻同期がうまく動作しなくなる場合がある。

作業手順

コマンドプロンプトを管理者権限で起動し、以下のコマンドを実行する。

Cmd(Administrator)
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config /v UtilizeSslTimeData /t REG_DWORD /d 0 /f
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3