7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windowsでコマンドラインから時刻同期する

Last updated at Posted at 2014-08-08

方法

WindowsでコマンドラインからNICTのNTPサーバーと同期させる方法。(要管理権限)
Windows Time サービスを起動している必要がある。

C:\> net stop w32time
Windows Time サービスを停止中です.
Windows Time サービスは正常に停止されました。

C:\> net start w32time
Windows Time サービスを開始します.
Windows Time サービスは正常に開始されました。

C:\> w32tm /config /syncfromflags:manual /manualpeerlist:ntp.nict.jp /update
C:\> w32tm /resync

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?