REM This is TimeServ.ini, to be placed in %SystemRoot%

REM Remarks and blank lines are allowed.  Following is the section name:

[TimeServ]

REM remove the ; from in front of one of the Types, below.
REM NISTACTS means dial NIST ACTS using the modem to set the time.
REM PRIMARY means a networked machine intended in a second "tier"
REM SECONDARY means a networked machine lower in the tier (a "client")
REM USNO means dial Naval Observatory using the modem to set the time.
REM INTERNET means use TCP/IP to access USNO/NIST
REM NTP means use Simple Network Time Protocol over IP
REM NRC means dial the National Research Council using the modem to set time.
REM BBC means dial the BBC using the modem to set the time.
REM COMPUTIME means dial Telecom Australia's service to set the time.
REM EUROPE means dial a European service (Sweden/Austria/Germany/Italy).
REM MSL means dial the New Zealand Measurement Standards Laboratory
REM GC1000 means use the Heath GC-1000 Most Accurate Clock
REM GC1001 means use the Heath GC-1001 Most Accurate Clock II
REM SPECTRACOM means use the Spectracom NETCLOCK/2
REM HP means use the 58503A Time and Frequency Reference Receiver
REM TIMELINK means use the TrueTime TL-3 WWV Timing Receiver
REM TRIMBLE means use a Trimble GPS with TSIP over RS-232
REM ROCKWELL means use a Rockwell GPS with messages over RS-232
REM MOTOROLA means use a Motorola 8-channel GPS with binary format over RS-232
REM or BC620AT, BC630AT, PC03XT, PCSG2, PCLTC, AMDAT, MOBATIME, RADIOCODE

;Type=SECONDARY
;Type=PRIMARY
Type=NISTACTS
;Type=USNO
;Type=INTERNET
;Type=NTP
;Type=NRC
;Type=BBC
;Type=COMPUTIME
;Type=EUROPE
;Type=MSL
;Type=GC1000
;Type=GC1001
;Type=Spectracom
;Type=HP
;Type=TimeLink
;Type=Trimble
;Type=Rockwell
;Type=Motorola
;Type=

REM The PrimarySource list below are the servers which are known good
REM Each server name should start with \\, separated by a semicolon

PrimarySource=\\TIMESOURCE

REM Period 0 below means to use the default delay between each time set
REM Default is daily for modem or every 8-12 hours for network
REM Period can also be set to a number which means that many times daily

Period=0

REM Port is the name of the serial port used for modem, GPS, or clock

Port=\\.\COM1
;Port=\\.\COM2
;Port=\\.\COM3

REM ModemCommand below is the string used to setup and dial your modem.
REM The &Q0 is desirable for high speed Hayes modems
REM The &D2 is desirable for quickest hangup
REM The plain ATDT is intended for older Hayes Smartmodem 1200 or 300
REM A B15 may need to be added to force the BBC V.21 communication standard
REM For USNO, S2 must be 43, S12 must be 50 or less, and must not be X0
REM The entry with \N1 is intended for Megahertz XJ2288
REM The entry with B5 03, is intended for PDI @ MS from 12-button phone
REM The entry with B26 03, is intended for PDI @ MS from x-button phone

ModemCommand=AT&D2&Q0DT
;ModemCommand=AT&D2DT
;ModemCommand=ATDT
;ModemCommand=AT&D2\N1DT
;ModemCommand=AT&D2DTB5 03,
;ModemCommand=AT&D2DTB26 03,

REM Prefix is the number dialed prior to the phone number, such as for a PBX

;Prefix=9,
Prefix=

REM PhoneNumber is the number of NIST in Colorado (+1 303 494 4774)
REM or USNO in Washington DC (+1 202 762 1594) 
REM or NRC in Ottawa (+1 613 745 3900)
REM or BBC in the UK (0891 516880)
REM or Computime in Australia (+61 03 9600 1641, or 02 267 4648, or
REM 07 3221 7033, 089 41 3423, 09 221 5457, 08 410 0143, 002 24 1905)
REM or Sweden (0719 312 719 a special number inside Sweden only)
REM or Austria (+43 316 472366)
REM or Germany (+49 531 512038)
REM or Italy (166 11 46 15  a special number inside Italy only)
REM or New Zealand (0900 45222  a special number inside New Zealand only)

PhoneNumber=1 303 494 4774
;PhoneNumber=1 494 4774
;PhoneNumber=494 4774
;PhoneNumber=1 202 762 1594
;PhoneNumber=1 762 1594
;PhoneNumber=762 1594
;PhoneNumber=1 613 745 3900
;PhoneNumber=0891 516880
;PhoneNumber=03 9 600 1641
;PhoneNumber=316 472366

REM NTPServer is the name or numeric address of an NTP server
REM No default is given, since you should contact a timekeeper
REM (If you don't know what this is, you shouldn't try NTP)
REM (The names BroadcastClient and MulticastClient are reserved)

NTPServer=

REM timesource is a flag used by LanmanServer, placed in the registry
REM It should typically be set to yes when Type is Primary

timesource=no
;timesource=yes

REM Log is a flag used to indicate that you want an entry in the
REM Application log of the Event Viewer upon every sucessful time set

Log=no
;Log=yes

REM (The following are rarely changed)

REM SecondaryDomain defaults to searching for a timesource in your current
REM domain.  Alternatively, it can be set to a domain/workgroup name.
SecondaryDomain=

REM Speed 300 is most accurate for NIST, but 1200 is also allowed
REM and 2400 seems necessary for the PDI pool at MS
REM otherwise speed is forced automatically 300 for NRC/BBC
REM and 1200 for USNO or COMPUTIME (or EUROPE).
REM (For Spectracom, Speed is automatic 9600/4800/1200)
Speed=300
;Speed=1200
;Speed=2400
;Speed=9600
;Speed=14400

REM RandomPrimary yes means to choose a random entry in the PrimarySource
REM list, rather than starting at the top.  As long as the chosen server
REM remains accessible, it will continue to be used.
RandomPrimary=yes

REM Hour 6 means wait until a little after 6am for the second modem call
REM The purpose is to call daily (or twice/day) at low long distance rates
REM Hour 24 disables such special handling
Hour=6

REM TAsync no means to use TimeAdjustment API to disable CMOS sync
TAsync=no
