■コマンド(管理者権限で実行)
w32tm /query /peers : 参照先 NTP サーバー(ntp.nict.jp)との通信状況の確認
w32tm /query /status : 参照先 NTP サーバー(ntp.nict.jp)との同期状態の確認
w32tm /config /manualpeerlist:ntp.nict.jp,0x8 /syncfromflags:manual /reliable:yes /update : 参照先 NTP サーバー(ntp.nict.jp)の指定
net stop w32time : Windows Time サービスの停止
net start w32time
で完了です。