home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / en-US / W32Time.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  6KB  |  63 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <displayName>enter display name here</displayName>
  5.   <description>enter description here</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="W32TIME_CONFIG_EXPLAIN">Specifies a set of parameters for all time providers installed on your system. There are two sets of parameters: clock discipline parameters, which control how the Windows Time Service processes the time samples it receives from providers, and general parameters. The general parameters allow you to configure the following: whether the time service is discoverable through DsGetDcName, the verbosity of event logging, the reliability of the local CMOS clock, and the minimum and maximum suggested polling intervals for time providers.</string>
  9.       <string id="W32TIME_CONFIGURE_NTPCLIENT_EXPLAIN">Specifies whether the Windows NTP Client synchronizes time from the domain hierarchy or a manually configured NTP server. Specifies whether the client can synchronize time from a source outside its site, how long the Windows NTP Client waits before attempting to re-resolve an unsuccessfully resolved NTP server name, and the verbosity of the NTP Client's event logging.</string>
  10.       <string id="W32TIME_ENABLE_NTPCLIENT_EXPLAIN">Specifies whether the Windows NTP Client is enabled. Enabling the Windows NTP Client allows your computer to synchronize its computer clock with other NTP servers. You may want to disable this service if you decide to use a third-party time provider.</string>
  11.       <string id="W32TIME_ENABLE_NTPSERVER_EXPLAIN">Specifies whether the Windows NTP Server is enabled. Enabling the Windows NTP Server allows your computer to service NTP requests from other machines.</string>
  12.       <string id="W32TIME_POLICY_CONFIG">Global Configuration Settings</string>
  13.       <string id="W32TIME_POLICY_CONFIGURE_NTPCLIENT">Configure Windows NTP Client</string>
  14.       <string id="W32TIME_POLICY_ENABLE_NTPCLIENT">Enable Windows NTP Client</string>
  15.       <string id="W32TIME_POLICY_ENABLE_NTPSERVER">Enable Windows NTP Server</string>
  16.       <string id="W32TIME_ROOT">Windows Time Service</string>
  17.       <string id="W32TIME_TIMEPROVIDERS">Time Providers</string>
  18.       <string id="W32TIME_Type_AllSync">AllSync</string>
  19.       <string id="W32TIME_Type_NoSync">NoSync</string>
  20.       <string id="W32TIME_Type_NT5DS">NT5DS</string>
  21.       <string id="W32TIME_Type_Ntp">NTP</string>
  22.     </stringTable>
  23.     <presentationTable>
  24.       <presentation id="W32TIME_POLICY_CONFIG">
  25.         <text>Clock Discipline Parameters</text>
  26.         <decimalTextBox refId="W32TIME_FrequencyCorrectRate" defaultValue="4">FrequencyCorrectRate</decimalTextBox>
  27.         <decimalTextBox refId="W32TIME_HoldPeriod" defaultValue="5">HoldPeriod</decimalTextBox>
  28.         <decimalTextBox refId="W32TIME_LargePhaseOffset" defaultValue="1280000">LargePhaseOffset</decimalTextBox>
  29.         <decimalTextBox refId="W32TIME_MaxAllowedPhaseOffset" defaultValue="300">MaxAllowedPhaseOffset</decimalTextBox>
  30.         <decimalTextBox refId="W32TIME_MaxNegPhaseCorrection" defaultValue="54000">MaxNegPhaseCorrection</decimalTextBox>
  31.         <decimalTextBox refId="W32TIME_MaxPosPhaseCorrection" defaultValue="54000">MaxPosPhaseCorrection</decimalTextBox>
  32.         <decimalTextBox refId="W32TIME_PhaseCorrectRate" defaultValue="1">PhaseCorrectRate</decimalTextBox>
  33.         <decimalTextBox refId="W32TIME_PollAdjustFactor" defaultValue="5">PollAdjustFactor</decimalTextBox>
  34.         <decimalTextBox refId="W32TIME_SpikeWatchPeriod" defaultValue="90">SpikeWatchPeriod</decimalTextBox>
  35.         <decimalTextBox refId="W32TIME_UpdateInterval" defaultValue="30000">UpdateInterval</decimalTextBox>
  36.         <text>General Parameters</text>
  37.         <decimalTextBox refId="W32TIME_AnnounceFlags" defaultValue="10">AnnounceFlags</decimalTextBox>
  38.         <decimalTextBox refId="W32TIME_EventLogFlags" defaultValue="2">EventLogFlags</decimalTextBox>
  39.         <decimalTextBox refId="W32TIME_LocalClockDispersion" defaultValue="10">LocalClockDispersion</decimalTextBox>
  40.         <decimalTextBox refId="W32TIME_MaxPollInterval" defaultValue="15">MaxPollInterval</decimalTextBox>
  41.         <decimalTextBox refId="W32TIME_MinPollInterval" defaultValue="10">MinPollInterval</decimalTextBox>
  42.         <decimalTextBox refId="W32TIME_ChainEntryTimeout" defaultValue="16">ChainEntryTimeout</decimalTextBox>
  43.         <decimalTextBox refId="W32TIME_ChainMaxEntries" defaultValue="128">ChainMaxEntries</decimalTextBox>
  44.         <decimalTextBox refId="W32TIME_ChainMaxHostEntries" defaultValue="4">ChainMaxHostEntries</decimalTextBox>
  45.         <decimalTextBox refId="W32TIME_ChainDisable" defaultValue="0">ChainDisable</decimalTextBox>
  46.         <decimalTextBox refId="W32TIME_ChainLoggingRate" defaultValue="30">ChainDisable</decimalTextBox>
  47.       </presentation>
  48.       <presentation id="W32TIME_POLICY_CONFIGURE_NTPCLIENT">
  49.         <textBox refId="W32TIME_NtpServer">
  50.           <label>NtpServer</label>
  51.           <defaultValue>time.windows.com,0x9</defaultValue>
  52.         </textBox>
  53.         <dropdownList refId="W32TIME_Type" noSort="true" defaultItem="2">Type</dropdownList>
  54.         <decimalTextBox refId="W32TIME_CrossSiteSyncFlags" defaultValue="2">CrossSiteSyncFlags</decimalTextBox>
  55.         <decimalTextBox refId="W32TIME_ResolvePeerBackoffMinutes" defaultValue="15">ResolvePeerBackoffMinutes</decimalTextBox>
  56.         <decimalTextBox refId="W32TIME_ResolvePeerBackoffMaxTimes" defaultValue="7">ResolvePeerBackoffMaxTimes</decimalTextBox>
  57.         <decimalTextBox refId="W32TIME_SpecialPollInterval" defaultValue="3600">SpecialPollInterval</decimalTextBox>
  58.         <decimalTextBox refId="W32TIME_EventLogFlags" defaultValue="0">EventLogFlags</decimalTextBox>
  59.       </presentation>
  60.     </presentationTable>
  61.   </resources>
  62. </policyDefinitionResources>
  63.