LoginSignup
3
0

More than 5 years have passed since last update.

Powershell で時刻同期無効

Posted at

手順

  1. Powershell を管理者権限で起動する
  2. 以下のコマンドを実行
PS > Set-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\Parameters -Name Type -Value NoSync

説明

レジストリを書き換えています。

お疲れ様でした。

3
0
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
3
0