Windows10 NTPクライアントとしてどのNTPサーバーを設定しているか確認方法

環境
Windows 10 Home 64bit

操作方法
1.管理者権限でコマンドプロンプトを開きます。

2.以下のコマンドで、NTPクライアントの動作設定が確認できます。
w32tm /query /configuration

3.出力された内容の、[タイムプロバイダー]の”NtpClient”の出力のブロックを確認します。
実行結果

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
[タイム プロバイダー]
NtpClient (ローカル)
DllName: C:\Windows\system32\w32time.dll (ローカル)
Enabled: 1 (ローカル)
InputProvider: 1 (ローカル)
AllowNonstandardModeCombinations: 1 (ローカル)
ResolvePeerBackoffMinutes: 15 (ローカル)
ResolvePeerBackoffMaxTimes: 7 (ローカル)
CompatibilityFlags: 2147483648 (ローカル)
EventLogFlags: 1 (ローカル)
LargeSampleSkew: 3 (ローカル)
SpecialPollInterval: 32768 (ローカル)
Type: NTP (ローカル)
NtpServer: xxx,0x9 (ローカル)
[タイム プロバイダー] NtpClient (ローカル) DllName: C:\Windows\system32\w32time.dll (ローカル) Enabled: 1 (ローカル) InputProvider: 1 (ローカル) AllowNonstandardModeCombinations: 1 (ローカル) ResolvePeerBackoffMinutes: 15 (ローカル) ResolvePeerBackoffMaxTimes: 7 (ローカル) CompatibilityFlags: 2147483648 (ローカル) EventLogFlags: 1 (ローカル) LargeSampleSkew: 3 (ローカル) SpecialPollInterval: 32768 (ローカル) Type: NTP (ローカル) NtpServer: xxx,0x9 (ローカル)
[タイム プロバイダー]

NtpClient (ローカル)
DllName: C:\Windows\system32\w32time.dll (ローカル)
Enabled: 1 (ローカル)
InputProvider: 1 (ローカル)
AllowNonstandardModeCombinations: 1 (ローカル)
ResolvePeerBackoffMinutes: 15 (ローカル)
ResolvePeerBackoffMaxTimes: 7 (ローカル)
CompatibilityFlags: 2147483648 (ローカル)
EventLogFlags: 1 (ローカル)
LargeSampleSkew: 3 (ローカル)
SpecialPollInterval: 32768 (ローカル)
Type: NTP (ローカル)
NtpServer: xxx,0x9 (ローカル)

 

Windows10

Posted by arkgame