トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS


  • 追加された行はこの色です。
  • 削除された行はこの色です。
文章移行中~
http://www.infor.kanazawa-it.ac.jp/~mori/admin/ntp.html
//http://www.infor.kanazawa-it.ac.jp/~mori/admin/ntp.html
**NTP Client [#ne1580ad]
***Windows [#x727425a]
 C:\>w32tm /dumpreg
 
 値の名前                   値の種類                値のデータ
 ---------------------------------------------------
 
 DisplayName            REG_SZ              @%SystemRoot%\system32\w32time.dll,-200
 ImagePath              REG_EXPAND_SZ       %SystemRoot%\system32\svchost.exe -k
 LocalService
 Description            REG_SZ              @%SystemRoot%\system32\w32time.dll,-201
 ObjectName             REG_SZ              NT AUTHORITY\LocalService
 ErrorControl           REG_DWORD           1
 Start                  REG_DWORD           3
 Type                   REG_DWORD           32
 ServiceSidType         REG_DWORD           1
 RequiredPrivileges     REG_MULTI_SZ        SeAuditPrivilege, SeChangeNotifyPrivilege, SeCreateGlobalPrivilege, SeSystemTimePrivilege
 FailureActions         REG_BINARY          80510100000000000000000003000000140000000100000060EA000001000000C0D401000000000000000000

 C:\>w32tm /config /manualpeerlist:"192.168.0.1"
 コマンドは正しく完了しました。

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

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

 C:\>sc config w32time start= delayed-auto
 [SC] ChangeServiceConfig SUCCESS


----
[1] http://www.eecis.udel.edu/~mills/ntp/html/build/hints/winnt.html
[2] http://ntp.isc.org/bin/view/Main/SoftwareDevelopment
[3] http://www.eecis.udel.edu/%7Emills/ntp/html/index.html
[4] http://wiki.nothing.sh/page/NTP