home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / NetworkConnections.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  15KB  |  290 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.                    revision="1.1" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  5.   <policyNamespaces>
  6.     <target prefix="networkconnections" namespace="Microsoft.Policies.NetworkConnections" />
  7.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  8.     <using prefix="products" namespace="Microsoft.Policies.Products" />
  9.   </policyNamespaces>
  10.   <resources minRequiredRevision="1.0" />
  11.   <supportedOn>
  12.     <definitions>
  13.       <!--Microsoft Windows Server 2003, Windows XP, and Windows 2000 Service Pack 1 operating systems only-->
  14.       <definition name="SUPPORTED_Win2kSP1_WindowsPreVista" displayName="$(string.SUPPORTED_Win2kSP1_WindowsPreVista)">
  15.         <or>
  16.           <range ref="products:MicrosoftWindows2000" minVersionIndex="1"/>
  17.           <range ref="products:MicrosoftWindows" minVersionIndex="2" maxVersionIndex="3"/>
  18.         </or>
  19.       </definition>
  20.       
  21.       <!--Microsoft Windows XP Professional with SP2 and Windows Server 2003 family only-->
  22.       <definition name="SUPPORTED_WindowsXPSP2_WindowsNET" displayName="$(string.SUPPORTED_WindowsXPSP2_WindowsNET)">
  23.         <or>
  24.           <range ref="products:MicrosoftWindowsXP" minVersionIndex="2"/>
  25.           <reference ref="products:MicrosoftWindowsServer2003"/>
  26.         </or>
  27.       </definition>
  28.       
  29.     </definitions>
  30.   </supportedOn>
  31.   
  32.   <categories>
  33.     <category name="NetworkConnections" displayName="$(string.NetworkConnections)">
  34.       <parentCategory ref="windows:Network" />
  35.     </category>
  36.   </categories>
  37.   
  38.   <policies>
  39.     <policy name="NC_AddRemoveComponents" class="User" displayName="$(string.NC_AddRemoveComponents)" explainText="$(string.NC_AddRemoveComponents_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_AddRemoveComponents">
  40.       <parentCategory ref="NetworkConnections" />
  41.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  42.       <enabledValue>
  43.         <decimal value="0" />
  44.       </enabledValue>
  45.       <disabledValue>
  46.         <decimal value="1" />
  47.       </disabledValue>
  48.     </policy>
  49.     <policy name="NC_AdvancedSettings" class="User" displayName="$(string.NC_AdvancedSettings)" explainText="$(string.NC_AdvancedSettings_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_AdvancedSettings">
  50.       <parentCategory ref="NetworkConnections" />
  51.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  52.       <enabledValue>
  53.         <decimal value="0" />
  54.       </enabledValue>
  55.       <disabledValue>
  56.         <decimal value="1" />
  57.       </disabledValue>
  58.     </policy>
  59.     <policy name="NC_AllowAdvancedTCPIPConfig" class="User" displayName="$(string.NC_AllowAdvancedTCPIPConfig)" explainText="$(string.NC_AllowAdvancedTCPIPConfig_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_AllowAdvancedTCPIPConfig">
  60.       <parentCategory ref="NetworkConnections" />
  61.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  62.       <enabledValue>
  63.         <decimal value="0" />
  64.       </enabledValue>
  65.       <disabledValue>
  66.         <decimal value="1" />
  67.       </disabledValue>
  68.     </policy>
  69.     <policy name="NC_AllowNetBridge_NLA" class="Machine" displayName="$(string.NC_AllowNetBridge_NLA)" explainText="$(string.NC_AllowNetBridge_NLA_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_AllowNetBridge_NLA">
  70.       <parentCategory ref="NetworkConnections" />
  71.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  72.       <enabledValue>
  73.         <decimal value="0" />
  74.       </enabledValue>
  75.       <disabledValue>
  76.         <decimal value="1" />
  77.       </disabledValue>
  78.     </policy>
  79.     <policy name="NC_ChangeBindState" class="User" displayName="$(string.NC_ChangeBindState)" explainText="$(string.NC_ChangeBindState_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_ChangeBindState">
  80.       <parentCategory ref="NetworkConnections" />
  81.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  82.       <enabledValue>
  83.         <decimal value="0" />
  84.       </enabledValue>
  85.       <disabledValue>
  86.         <decimal value="1" />
  87.       </disabledValue>
  88.     </policy>
  89.     <policy name="NC_DeleteAllUserConnection" class="User" displayName="$(string.NC_DeleteAllUserConnection)" explainText="$(string.NC_DeleteAllUserConnection_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_DeleteAllUserConnection">
  90.       <parentCategory ref="NetworkConnections" />
  91.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  92.       <enabledValue>
  93.         <decimal value="1" />
  94.       </enabledValue>
  95.       <disabledValue>
  96.         <decimal value="0" />
  97.       </disabledValue>
  98.     </policy>
  99.     <policy name="NC_DeleteConnection" class="User" displayName="$(string.NC_DeleteConnection)" explainText="$(string.NC_DeleteConnection_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_DeleteConnection">
  100.       <parentCategory ref="NetworkConnections" />
  101.       <supportedOn ref="windows:SUPPORTED_Win2kSP1" />
  102.       <enabledValue>
  103.         <decimal value="0" />
  104.       </enabledValue>
  105.       <disabledValue>
  106.         <decimal value="1" />
  107.       </disabledValue>
  108.     </policy>
  109.     <policy name="NC_DialupPrefs" class="User" displayName="$(string.NC_DialupPrefs)" explainText="$(string.NC_DialupPrefs_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_DialupPrefs">
  110.       <parentCategory ref="NetworkConnections" />
  111.       <supportedOn ref="windows:SUPPORTED_Win2kSP1" />
  112.       <enabledValue>
  113.         <decimal value="0" />
  114.       </enabledValue>
  115.       <disabledValue>
  116.         <decimal value="1" />
  117.       </disabledValue>
  118.     </policy>
  119.     <policy name="NC_EnableAdminProhibits" class="User" displayName="$(string.NC_EnableAdminProhibits)" explainText="$(string.NC_EnableAdminProhibits_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_EnableAdminProhibits">
  120.       <parentCategory ref="NetworkConnections" />
  121.       <supportedOn ref="windows:SUPPORTED_WindowsNET_XP" />
  122.       <enabledValue>
  123.         <decimal value="1" />
  124.       </enabledValue>
  125.       <disabledValue>
  126.         <decimal value="0" />
  127.       </disabledValue>
  128.     </policy>
  129.     <policy name="NC_IpStateChecking" class="User" displayName="$(string.NC_IpStateChecking)" explainText="$(string.NC_IpStateChecking_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_IpStateChecking">
  130.       <parentCategory ref="NetworkConnections" />
  131.       <supportedOn ref="SUPPORTED_WindowsXPSP2_WindowsNET" />
  132.       <enabledValue>
  133.         <decimal value="0" />
  134.       </enabledValue>
  135.       <disabledValue>
  136.         <decimal value="1" />
  137.       </disabledValue>
  138.     </policy>
  139.     <policy name="NC_LanChangeProperties" class="User" displayName="$(string.NC_LanChangeProperties)" explainText="$(string.NC_LanChangeProperties_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_LanChangeProperties">
  140.       <parentCategory ref="NetworkConnections" />
  141.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  142.       <enabledValue>
  143.         <decimal value="0" />
  144.       </enabledValue>
  145.       <disabledValue>
  146.         <decimal value="1" />
  147.       </disabledValue>
  148.     </policy>
  149.     <policy name="NC_LanConnect" class="User" displayName="$(string.NC_LanConnect)" explainText="$(string.NC_LanConnect_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_LanConnect">
  150.       <parentCategory ref="NetworkConnections" />
  151.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  152.       <enabledValue>
  153.         <decimal value="1" />
  154.       </enabledValue>
  155.       <disabledValue>
  156.         <decimal value="0" />
  157.       </disabledValue>
  158.     </policy>
  159.     <policy name="NC_LanProperties" class="User" displayName="$(string.NC_LanProperties)" explainText="$(string.NC_LanProperties_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_LanProperties">
  160.       <parentCategory ref="NetworkConnections" />
  161.       <supportedOn ref="windows:SUPPORTED_Win2kSP1" />
  162.       <enabledValue>
  163.         <decimal value="0" />
  164.       </enabledValue>
  165.       <disabledValue>
  166.         <decimal value="1" />
  167.       </disabledValue>
  168.     </policy>
  169.     <policy name="NC_NewConnectionWizard" class="User" displayName="$(string.NC_NewConnectionWizard)" explainText="$(string.NC_NewConnectionWizard_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_NewConnectionWizard">
  170.       <parentCategory ref="NetworkConnections" />
  171.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  172.       <enabledValue>
  173.         <decimal value="0" />
  174.       </enabledValue>
  175.       <disabledValue>
  176.         <decimal value="1" />
  177.       </disabledValue>
  178.     </policy>
  179.     <policy name="NC_PersonalFirewallConfig" class="Machine" displayName="$(string.NC_PersonalFirewallConfig)" explainText="$(string.NC_PersonalFirewallConfig_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_PersonalFirewallConfig">
  180.       <parentCategory ref="NetworkConnections" />
  181.       <supportedOn ref="windows:SUPPORTED_WindowsNET_XP" />
  182.       <enabledValue>
  183.         <decimal value="0" />
  184.       </enabledValue>
  185.       <disabledValue>
  186.         <decimal value="1" />
  187.       </disabledValue>
  188.     </policy>
  189.     <policy name="NC_RasAllUserProperties" class="User" displayName="$(string.NC_RasAllUserProperties)" explainText="$(string.NC_RasAllUserProperties_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RasAllUserProperties">
  190.       <parentCategory ref="NetworkConnections" />
  191.       <supportedOn ref="windows:SUPPORTED_Win2kSP1" />
  192.       <enabledValue>
  193.         <decimal value="1" />
  194.       </enabledValue>
  195.       <disabledValue>
  196.         <decimal value="0" />
  197.       </disabledValue>
  198.     </policy>
  199.     <policy name="NC_RasChangeProperties" class="User" displayName="$(string.NC_RasChangeProperties)" explainText="$(string.NC_RasChangeProperties_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RasChangeProperties">
  200.       <parentCategory ref="NetworkConnections" />
  201.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  202.       <enabledValue>
  203.         <decimal value="0" />
  204.       </enabledValue>
  205.       <disabledValue>
  206.         <decimal value="1" />
  207.       </disabledValue>
  208.     </policy>
  209.     <policy name="NC_RasConnect" class="User" displayName="$(string.NC_RasConnect)" explainText="$(string.NC_RasConnect_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RasConnect">
  210.       <parentCategory ref="NetworkConnections" />
  211.       <supportedOn ref="windows:SUPPORTED_Win2kSP1" />
  212.       <enabledValue>
  213.         <decimal value="0" />
  214.       </enabledValue>
  215.       <disabledValue>
  216.         <decimal value="1" />
  217.       </disabledValue>
  218.     </policy>
  219.     <policy name="NC_RasMyProperties" class="User" displayName="$(string.NC_RasMyProperties)" explainText="$(string.NC_RasMyProperties_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RasMyProperties">
  220.       <parentCategory ref="NetworkConnections" />
  221.       <supportedOn ref="windows:SUPPORTED_Win2kSP1" />
  222.       <enabledValue>
  223.         <decimal value="0" />
  224.       </enabledValue>
  225.       <disabledValue>
  226.         <decimal value="1" />
  227.       </disabledValue>
  228.     </policy>
  229.     <policy name="NC_RenameAllUserRasConnection" class="User" displayName="$(string.NC_RenameAllUserRasConnection)" explainText="$(string.NC_RenameAllUserRasConnection_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RenameAllUserRasConnection">
  230.       <parentCategory ref="NetworkConnections" />
  231.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  232.       <enabledValue>
  233.         <decimal value="1" />
  234.       </enabledValue>
  235.       <disabledValue>
  236.         <decimal value="0" />
  237.       </disabledValue>
  238.     </policy>
  239.     <policy name="NC_RenameConnection" class="User" displayName="$(string.NC_RenameConnection)" explainText="$(string.NC_RenameConnection_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RenameConnection">
  240.       <parentCategory ref="NetworkConnections" />
  241.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  242.       <enabledValue>
  243.         <decimal value="1" />
  244.       </enabledValue>
  245.       <disabledValue>
  246.         <decimal value="0" />
  247.       </disabledValue>
  248.     </policy>
  249.     <policy name="NC_RenameLanConnection" class="User" displayName="$(string.NC_RenameLanConnection)" explainText="$(string.NC_RenameLanConnection_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RenameLanConnection">
  250.       <parentCategory ref="NetworkConnections" />
  251.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  252.       <enabledValue>
  253.         <decimal value="1" />
  254.       </enabledValue>
  255.       <disabledValue>
  256.         <decimal value="0" />
  257.       </disabledValue>
  258.     </policy>
  259.     <policy name="NC_RenameMyRasConnection" class="User" displayName="$(string.NC_RenameMyRasConnection)" explainText="$(string.NC_RenameMyRasConnection_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_RenameMyRasConnection">
  260.       <parentCategory ref="NetworkConnections" />
  261.       <supportedOn ref="windows:SUPPORTED_Win2kSP1" />
  262.       <enabledValue>
  263.         <decimal value="0" />
  264.       </enabledValue>
  265.       <disabledValue>
  266.         <decimal value="1" />
  267.       </disabledValue>
  268.     </policy>
  269.     <policy name="NC_ShowSharedAccessUI" class="Machine" displayName="$(string.NC_ShowSharedAccessUI)" explainText="$(string.NC_ShowSharedAccessUI_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_ShowSharedAccessUI">
  270.       <parentCategory ref="NetworkConnections" />
  271.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  272.       <enabledValue>
  273.         <decimal value="0" />
  274.       </enabledValue>
  275.       <disabledValue>
  276.         <decimal value="1" />
  277.       </disabledValue>
  278.     </policy>
  279.     <policy name="NC_Statistics" class="User" displayName="$(string.NC_Statistics)" explainText="$(string.NC_Statistics_Help)" key="Software\Policies\Microsoft\Windows\Network Connections" valueName="NC_Statistics">
  280.       <parentCategory ref="NetworkConnections" />
  281.       <supportedOn ref="SUPPORTED_Win2kSP1_WindowsPreVista" />
  282.       <enabledValue>
  283.         <decimal value="0" />
  284.       </enabledValue>
  285.       <disabledValue>
  286.         <decimal value="1" />
  287.       </disabledValue>
  288.     </policy>
  289.   </policies>
  290. </policyDefinitions>