Advertisement
Guest User

Untitled

a guest
May 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <displayName>type the full name here</displayName>
  4. <description>type the description here</description>
  5. <resources>
  6. <stringTable>
  7. <string id="EnableIPv6">Enable all IPv6 components (default)</string>
  8. <string id="DisableIPv6">Disable all IPv6 components</string>
  9. <string id="Disable6to4">Disable 6to4</string>
  10. <string id="DisableISATAP">Disable ISATAP</string>
  11. <string id="DisableTeredo">Disable Teredo</string>
  12. <string id="DisableTeredo6to4">Disable Teredo and 6to4</string>
  13. <string id="DisableTunnelIPv6">Disable all tunnel interfaces</string>
  14. <string id="DisableNativeIPv6">Disable all LAN and PPP interfaces</string>
  15. <string id="DisableInterfacesIPv6">Disable all LAN, PPP and tunnel interfaces</string>
  16. <string id="PreferIPv4">Prefer IPv4 over IPv6</string>
  17. <string id="ConfigureIPv6_TitleText">IPv6 Configuration Policy</string>
  18. <string id="ConfigureIPv6_Explain">This policy configures IPv6 on network interfaces. By default, Windows 7, Windows Server 2008 and Windows Vista enable and use IPv6 as the default protocol.
  19.  
  20. If you enable this policy, you can specify how Windows uses IPv6. To fully disable IPv6 functionality, select "Disable all IPv6 components." Other settings disable IPv6 on specific interfaces.
  21.  
  22. Note: You cannot disable IPv6 on the loopback adapter.
  23.  
  24. If you disable this policy, IPv6 will be fully enabled on the computer.
  25.  
  26. If you do not configure this policy, IPv6 settings will not be configured or enforced and the computer will continue to use its current configuration. Read the note about preferences below.
  27.  
  28. See http://support.microsoft.com/default.aspx/kb/929852 for more information.</string>
  29. <string id="ConfigureIPv6">IPv6 Configuration</string>
  30. <string id="SUPPORTED_VISTA">At least Windows Vista</string>
  31. </stringTable>
  32. <presentationTable>
  33. <presentation id="DisabledComponents">
  34. <dropdownList refId="ConfigureIPv6" noSort="true">IPv6 Configuration</dropdownList>
  35. </presentation>
  36. </presentationTable>
  37. </resources>
  38. </policyDefinitionResources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement