社内NTPサーバ作成 2008年頃
ドメインコントローラの役割を持っていないWindows Server 2003をNTPサーバーとして設定
- レジストリエディタを起動
regedit - レジストリ箇所に移動してntpServerのenabledの値を1に設定
HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders
- 以下のレジストリ箇所に移動してAnnounceFlagsを5に設定
HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config
- 設定の反映のためにコマンドプロンプトで以下のコマンドを実行しタイムサービスを再起動
net stop w32time && net start w32time
w32tmのクリア方法 2011年頃
- Administrator権限で操作する
- レジストリを綺麗にするため「w32tm /unregister」と打つ
※もしサービスが動いていれば先に停止 【停止方法】
管理ツール>>>サービス>>>「Windows Time」を停止。または開いているコマンドプロンプトから「net stop w32time」と打てば停止される。停止後「w32tm /unregister」を実行する
※登録解除だがメッセージは「登録された」と表示される。 - さらに「w32tm /register」を打ち込む 「W32Time が正しく登録されました。」と表示される
NTP設定-PC向け 2011年頃
- NTPポーリング間隔セット.reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient] "DllName"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\ 74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,\ 00,33,00,32,00,74,00,69,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,00,00 "Enabled"=dword:00000001 "InputProvider"=dword:00000001 "AllowNonstandardModeCombinations"=dword:00000001 "CrossSiteSyncFlags"=dword:00000002 "ResolvePeerBackoffMinutes"=dword:0000000f "ResolvePeerBackoffMaxTimes"=dword:00000007 "CompatibilityFlags"=dword:80000000 "EventLogFlags"=dword:00000001 "LargeSampleSkew"=dword:00000003 "SpecialPollInterval"=dword:00000200 "SpecialPollTimeRemaining"=hex(7):74,00,69,00,6d,00,65,00,2d,00,6e,00,77,00,2e,\ 00,6e,00,69,00,73,00,74,00,2e,00,67,00,6f,00,76,00,2c,00,37,00,62,00,38,00,\ 61,00,39,00,64,00,35,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00
- NTPあて先セット-PC向け.reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters] "ServiceDll"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,\ 00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\ 77,00,33,00,32,00,74,00,69,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,00,00 "ServiceMain"="SvchostEntry_W32Time" "ServiceDllUnloadOnStop"=dword:00000001 "Type"="NTP" "NtpServer"="time-nw.nist.gov,0x9"