home *** CD-ROM | disk | FTP | other *** search
Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
- <?xml version="1.0" encoding="utf-8"?>
- <!-- (c) 2006 Microsoft Corporation -->
- <policyDefinitions 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">
- <policyNamespaces>
- <target prefix="inetres" namespace="Microsoft.Policies.InternetExplorer" />
- <using prefix="windows" namespace="Microsoft.Policies.Windows" />
- <using prefix="products" namespace="Microsoft.Policies.Products" />
- </policyNamespaces>
- <supersededAdm fileName="inetres.adm" />
- <resources minRequiredRevision="1.0" />
- <supportedOn>
- <definitions>
- <!--Only Internet Explorer 5.0 and Internet Explorer 6.0-->
- <definition name="SUPPORTED_IE5_6" displayName="$(string.SUPPORTED_IE5_6)">
- <or>
- <range ref="products:InternetExplorer" minVersionIndex="5" maxVersionIndex="6"/>
- </or>
- </definition>
-
- <!--At least Internet Explorer 5.0-->
- <definition name="SUPPORTED_IE5" displayName="$(string.SUPPORTED_IE5)">
- <or>
- <range ref="products:InternetExplorer" minVersionIndex="5" />
- </or>
- </definition>
-
- <!--Only Internet Explorer 6.0-->
- <definition name="SUPPORTED_IE6ONLY" displayName="$(string.SUPPORTED_IE6ONLY)">
- <or>
- <reference ref="products:InternetExplorer60"/>
- </or>
- </definition>
-
- <!--At least Internet Explorer 6.0 in Windows XP Service Pack 2 or Windows Server 2003 Service Pack 1-->
- <definition name="SUPPORTED_IE6SP2" displayName="$(string.SUPPORTED_IE6SP2)">
- <and>
- <range ref="products:InternetExplorer" minVersionIndex="6"/>
- <reference ref="windows:SUPPORTED_WindowsXPSP2_Or_WindowsNETSP1"/>
- </and>
- </definition>
-
- <!--At least Internet Explorer 6.0 in Windows 2003 Service Pack 1-->
- <definition name="SUPPORTED_IE6SRVSP1" displayName="$(string.SUPPORTED_IE6SRVSP1)">
- <and>
- <range ref="products:InternetExplorer" minVersionIndex="6"/>
- <reference ref="windows:SUPPORTED_WindowsNETSP1"/>
- </and>
- </definition>
-
- <!--Only Internet Explorer 6.0 in Windows 2003 Service Pack 1-->
- <definition name="SUPPORTED_IE6SRVSP1ONLY" displayName="$(string.SUPPORTED_IE6SRVSP1ONLY)">
- <and>
- <reference ref="products:InternetExplorer60"/>
- <reference ref="windows:SUPPORTED_WindowsNETSP1"/>
- <!--
- QUESTION: Does the "Only" in the supported on text refer to IE or the OS as well?
- What is interesting here is that IE 6.0 will never run on Vista anyway, so it is
- really implicit in the tag - so should it be made explicit?
- -->
- </and>
- </definition>
-
- <!--At least Internet Explorer 7.0-->
- <definition name="SUPPORTED_IE7" displayName="$(string.SUPPORTED_IE7)">
- <or>
- <range ref="products:InternetExplorer" minVersionIndex="7"/>
- </or>
- </definition>
-
- <!--At least Internet Explorer 7.0 in Windows Vista-->
- <definition name="SUPPORTED_IE7VISTA" displayName="$(string.SUPPORTED_IE7Vista)">
- <and>
- <range ref="products:InternetExplorer" minVersionIndex="7"/>
- <reference ref="windows:SUPPORTED_WindowsVista"/>
- </and>
- </definition>
-
- <!--At least Internet Explorer 6.0 in Windows 2003 Service Pack 1. Not supported on Windows Vista-->
- <definition name="SUPPORTED_IE6SRVSP1_NONVISTA" displayName="$(string.SUPPORTED_IE6SRVSP1_NONVISTA)">
- <and>
- <range ref="products:InternetExplorer" minVersionIndex="6"/>
- <range ref="products:MicrosoftWindowsServer2003" minVersionIndex="1"/>
- </and>
- </definition>
-
- <!--Only Internet Explorer 4.0-->
- <definition name="SUPPORTED_IE4ONLY" displayName="$(string.SUPPORTED_IE4ONLY)">
- <or>
- <reference ref="products:InternetExplorer40"/>
- </or>
- </definition>
-
- <!--At least Internet Explorer 7.0. Not supported on Windows Vista-->
- <definition name="SUPPORTED_IE7_NONVISTA" displayName="$(string.SUPPORTED_IE7_NONVISTA)">
- <and>
- <range ref="products:InternetExplorer" minVersionIndex="7"/>
- <reference ref="windows:SUPPORTED_WindowsNET_XP"/>
- </and>
- <!--
- ASSUMPTION: Internet Explorer 7.0 can only install on Windows XP and Windows Server 2003,
- which means that the "Not supported on Windows Vista" above actually implies just this:
- "Only on Windows XP or Windows Server 2003".
- -->
- </definition>
-
- <!--At least Internet Explorer 5.0. Not supported on Windows Vista-->
- <definition name="SUPPORTED_IE5_NONVISTA" displayName="$(string.SUPPORTED_IE5_NONVISTA)">
- <and>
- <range ref="products:InternetExplorer" minVersionIndex="5"/>
- <reference ref="windows:SUPPORTED_WindowsPreVista"/>
- </and>
- </definition>
- </definitions>
- </supportedOn>
-
- <categories>
- <category name="InternetExplorer" displayName="$(string.InternetExplorer)" explainText="$(string.IE_ExplainCat)">
- <parentCategory ref="windows:WindowsComponents" />
- </category>
- <category name="RSS_Feeds" displayName="$(string.RSS_Feeds)">
- <parentCategory ref="windows:WindowsComponents" />
- </category>
- <category name="Browsing" displayName="$(string.Browsing)">
- <parentCategory ref="Advanced" />
- </category>
- <category name="ICWSettings" displayName="$(string.ICWSettings)">
- <parentCategory ref="Advanced" />
- </category>
- <category name="Multimedia" displayName="$(string.Multimedia)">
- <parentCategory ref="Advanced" />
- </category>
- <category name="Printing" displayName="$(string.Printing)">
- <parentCategory ref="Advanced" />
- </category>
- <category name="Searching" displayName="$(string.Searching)">
- <parentCategory ref="Advanced" />
- </category>
- <category name="SignupSettings" displayName="$(string.SignupSettings)">
- <parentCategory ref="Advanced" />
- </category>
- <category name="ScriptPaste" displayName="$(string.ScriptPaste)">
- <parentCategory ref="CategoryAppCompat" />
- </category>
- <category name="HelpAbout128" displayName="$(string.HelpAbout128)">
- <parentCategory ref="ComponentUpdates" />
- </category>
- <category name="UpdateCheck" displayName="$(string.UpdateCheck)">
- <parentCategory ref="ComponentUpdates" />
- </category>
- <category name="CodeDownload" displayName="$(string.CodeDownload)">
- <parentCategory ref="CorporateSettings" />
- </category>
- <category name="GeneralColors" displayName="$(string.GeneralColors)">
- <parentCategory ref="DisplaySettings" />
- </category>
- <category name="LinkColors" displayName="$(string.LinkColors)">
- <parentCategory ref="DisplaySettings" />
- </category>
- <category name="AdvancedPage" displayName="$(string.AdvancedPage)">
- <parentCategory ref="EnableTabs" />
- </category>
- <category name="IZ_SecurityPage" displayName="$(string.IZ_SecurityPage)" explainText="$(string.IZ_SecurityPageExplain)">
- <parentCategory ref="EnableTabs" />
- </category>
- <category name="IESF_NPLRest_Category" displayName="$(string.IESF_NPLRest_Category)" explainText="$(string.IESF_NPLRest_Category_Explain)">
- <parentCategory ref="IESF_CategoryNetworkProtocolLockdown" />
- </category>
- <category name="AdminApproved" displayName="$(string.AdminApproved)" explainText="$(string.IE_ExplainAdminApprovedCategory)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="CategoryAppCompat" displayName="$(string.CategoryAppCompat)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="Channels" displayName="$(string.Channels)" explainText="$(string.IE_ExplainChannels)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="CorporateSettings" displayName="$(string.CorporateSettings)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="EnableTabs" displayName="$(string.EnableTabs)" explainText="$(string.IE_ExplainEnableTabsCategory)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="InternetSettings" displayName="$(string.InternetSettings)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="Menus" displayName="$(string.Menus)" explainText="$(string.IE_ExplainMenusCategory)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="Persistence" displayName="$(string.Persistence)" explainText="$(string.IE_ExplainPersistenceCategory)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="SecurityFeatures" displayName="$(string.SecurityFeatures)" explainText="$(string.IESF_ExplainSecurityFeaturesCategory)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="Toolbars" displayName="$(string.Toolbars)" explainText="$(string.IE_ExplainToolbarsCategory)">
- <parentCategory ref="InternetExplorer" />
- </category>
- <category name="Advanced" displayName="$(string.Advanced)">
- <parentCategory ref="InternetSettings" />
- </category>
- <category name="AutoCompleteCat" displayName="$(string.AutoCompleteCat)">
- <parentCategory ref="InternetSettings" />
- </category>
- <category name="ComponentUpdates" displayName="$(string.ComponentUpdates)">
- <parentCategory ref="InternetSettings" />
- </category>
- <category name="DisplaySettings" displayName="$(string.DisplaySettings)">
- <parentCategory ref="InternetSettings" />
- </category>
- <category name="Encoding" displayName="$(string.Encoding)">
- <parentCategory ref="InternetSettings" />
- </category>
- <category name="IZ_InternetZone" displayName="$(string.IZ_InternetZone)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_InternetZoneLockdown" displayName="$(string.IZ_InternetZoneLockdown)" explainText="$(string.IZ_InternetZoneLockdown_Explain)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_IntranetZone" displayName="$(string.IZ_IntranetZone)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_IntranetZoneLockdown" displayName="$(string.IZ_IntranetZoneLockdown)" explainText="$(string.IZ_IntranetZoneLockdown_Explain)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_LocalMachineZone" displayName="$(string.IZ_LocalMachineZone)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_LocalMachineZoneLockdown" displayName="$(string.IZ_LocalMachineZoneLockdown)" explainText="$(string.IZ_LocalMachineZoneLockdown_Explain)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_RestrictedSitesZone" displayName="$(string.IZ_RestrictedSitesZone)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_RestrictedSitesZoneLockdown" displayName="$(string.IZ_RestrictedSitesZoneLockdown)" explainText="$(string.IZ_RestrictedSitesZoneLockdown_Explain)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_TrustedSitesZone" displayName="$(string.IZ_TrustedSitesZone)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IZ_TrustedSitesZoneLockdown" displayName="$(string.IZ_TrustedSitesZoneLockdown)" explainText="$(string.IZ_TrustedSitesZoneLockdown_Explain)">
- <parentCategory ref="IZ_SecurityPage" />
- </category>
- <category name="IESF_AddOnManagement" displayName="$(string.IESF_AddOnManagement)" explainText="$(string.IESF_ExplainAddOnManagementCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryBinaryBehaviorSecurityRestriction" displayName="$(string.IESF_CategoryBinaryBehaviorSecurityRestriction)" explainText="$(string.IESF_ExplainBinaryBehaviorSecurityRestrictionCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryConsistentMimeHandling" displayName="$(string.IESF_CategoryConsistentMimeHandling)" explainText="$(string.IESF_ExplainConsistentMimeHandlingCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryInformationBar" displayName="$(string.IESF_CategoryInformationBar)" explainText="$(string.IESF_ExplainInformationBarCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryLocalMachineZoneLockdownSecurity" displayName="$(string.IESF_CategoryLocalMachineZoneLockdownSecurity)" explainText="$(string.IESF_ExplainLocalMachineZoneLockdownSecurityCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryMimeSniffingSafetyFeature" displayName="$(string.IESF_CategoryMimeSniffingSafetyFeature)" explainText="$(string.IESF_ExplainMimeSniffingSafetyFeatureCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryMKProtocolSecurityRestriction" displayName="$(string.IESF_CategoryMKProtocolSecurityRestriction)" explainText="$(string.IESF_ExplainMKProtocolSecurityRestrictionCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryNetworkProtocolLockdown" displayName="$(string.IESF_CategoryNetworkProtocolLockdown)" explainText="$(string.IESF_ExplainNetworkProtocolLockdownCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryObjectCachingProtection" displayName="$(string.IESF_CategoryObjectCachingProtection)" explainText="$(string.IESF_ExplainObjectCachingProtectionCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryProtectionFromZoneElevation" displayName="$(string.IESF_CategoryProtectionFromZoneElevation)" explainText="$(string.IESF_ExplainProtectionFromZoneElevationCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryRestrictActiveXInstall" displayName="$(string.IESF_CategoryRestrictActiveXInstall)" explainText="$(string.IESF_ExplainRestrictActiveXInstallCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryRestrictFileDownload" displayName="$(string.IESF_CategoryRestrictFileDownload)" explainText="$(string.IESF_ExplainRestrictFileDownloadCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- <category name="IESF_CategoryScriptedWindowSecurityRestrictions" displayName="$(string.IESF_CategoryScriptedWindowSecurityRestrictions)" explainText="$(string.IESF_ExplainScriptedWindowSecurityRestrictionsCategory)">
- <parentCategory ref="SecurityFeatures" />
- </category>
- </categories>
- <policies>
- <policy name="Audio_Video_Player" class="User" displayName="$(string.Audio_Video_Player)" explainText="$(string.IE_ExplainAudio_Video_Player)" presentation="$(presentation.Audio_Video_Player)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="ActiveMovie_Control" valueName="{05589FA1-C356-11CE-BF01-00AA0055595A}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- <boolean id="Media_Control" valueName="{22D6F312-B0F6-11D0-94AB-0080C74C7E95}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Carpoint" class="User" displayName="$(string.Carpoint)" explainText="$(string.IE_ExplainCarpoint)" presentation="$(presentation.Carpoint)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="CarPoint_AutoPricer_Control" valueName="{DED22F57-FEE2-11D0-953B-00C04FD9152D}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="DHTMLEdit" class="User" displayName="$(string.DHTMLEdit)" explainText="$(string.IE_ExplainDHTMLEdit)" presentation="$(presentation.DHTMLEdit)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="DHTMLEdit" valueName="{2D360201-FFF5-11D1-8D03-00A0C959BC0A}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Flash" class="User" displayName="$(string.Flash)" explainText="$(string.IE_ExplainFlash)" presentation="$(presentation.Flash)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="Flash" valueName="{D27CDB6E-AE6D-11CF-96B8-444553540000}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Investor" class="User" displayName="$(string.Investor)" explainText="$(string.IE_ExplainInvestor)" presentation="$(presentation.Investor)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="InvestorChart_Control" valueName="{9276B91A-E780-11d2-8A8D-00C04FA31D93}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- <boolean id="MS_Investor_Ticker" valueName="{52ADE293-85E8-11D2-BB22-00104B0EA281}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Menu_Controls" class="User" displayName="$(string.Menu_Controls)" explainText="$(string.IE_ExplainMenu_Controls)" presentation="$(presentation.Menu_Controls)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="MCSiMenu" valueName="{275E2FE0-7486-11D0-89D6-00A0C90C9B67}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- <boolean id="PopupMenu_Object" valueName="{7823A620-9DD9-11CF-A662-00AA00C066D2}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- <boolean id="Ikonic_Control" valueName="{F5131C24-E56D-11CF-B78A-444553540000}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Microsoft_Agent" class="User" displayName="$(string.Microsoft_Agent)" explainText="$(string.IE_Explain_Microsoft_Agent)" presentation="$(presentation.Microsoft_Agent)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="Microsoft_Agent_Control" valueName="{D45FD31B-5C6E-11D1-9EC1-00C04FD7081F}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Microsoft_Chat" class="User" displayName="$(string.Microsoft_Chat)" explainText="$(string.IE_ExplainMicrosoft_Chat)" presentation="$(presentation.Microsoft_Chat)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="Microsoft_MSChat_Control" valueName="{D6526FE0-E651-11CF-99CB-00C04FD64497}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="MSNBC" class="User" displayName="$(string.MSNBC)" explainText="$(string.IE_ExplainMSNBC)" presentation="$(presentation.MSNBC)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="NewsBrowser" valueName="{2FF18E10-DE11-11D1-8161-00A0C90DD90C}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="NetShowFile" class="User" displayName="$(string.NetShowFile)" explainText="$(string.IE_ExplainNetShowFile)" presentation="$(presentation.NetShowFile)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="NetShowFile" valueName="{26F24A93-1DA2-11D0-A334-00AA004A5FC5}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Scriptlet" class="User" displayName="$(string.Scriptlet)" explainText="$(string.IE_ExplainScriptlet)" presentation="$(presentation.Scriptlet)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="Scriptlet" valueName="{AE24FDAE-03C6-11D1-8B76-0080C744F389}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Survey" class="User" displayName="$(string.Survey)" explainText="$(string.IE_ExplainSurvey)" presentation="$(presentation.Survey)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedControls">
- <parentCategory ref="AdminApproved" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <boolean id="Survey" valueName="{BD1F006E-174F-11D2-95C0-00C04F9A8CFA}">
- <trueValue>
- <decimal value="0" />
- </trueValue>
- <falseValue>
- <decimal value="1" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="Advanced_CDUnlock_1" class="User" displayName="$(string.Advanced_CDUnlock)" explainText="$(string.Advanced_ExplainCDUnlock)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN\Settings" valueName="LOCALMACHINE_CD_UNLOCK">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_CDUnlock_2" class="Machine" displayName="$(string.Advanced_CDUnlock)" explainText="$(string.Advanced_ExplainCDUnlock)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN\Settings" valueName="LOCALMACHINE_CD_UNLOCK">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_CertificateRevocation_1" class="User" displayName="$(string.Advanced_CertificateRevocation)" explainText="$(string.Advanced_ExplainCertificateRevocation)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="CertificateRevocation">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_CertificateRevocation_2" class="Machine" displayName="$(string.Advanced_CertificateRevocation)" explainText="$(string.Advanced_ExplainCertificateRevocation)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="CertificateRevocation">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_DisableClearType_1" class="User" displayName="$(string.Advanced_DisableClearType)" explainText="$(string.Explain_Advanced_DisableClearType)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="UseClearType">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_DisableClearType_2" class="Machine" displayName="$(string.Advanced_DisableClearType)" explainText="$(string.Explain_Advanced_DisableClearType)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="UseClearType">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_DisableRIED_1" class="User" displayName="$(string.Advanced_DisableRIED)" explainText="$(string.Advanced_ExplainDisableRIED)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableRIED">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="Advanced_DisableRIED_2" class="Machine" displayName="$(string.Advanced_DisableRIED)" explainText="$(string.Advanced_ExplainDisableRIED)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableRIED">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="Advanced_DownloadSignatures_1" class="User" displayName="$(string.Advanced_DownloadSignatures)" explainText="$(string.Advanced_ExplainDownloadSignatures)" key="Software\Policies\Microsoft\Internet Explorer\Download" valueName="CheckExeSignatures">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_DownloadSignatures_2" class="Machine" displayName="$(string.Advanced_DownloadSignatures)" explainText="$(string.Advanced_ExplainDownloadSignatures)" key="Software\Policies\Microsoft\Internet Explorer\Download" valueName="CheckExeSignatures">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_EnableBrowserExtensions_1" class="User" displayName="$(string.Advanced_EnableBrowserExtensions)" explainText="$(string.Advanced_ExplainEnableBrowserExtensions)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Enable Browser Extensions">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_EnableBrowserExtensions_2" class="Machine" displayName="$(string.Advanced_EnableBrowserExtensions)" explainText="$(string.Advanced_ExplainEnableBrowserExtensions)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Enable Browser Extensions">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_InstallOnDemand_IE_1" class="User" displayName="$(string.Advanced_InstallOnDemand_IE)" explainText="$(string.Advanced_ExplainInstallOnDemand_IE)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="NoJITSetup">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_InstallOnDemand_IE_2" class="Machine" displayName="$(string.Advanced_InstallOnDemand_IE)" explainText="$(string.Advanced_ExplainInstallOnDemand_IE)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="NoJITSetup">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_InstallOnDemand_Other_1" class="User" displayName="$(string.Advanced_InstallOnDemand_Other)" explainText="$(string.Advanced_ExplainInstallOnDemand_Other)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="NoWebJITSetup">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_InstallOnDemand_Other_2" class="Machine" displayName="$(string.Advanced_InstallOnDemand_Other)" explainText="$(string.Advanced_ExplainInstallOnDemand_Other)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="NoWebJITSetup">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_InternetExplorerUpdates_1" class="User" displayName="$(string.Advanced_InternetExplorerUpdates)" explainText="$(string.Advanced_ExplainInternetExplorerUpdates)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="NoUpdateCheck">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1_NONVISTA" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_InternetExplorerUpdates_2" class="Machine" displayName="$(string.Advanced_InternetExplorerUpdates)" explainText="$(string.Advanced_ExplainInternetExplorerUpdates)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="NoUpdateCheck">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1_NONVISTA" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_InvalidSignatureBlock_1" class="User" displayName="$(string.Advanced_InvalidSignatureBlock)" explainText="$(string.Advanced_ExplainInvalidSignatureBlock)" key="Software\Policies\Microsoft\Internet Explorer\Download" valueName="RunInvalidSignatures">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_InvalidSignatureBlock_2" class="Machine" displayName="$(string.Advanced_InvalidSignatureBlock)" explainText="$(string.Advanced_ExplainInvalidSignatureBlock)" key="Software\Policies\Microsoft\Internet Explorer\Download" valueName="RunInvalidSignatures">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_PlayAnimations_1" class="User" displayName="$(string.Advanced_PlayAnimations)" explainText="$(string.Advanced_ExplainPlayAnimations)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Play_Animations">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_PlayAnimations_2" class="Machine" displayName="$(string.Advanced_PlayAnimations)" explainText="$(string.Advanced_ExplainPlayAnimations)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Play_Animations">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_PlaySounds_1" class="User" displayName="$(string.Advanced_PlaySounds)" explainText="$(string.Advanced_ExplainPlaySounds)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Play_Background_Sounds">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_PlaySounds_2" class="Machine" displayName="$(string.Advanced_PlaySounds)" explainText="$(string.Advanced_ExplainPlaySounds)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Play_Background_Sounds">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_PlayVideos_1" class="User" displayName="$(string.Advanced_PlayVideos)" explainText="$(string.Advanced_ExplainPlayVideos)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Display Inline Videos">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_PlayVideos_2" class="Machine" displayName="$(string.Advanced_PlayVideos)" explainText="$(string.Advanced_ExplainPlayVideos)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Display Inline Videos">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="Advanced_ProfileAssistant_1" class="User" displayName="$(string.Advanced_ProfileAssistant)" explainText="$(string.Advanced_ExplainProfileAssistant)" key="Software\Policies\Microsoft\Internet Explorer\Security\P3Global" valueName="Enabled">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_ProfileAssistant_2" class="Machine" displayName="$(string.Advanced_ProfileAssistant)" explainText="$(string.Advanced_ExplainProfileAssistant)" key="Software\Policies\Microsoft\Internet Explorer\Security\P3Global" valueName="Enabled">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1ONLY" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_SaveEncryptedPages_1" class="User" displayName="$(string.Advanced_SaveEncryptedPages)" explainText="$(string.Advanced_ExplainSaveEncryptedPages)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="DisableCachingOfSSLPages">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_SaveEncryptedPages_2" class="Machine" displayName="$(string.Advanced_SaveEncryptedPages)" explainText="$(string.Advanced_ExplainSaveEncryptedPages)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="DisableCachingOfSSLPages">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Advanced_TemporaryInternetFiles_1" class="User" displayName="$(string.Advanced_TemporaryInternetFiles)" explainText="$(string.Advanced_ExplainTemporaryInternetFiles)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Cache" valueName="Persistent">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Advanced_TemporaryInternetFiles_2" class="Machine" displayName="$(string.Advanced_TemporaryInternetFiles)" explainText="$(string.Advanced_ExplainTemporaryInternetFiles)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Cache" valueName="Persistent">
- <parentCategory ref="AdvancedPage" />
- <supportedOn ref="SUPPORTED_IE6SRVSP1" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="AutoComplete" class="User" displayName="$(string.AutoComplete)" explainText="$(string.AutoComplete_Explain)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete" valueName="Append Completion">
- <parentCategory ref="AutoCompleteCat" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="AutoCompleteIntegrated" class="User" displayName="$(string.AutoCompleteIntegrated)" explainText="$(string.AutoCompleteIntegrated_Explain)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete" valueName="Use AutoComplete">
- <parentCategory ref="AutoCompleteCat" />
- <supportedOn ref="SUPPORTED_IE4ONLY" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- </policy>
- <policy name="DisableDebugger" class="User" displayName="$(string.DisableDebugger)" explainText="$(string.DisableDebugger_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Disable Script Debugger">
- <parentCategory ref="Browsing" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- </policy>
- <policy name="FriendlyErrorText" class="User" displayName="$(string.FriendlyErrorText)" explainText="$(string.FriendlyErrorText_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Friendly http errors">
- <parentCategory ref="Browsing" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- </policy>
- <policy name="PageTransitions" class="User" displayName="$(string.PageTransitions)" explainText="$(string.PageTransitions_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Page_Transitions">
- <parentCategory ref="Browsing" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="ScriptErrorCache" class="User" displayName="$(string.ScriptErrorCache)" explainText="$(string.ScriptErrorCache_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Error Dlg Displayed On Every Error">
- <parentCategory ref="Browsing" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- </policy>
- <policy name="SmoothScrolling" class="User" displayName="$(string.SmoothScrolling)" explainText="$(string.SmoothScrolling_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="SmoothScroll">
- <parentCategory ref="Browsing" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="UnderlineLinksPol" class="User" displayName="$(string.UnderlineLinksPol)" explainText="$(string.UnderlineLinksPol_Explain)" presentation="$(presentation.UnderlineLinksPol)" key="Software\Policies\Microsoft\Internet Explorer\Main">
- <parentCategory ref="Browsing" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="UnderlineLinks" valueName="Anchor Underline">
- <item displayName="$(string.Always)">
- <value>
- <string>yes</string>
- </value>
- </item>
- <item displayName="$(string.Never)">
- <value>
- <string>no</string>
- </value>
- </item>
- <item displayName="$(string.Hover)">
- <value>
- <string>hover</string>
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="MaxSubscription" class="User" displayName="$(string.MaxSubscription)" explainText="$(string.IE_ExplainMaxSubscription)" presentation="$(presentation.MaxSubscription)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- <elements>
- <decimal id="MaxSubscriptionSize" valueName="MaxSubscriptionSize" />
- <decimal id="MaxSubscriptionCount" valueName="MaxSubscriptionCount" />
- <decimal id="MinUpdateInterval" valueName="MinUpdateInterval" />
- <decimal id="UpdateExcludeBegin" valueName="UpdateExcludeBegin" maxValue="1440" />
- <decimal id="UpdateExcludeEnd" valueName="UpdateExcludeEnd" maxValue="1440" />
- <enum id="MaxWebcrawlLevels" valueName="MaxWebcrawlLevels">
- <item displayName="$(string.MaxWebcrawlDepth0)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.MaxWebcrawlDepth1)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- <item displayName="$(string.MaxWebcrawlDepth2)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.MaxWebcrawlDepth3)">
- <value>
- <decimal value="4" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="NoAddingChannels" class="User" displayName="$(string.NoAddingChannels)" explainText="$(string.IE_ExplainNoAddingChannels)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoAddingChannels">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoAddingSubscriptions" class="User" displayName="$(string.NoAddingSubscriptions)" explainText="$(string.IE_ExplainNoAddingSubscriptions)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoAddingSubscriptions">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoChannelLogging" class="User" displayName="$(string.NoChannelLogging)" explainText="$(string.IE_ExplainNoChannelLogging)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoChannelLogging">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoChannelUI" class="User" displayName="$(string.NoChannelUI)" explainText="$(string.IE_ExplainNoChannelUI)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoChannelUI">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoEditingScheduleGroups" class="User" displayName="$(string.NoEditingScheduleGroups)" explainText="$(string.IE_ExplainNoEditingScheduleGroups)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoEditingScheduleGroups">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoEditingSubscriptions" class="User" displayName="$(string.NoEditingSubscriptions)" explainText="$(string.IE_ExplainNoEditingSubscriptions)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoEditingSubscriptions">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoRemovingChannels" class="User" displayName="$(string.NoRemovingChannels)" explainText="$(string.IE_ExplainNoRemovingChannels)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoRemovingChannels">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoRemovingSubscriptions" class="User" displayName="$(string.NoRemovingSubscriptions)" explainText="$(string.IE_ExplainNoRemovingSubscriptions)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoRemovingSubscriptions">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoScheduledUpdates" class="User" displayName="$(string.NoScheduledUpdates)" explainText="$(string.IE_ExplainNoScheduledUpdates)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoScheduledUpdates">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="NoSubscriptionContent" class="User" displayName="$(string.NoSubscriptionContent)" explainText="$(string.IE_ExplainNoSubscriptionContent)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoSubscriptionContent">
- <parentCategory ref="Channels" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="CodeDownloadPOl" class="Machine" displayName="$(string.CodeDownloadPOl)" explainText="$(string.CodeDownloadPOl_Explain)" presentation="$(presentation.CodeDownloadPOl)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings">
- <parentCategory ref="CodeDownload" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <text id="Path" valueName="CodeBaseSearchPath" />
- </elements>
- </policy>
- <policy name="FontSize" class="User" displayName="$(string.FontSize)" explainText="$(string.FontSizeDefault_Explain)" presentation="$(presentation.FontSize)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoDefaultTextSize">
- <parentCategory ref="DisplaySettings" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Zoom" valueName="ResetTextSizeOnStartup">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enabledList>
- <elements>
- <enum id="FontSizeDefault" key="Software\Policies\Microsoft\Internet Explorer\International\Scripts" valueName="IEFontSize">
- <item displayName="$(string.Font4)">
- <value>
- <decimal value="4" />
- </value>
- </item>
- <item displayName="$(string.Font3)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.Font2)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- <item displayName="$(string.Font1)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.Font0)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="ControlPanel_RestrictAdvancedTab_1" class="User" displayName="$(string.ControlPanel_RestrictAdvancedTab)" explainText="$(string.IE_ExplainControlPanel_RestrictAdvancedTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="AdvancedTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictAdvancedTab_2" class="Machine" displayName="$(string.ControlPanel_RestrictAdvancedTab)" explainText="$(string.IE_ExplainControlPanel_RestrictAdvancedTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="AdvancedTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictConnectionsTab_1" class="User" displayName="$(string.ControlPanel_RestrictConnectionsTab)" explainText="$(string.IE_ExplainControlPanel_RestrictConnectionsTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="ConnectionsTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictConnectionsTab_2" class="Machine" displayName="$(string.ControlPanel_RestrictConnectionsTab)" explainText="$(string.IE_ExplainControlPanel_RestrictConnectionsTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="ConnectionsTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictContentTab_1" class="User" displayName="$(string.ControlPanel_RestrictContentTab)" explainText="$(string.IE_ExplainControlPanel_RestrictContentTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="ContentTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictContentTab_2" class="Machine" displayName="$(string.ControlPanel_RestrictContentTab)" explainText="$(string.IE_ExplainControlPanel_RestrictContentTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="ContentTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictGeneralTab_1" class="User" displayName="$(string.ControlPanel_RestrictGeneralTab)" explainText="$(string.IE_ExplainControlPanel_RestrictGeneralTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="GeneralTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictGeneralTab_2" class="Machine" displayName="$(string.ControlPanel_RestrictGeneralTab)" explainText="$(string.IE_ExplainControlPanel_RestrictGeneralTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="GeneralTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictPrivacyTab_1" class="User" displayName="$(string.ControlPanel_RestrictPrivacyTab)" explainText="$(string.IE_ExplainControlPanel_RestrictPrivacyTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="PrivacyTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictPrivacyTab_2" class="Machine" displayName="$(string.ControlPanel_RestrictPrivacyTab)" explainText="$(string.IE_ExplainControlPanel_RestrictPrivacyTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="PrivacyTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictProgramsTab_1" class="User" displayName="$(string.ControlPanel_RestrictProgramsTab)" explainText="$(string.IE_ExplainControlPanel_RestrictProgramsTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="ProgramsTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictProgramsTab_2" class="Machine" displayName="$(string.ControlPanel_RestrictProgramsTab)" explainText="$(string.IE_ExplainControlPanel_RestrictProgramsTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="ProgramsTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictSecurityTab_1" class="User" displayName="$(string.ControlPanel_RestrictSecurityTab)" explainText="$(string.IE_ExplainControlPanel_RestrictSecurityTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="SecurityTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictSecurityTab_2" class="Machine" displayName="$(string.ControlPanel_RestrictSecurityTab)" explainText="$(string.IE_ExplainControlPanel_RestrictSecurityTab)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="SecurityTab">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_SendIDNNames_1" class="User" displayName="$(string.ControlPanel_SendIDNNames)" explainText="$(string.IE_ExplainControlPanel_SendIDNNames)" presentation="$(presentation.ControlPanel_SendIDNNames_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="SelectIDNBehavior" valueName="EnablePunyCode" required="true">
- <item displayName="$(string.IDN_Never)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IDN_NonIntranet)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.IDN_Intranet)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- <item displayName="$(string.IDN_Always)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="ControlPanel_SendIDNNames_2" class="Machine" displayName="$(string.ControlPanel_SendIDNNames)" explainText="$(string.IE_ExplainControlPanel_SendIDNNames)" presentation="$(presentation.ControlPanel_SendIDNNames_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="SelectIDNBehavior" valueName="EnablePunyCode" required="true">
- <item displayName="$(string.IDN_Never)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IDN_NonIntranet)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.IDN_Intranet)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- <item displayName="$(string.IDN_Always)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="ControlPanel_SendUTF8Query_1" class="User" displayName="$(string.ControlPanel_SendUTF8Query)" explainText="$(string.IE_ExplainControlPanel_SendUTF8Query)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Protocols\Mailto" valueName="UTF8Encoding">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="ControlPanel_SendUTF8Query_2" class="Machine" displayName="$(string.ControlPanel_SendUTF8Query)" explainText="$(string.IE_ExplainControlPanel_SendUTF8Query)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Protocols\Mailto" valueName="UTF8Encoding">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoCerterror_1" class="User" displayName="$(string.NoCerterror)" explainText="$(string.IE_ExplainNoCertError)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="PreventIgnoreCertErrors">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoCerterror_2" class="Machine" displayName="$(string.NoCerterror)" explainText="$(string.IE_ExplainNoCertError)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="PreventIgnoreCertErrors">
- <parentCategory ref="EnableTabs" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="UTF8" class="User" displayName="$(string.UTF8)" explainText="$(string.UTF8_Explain)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="UrlEncoding">
- <parentCategory ref="Encoding" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="BackgroundColorPol" class="User" displayName="$(string.BackgroundColorPol)" explainText="$(string.BackgroundColor_Explain)" presentation="$(presentation.BackgroundColorPol)" key="Software\Policies\Microsoft\Internet Explorer\Settings">
- <parentCategory ref="GeneralColors" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <text id="BackgroundColor" valueName="Background Color" />
- </elements>
- </policy>
- <policy name="TextColorPol" class="User" displayName="$(string.TextColorPol)" explainText="$(string.TextColor_Explain)" presentation="$(presentation.TextColorPol)" key="Software\Policies\Microsoft\Internet Explorer\Settings">
- <parentCategory ref="GeneralColors" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <text id="TextColor" valueName="Text Color" />
- </elements>
- </policy>
- <policy name="UseWindowsColors" class="User" displayName="$(string.UseWindowsColors)" explainText="$(string.UseWindowsColors_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Use_DlgBox_Colors">
- <parentCategory ref="GeneralColors" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- </policy>
- <policy name="HelpAbout128Pol" class="Machine" displayName="$(string.HelpAbout128Pol)" explainText="$(string.HelpAbout128Pol_Explain)" presentation="$(presentation.HelpAbout128Pol)" key="Software\Policies\Microsoft\Internet Explorer\Main">
- <parentCategory ref="HelpAbout128" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <text id="HelpAbout128Link" key="Software\Policies\Microsoft\Windows\CurrentVersion" valueName="IEAKUpdateUrl" />
- </elements>
- </policy>
- <policy name="ICWComplete" class="User" displayName="$(string.ICWComplete)" explainText="$(string.ICWComplete_Explain)" key="Software\Policies\Microsoft\Internet Connection Wizard" valueName="DisableICW">
- <parentCategory ref="ICWSettings" />
- <supportedOn ref="SUPPORTED_IE7_NONVISTA" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="AddonManagement_AddOnList_1" class="User" displayName="$(string.AddonManagement_AddOnList)" explainText="$(string.IE_ExplainAddonManagement_AddOnList)" presentation="$(presentation.AddonManagement_AddOnList_1)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Ext" valueName="ListBox_Support_CLSID">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="AddOnList" key="Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="AddonManagement_AddOnList_2" class="Machine" displayName="$(string.AddonManagement_AddOnList)" explainText="$(string.IE_ExplainAddonManagement_AddOnList)" presentation="$(presentation.AddonManagement_AddOnList_2)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Ext" valueName="ListBox_Support_CLSID">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="AddOnList" key="Software\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="AddonManagement_ManagementMode_1" class="User" displayName="$(string.AddonManagement_ManagementMode)" explainText="$(string.IE_ExplainAddonManagement_ManagementMode)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Ext" valueName="RestrictToList">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="AddonManagement_ManagementMode_2" class="Machine" displayName="$(string.AddonManagement_ManagementMode)" explainText="$(string.IE_ExplainAddonManagement_ManagementMode)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Ext" valueName="RestrictToList">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_13" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_AddOnManagement_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ADDON_MANAGEMENT" valueName="*">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_27" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_AddOnManagement_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ADDON_MANAGEMENT" valueName="*">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyProcessList_13" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_AddOnManagement_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_13)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_ADDON_MANAGEMENT">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ADDON_MANAGEMENT" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_27" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_AddOnManagement_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_27)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_ADDON_MANAGEMENT">
- <parentCategory ref="IESF_AddOnManagement" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ADDON_MANAGEMENT" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_Policy_BinaryBehaviorAdminAllow_1" class="User" displayName="$(string.IESF_Policy_BinaryBehaviorAdminAllow)" explainText="$(string.IESF_Explain_BinaryBehaviorAdminAllow)" presentation="$(presentation.IESF_Policy_BinaryBehaviorAdminAllow_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="ListBox_Support_AllowedBehaviors">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_BinaryBehaviorAdminAllow" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedBehaviors" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_Policy_BinaryBehaviorAdminAllow_2" class="Machine" displayName="$(string.IESF_Policy_BinaryBehaviorAdminAllow)" explainText="$(string.IESF_Explain_BinaryBehaviorAdminAllow)" presentation="$(presentation.IESF_Policy_BinaryBehaviorAdminAllow_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="ListBox_Support_AllowedBehaviors">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_BinaryBehaviorAdminAllow" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\AllowedBehaviors" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_16" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainBinaryBehaviorSecurityRestriction_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="*">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_2" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainBinaryBehaviorSecurityRestriction_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="*">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_15" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainBinaryBehaviorSecurityRestriction_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_2" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainBinaryBehaviorSecurityRestriction_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_16" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainBinaryBehaviorSecurityRestriction_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_16)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_BEHAVIORS">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_2" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainBinaryBehaviorSecurityRestriction_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_2)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_BEHAVIORS">
- <parentCategory ref="IESF_CategoryBinaryBehaviorSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BEHAVIORS" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_19" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainConsistentMimeHandling_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="*">
- <parentCategory ref="IESF_CategoryConsistentMimeHandling" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_5" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainConsistentMimeHandling_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="*">
- <parentCategory ref="IESF_CategoryConsistentMimeHandling" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_18" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainConsistentMimeHandling_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING">
- <parentCategory ref="IESF_CategoryConsistentMimeHandling" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_5" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainConsistentMimeHandling_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING">
- <parentCategory ref="IESF_CategoryConsistentMimeHandling" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_19" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainConsistentMimeHandling_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_19)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_MIME_HANDLING">
- <parentCategory ref="IESF_CategoryConsistentMimeHandling" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_5" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainConsistentMimeHandling_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_5)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_MIME_HANDLING">
- <parentCategory ref="IESF_CategoryConsistentMimeHandling" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_HANDLING" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_10" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainInformationBar_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="*">
- <parentCategory ref="IESF_CategoryInformationBar" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_24" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainInformationBar_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="*">
- <parentCategory ref="IESF_CategoryInformationBar" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_10" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainInformationBar_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND">
- <parentCategory ref="IESF_CategoryInformationBar" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_23" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainInformationBar_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND">
- <parentCategory ref="IESF_CategoryInformationBar" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_10" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainInformationBar_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_10)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_SECURITYBAND">
- <parentCategory ref="IESF_CategoryInformationBar" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_24" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainInformationBar_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_24)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_SECURITYBAND">
- <parentCategory ref="IESF_CategoryInformationBar" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SECURITYBAND" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_18" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainLocalMachineZoneLockdownSecurity_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="*">
- <parentCategory ref="IESF_CategoryLocalMachineZoneLockdownSecurity" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_4" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainLocalMachineZoneLockdownSecurity_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="*">
- <parentCategory ref="IESF_CategoryLocalMachineZoneLockdownSecurity" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_17" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainLocalMachineZoneLockdownSecurity_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN">
- <parentCategory ref="IESF_CategoryLocalMachineZoneLockdownSecurity" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_4" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainLocalMachineZoneLockdownSecurity_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN">
- <parentCategory ref="IESF_CategoryLocalMachineZoneLockdownSecurity" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_18" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainLocalMachineZoneLockdownSecurity_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_18)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_LOCALMACHINE_LOCKDOWN">
- <parentCategory ref="IESF_CategoryLocalMachineZoneLockdownSecurity" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_4" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainLocalMachineZoneLockdownSecurity_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_4)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_LOCALMACHINE_LOCKDOWN">
- <parentCategory ref="IESF_CategoryLocalMachineZoneLockdownSecurity" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_20" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainMimeSniffingSafetyFeature_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="*">
- <parentCategory ref="IESF_CategoryMimeSniffingSafetyFeature" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_6" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainMimeSniffingSafetyFeature_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="*">
- <parentCategory ref="IESF_CategoryMimeSniffingSafetyFeature" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_19" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainMimeSniffingSafetyFeature_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING">
- <parentCategory ref="IESF_CategoryMimeSniffingSafetyFeature" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_6" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainMimeSniffingSafetyFeature_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING">
- <parentCategory ref="IESF_CategoryMimeSniffingSafetyFeature" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_20" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainMimeSniffingSafetyFeature_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_20)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_MIME_SNIFFING">
- <parentCategory ref="IESF_CategoryMimeSniffingSafetyFeature" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_6" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainMimeSniffingSafetyFeature_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_6)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_MIME_SNIFFING">
- <parentCategory ref="IESF_CategoryMimeSniffingSafetyFeature" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MIME_SNIFFING" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_17" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainMKProtocolSecurityRestriction_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="*">
- <parentCategory ref="IESF_CategoryMKProtocolSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_3" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainMKProtocolSecurityRestriction_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="*">
- <parentCategory ref="IESF_CategoryMKProtocolSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_16" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainMKProtocolSecurityRestriction_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL">
- <parentCategory ref="IESF_CategoryMKProtocolSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_3" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainMKProtocolSecurityRestriction_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL">
- <parentCategory ref="IESF_CategoryMKProtocolSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_17" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainMKProtocolSecurityRestriction_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_17)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_DISABLE_MK_PROTOCOL">
- <parentCategory ref="IESF_CategoryMKProtocolSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_3" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainMKProtocolSecurityRestriction_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_3)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_DISABLE_MK_PROTOCOL">
- <parentCategory ref="IESF_CategoryMKProtocolSecurityRestriction" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_MK_PROTOCOL" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_14" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainNetworkProtocolLockdown_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="*">
- <parentCategory ref="IESF_CategoryNetworkProtocolLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_28" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainNetworkProtocolLockdown_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="*">
- <parentCategory ref="IESF_CategoryNetworkProtocolLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_13" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainNetworkProtocolLockdown_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN">
- <parentCategory ref="IESF_CategoryNetworkProtocolLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_26" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainNetworkProtocolLockdown_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN">
- <parentCategory ref="IESF_CategoryNetworkProtocolLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_14" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainNetworkProtocolLockdown_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_14)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_PROTOCOL_LOCKDOWN">
- <parentCategory ref="IESF_CategoryNetworkProtocolLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_28" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainNetworkProtocolLockdown_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_28)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_PROTOCOL_LOCKDOWN">
- <parentCategory ref="IESF_CategoryNetworkProtocolLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PROTOCOL_LOCKDOWN" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_21" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainObjectCachingProtection_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="*">
- <parentCategory ref="IESF_CategoryObjectCachingProtection" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_7" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainObjectCachingProtection_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="*">
- <parentCategory ref="IESF_CategoryObjectCachingProtection" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_20" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainObjectCachingProtection_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING">
- <parentCategory ref="IESF_CategoryObjectCachingProtection" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_7" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainObjectCachingProtection_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING">
- <parentCategory ref="IESF_CategoryObjectCachingProtection" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_21" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainObjectCachingProtection_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_21)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_OBJECT_CACHING">
- <parentCategory ref="IESF_CategoryObjectCachingProtection" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_7" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainObjectCachingProtection_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_7)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_OBJECT_CACHING">
- <parentCategory ref="IESF_CategoryObjectCachingProtection" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_23" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainProtectionFromZoneElevation_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="*">
- <parentCategory ref="IESF_CategoryProtectionFromZoneElevation" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_9" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainProtectionFromZoneElevation_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="*">
- <parentCategory ref="IESF_CategoryProtectionFromZoneElevation" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_22" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainProtectionFromZoneElevation_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION">
- <parentCategory ref="IESF_CategoryProtectionFromZoneElevation" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_9" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainProtectionFromZoneElevation_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION">
- <parentCategory ref="IESF_CategoryProtectionFromZoneElevation" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_23" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainProtectionFromZoneElevation_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_23)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_ZONE_ELEVATION">
- <parentCategory ref="IESF_CategoryProtectionFromZoneElevation" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_9" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainProtectionFromZoneElevation_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_9)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_ZONE_ELEVATION">
- <parentCategory ref="IESF_CategoryProtectionFromZoneElevation" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_11" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainRestrictActiveXInstall_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="*">
- <parentCategory ref="IESF_CategoryRestrictActiveXInstall" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_25" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainRestrictActiveXInstall_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="*">
- <parentCategory ref="IESF_CategoryRestrictActiveXInstall" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_11" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainRestrictActiveXInstall_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL">
- <parentCategory ref="IESF_CategoryRestrictActiveXInstall" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_24" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainRestrictActiveXInstall_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL">
- <parentCategory ref="IESF_CategoryRestrictActiveXInstall" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_11" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainRestrictActiveXInstall_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_11)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_RESTRICT_ACTIVEXINSTALL">
- <parentCategory ref="IESF_CategoryRestrictActiveXInstall" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_25" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainRestrictActiveXInstall_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_25)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_RESTRICT_ACTIVEXINSTALL">
- <parentCategory ref="IESF_CategoryRestrictActiveXInstall" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_12" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainRestrictFileDownload_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="*">
- <parentCategory ref="IESF_CategoryRestrictFileDownload" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_26" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainRestrictFileDownload_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="*">
- <parentCategory ref="IESF_CategoryRestrictFileDownload" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_12" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainRestrictFileDownload_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD">
- <parentCategory ref="IESF_CategoryRestrictFileDownload" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_25" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainRestrictFileDownload_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD">
- <parentCategory ref="IESF_CategoryRestrictFileDownload" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_12" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainRestrictFileDownload_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_12)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_RESTRICT_FILEDOWNLOAD">
- <parentCategory ref="IESF_CategoryRestrictFileDownload" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_26" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainRestrictFileDownload_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_26)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_RESTRICT_FILEDOWNLOAD">
- <parentCategory ref="IESF_CategoryRestrictFileDownload" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyAllProcesses_22" class="Machine" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainScriptedWindowSecurityRestrictions_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="*">
- <parentCategory ref="IESF_CategoryScriptedWindowSecurityRestrictions" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyAllProcesses_8" class="User" displayName="$(string.IESF_PolicyAllProcesses)" explainText="$(string.IESF_ExplainScriptedWindowSecurityRestrictions_AllProcs_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="*">
- <parentCategory ref="IESF_CategoryScriptedWindowSecurityRestrictions" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <string>1</string>
- </enabledValue>
- <disabledValue>
- <string>0</string>
- </disabledValue>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_21" class="Machine" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainScriptedWindowSecurityRestrictions_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS">
- <parentCategory ref="IESF_CategoryScriptedWindowSecurityRestrictions" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyExplorerProcesses_8" class="User" displayName="$(string.IESF_PolicyExplorerProcesses)" explainText="$(string.IESF_ExplainScriptedWindowSecurityRestrictions_IE_Explain)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS">
- <parentCategory ref="IESF_CategoryScriptedWindowSecurityRestrictions" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="(Reserved)">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="explorer.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="iexplore.exe">
- <value>
- <string>1</string>
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="(Reserved)">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="explorer.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" valueName="iexplore.exe">
- <value>
- <string>0</string>
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="IESF_PolicyProcessList_22" class="Machine" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainScriptedWindowSecurityRestrictions_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_22)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_WINDOW_RESTRICTIONS">
- <parentCategory ref="IESF_CategoryScriptedWindowSecurityRestrictions" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_PolicyProcessList_8" class="User" displayName="$(string.IESF_PolicyProcessList)" explainText="$(string.IESF_ExplainScriptedWindowSecurityRestrictions_ProcList_Explain)" presentation="$(presentation.IESF_PolicyProcessList_8)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl" valueName="ListBox_Support_FEATURE_WINDOW_RESTRICTIONS">
- <parentCategory ref="IESF_CategoryScriptedWindowSecurityRestrictions" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_PartnameProcessList" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS" additive="true" explicitValue="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_InternetZone_1" class="User" displayName="$(string.IESF_NPLRest_InternetZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_InternetZone_1)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_3">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\3" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_InternetZone_2" class="Machine" displayName="$(string.IESF_NPLRest_InternetZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_InternetZone_2)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_3">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\3" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_IntranetZone_1" class="User" displayName="$(string.IESF_NPLRest_IntranetZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_IntranetZone_1)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_1">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\1" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_IntranetZone_2" class="Machine" displayName="$(string.IESF_NPLRest_IntranetZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_IntranetZone_2)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_1">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\1" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_LocalMachineZone_1" class="User" displayName="$(string.IESF_NPLRest_LocalMachineZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_LocalMachineZone_1)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_0">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\0" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_LocalMachineZone_2" class="Machine" displayName="$(string.IESF_NPLRest_LocalMachineZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_LocalMachineZone_2)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_0">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\0" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_RestrictedSitesZone_1" class="User" displayName="$(string.IESF_NPLRest_RestrictedSitesZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_RestrictedSitesZone_1)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_4">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\4" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_RestrictedSitesZone_2" class="Machine" displayName="$(string.IESF_NPLRest_RestrictedSitesZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_RestrictedSitesZone_2)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_4">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\4" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_TrustedSitesZone_1" class="User" displayName="$(string.IESF_NPLRest_TrustedSitesZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_TrustedSitesZone_1)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_2">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\2" additive="true" />
- </elements>
- </policy>
- <policy name="IESF_NPLRest_TrustedSitesZone_2" class="Machine" displayName="$(string.IESF_NPLRest_TrustedSitesZone)" explainText="$(string.IESF_NPLRestrictionsList_Explain)" presentation="$(presentation.IESF_NPLRest_TrustedSitesZone_2)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols" valueName="ListBox_Support_2">
- <parentCategory ref="IESF_NPLRest_Category" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="IESF_NPLRestrictionsList" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\RestrictedProtocols\2" additive="true" />
- </elements>
- </policy>
- <policy name="AddonManagement_RestrictCrashDetection_1" class="User" displayName="$(string.AddonManagement_RestrictCrashDetection)" explainText="$(string.IE_ExplainAddonManagement_RestrictCrashDetection)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoCrashDetection">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- </policy>
- <policy name="AddonManagement_RestrictCrashDetection_2" class="Machine" displayName="$(string.AddonManagement_RestrictCrashDetection)" explainText="$(string.IE_ExplainAddonManagement_RestrictCrashDetection)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoCrashDetection">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- </policy>
- <policy name="AddonManagement_RestrictExtensionManagement_1" class="User" displayName="$(string.AddonManagement_RestrictExtensionManagement)" explainText="$(string.IE_ExplainAddonManagement_RestrictExtensionManagement)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoExtensionManagement">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- </policy>
- <policy name="AddonManagement_RestrictExtensionManagement_2" class="Machine" displayName="$(string.AddonManagement_RestrictExtensionManagement)" explainText="$(string.IE_ExplainAddonManagement_RestrictExtensionManagement)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoExtensionManagement">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- </policy>
- <policy name="AddSearchProvider_1" class="User" displayName="$(string.AddSearchProvider)" explainText="$(string.IE_ExplainAddSearchProvider)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="AddPolicySearchProviders">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="AddSearchProvider_2" class="Machine" displayName="$(string.AddSearchProvider)" explainText="$(string.IE_ExplainAddSearchProvider)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="AddPolicySearchProviders">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="AlwaysShowMenu_1" class="User" displayName="$(string.AlwaysShowMenu)" explainText="$(string.IE_ExplainAlwaysShowMenu)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="AlwaysShowMenus">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="AlwaysShowMenu_2" class="Machine" displayName="$(string.AlwaysShowMenu)" explainText="$(string.IE_ExplainAlwaysShowMenu)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="AlwaysShowMenus">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="AutoProxyCache" class="User" displayName="$(string.AutoProxyCache)" explainText="$(string.IE_ExplainAutoProxyCache)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="EnableAutoProxyResultCache">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="Branding_NoExternalBranding" class="User" displayName="$(string.Branding_NoExternalBranding)" explainText="$(string.IE_ExplainBranding_NoExternalBranding)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoExternalBranding">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ControlPanel_RestrictAdvanced" class="User" displayName="$(string.ControlPanel_RestrictAdvanced)" explainText="$(string.IE_ExplainControlPanel_RestrictAdvanced)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Advanced">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="Customized_UserAgent_String_1" class="User" displayName="$(string.Customized_UserAgent_String)" explainText="$(string.IE_Explain_Customized_UserAgent_String)" presentation="$(presentation.Customized_UserAgent_String_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <text id="EnterIEVersionPrompt" valueName="Version" required="true" />
- </elements>
- </policy>
- <policy name="Customized_UserAgent_String_2" class="Machine" displayName="$(string.Customized_UserAgent_String)" explainText="$(string.IE_Explain_Customized_UserAgent_String)" presentation="$(presentation.Customized_UserAgent_String_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <text id="EnterIEVersionPrompt" valueName="Version" required="true" />
- </elements>
- </policy>
- <policy name="DialupSettings" class="User" displayName="$(string.DialupSettings)" explainText="$(string.IE_ExplainDialupSettings)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="DialupAutodetect">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Disable_Fix_Security_Settings_1" class="User" displayName="$(string.Disable_Fix_Security_Settings)" explainText="$(string.IE_Explain_DisableFixSecuritySettings)" key="Software\Policies\Microsoft\Internet Explorer\Security" valueName="DisableFixSecuritySettings">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Disable_Fix_Security_Settings_2" class="Machine" displayName="$(string.Disable_Fix_Security_Settings)" explainText="$(string.IE_Explain_DisableFixSecuritySettings)" key="Software\Policies\Microsoft\Internet Explorer\Security" valueName="DisableFixSecuritySettings">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Disable_Managing_Phishing_Filter_1" class="User" displayName="$(string.Disable_Managing_Phishing_Filter)" explainText="$(string.IE_Explain_DisableManagingPhishingFilter)" presentation="$(presentation.Disable_Managing_Phishing_Filter_1)" key="Software\Policies\Microsoft\Internet Explorer\PhishingFilter">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="PhishingOptions" valueName="Enabled" required="true">
- <item displayName="$(string.PhishingOff)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.ManualPhishing)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.AutomaticPhishing)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="Disable_Managing_Phishing_Filter_2" class="Machine" displayName="$(string.Disable_Managing_Phishing_Filter)" explainText="$(string.IE_Explain_DisableManagingPhishingFilter)" presentation="$(presentation.Disable_Managing_Phishing_Filter_2)" key="Software\Policies\Microsoft\Internet Explorer\PhishingFilter">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="PhishingOptions" valueName="Enabled" required="true">
- <item displayName="$(string.PhishingOff)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.ManualPhishing)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.AutomaticPhishing)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="Disable_Security_Settings_Check_1" class="User" displayName="$(string.Disable_Security_Settings_Check)" explainText="$(string.IE_Explain_DisableSecuritySettingsCheck)" key="Software\Policies\Microsoft\Internet Explorer\Security" valueName="DisableSecuritySettingsCheck">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Disable_Security_Settings_Check_2" class="Machine" displayName="$(string.Disable_Security_Settings_Check)" explainText="$(string.IE_Explain_DisableSecuritySettingsCheck)" key="Software\Policies\Microsoft\Internet Explorer\Security" valueName="DisableSecuritySettingsCheck">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="DisableInterchangingMenuBarNavBar" class="User" displayName="$(string.DisableInterchangingMenuBarNavBar)" explainText="$(string.IE_Explain_DisableInterchangingMenuBarNavBar)" key="Software\Policies\Microsoft\Internet Explorer\Toolbar\WebBrowser" valueName="ITBar7Position">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="DisablePopupFilterLevel_1" class="User" displayName="$(string.DisablePopupFilterLevel)" explainText="$(string.IE_ExplainDisablePopupFilterLevel)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="DisablePopupFilterLevel">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="DisablePopupFilterLevel_2" class="Machine" displayName="$(string.DisablePopupFilterLevel)" explainText="$(string.IE_ExplainDisablePopupFilterLevel)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="DisablePopupFilterLevel">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="DisplayScriptFailureUI" class="User" displayName="$(string.DisplayScriptFailureUI)" explainText="$(string.IE_ExplainDisplayScriptFailureUI)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="DisplayScriptDownloadFailureUI">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="Enable_Compat_Logging_1" class="User" displayName="$(string.Enable_Compat_Logging)" explainText="$(string.IE_Explain_EnableCompatLogging)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\Feature_Enable_Compat_logging" valueName="iexplore.exe">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="Enable_Compat_Logging_2" class="Machine" displayName="$(string.Enable_Compat_Logging)" explainText="$(string.IE_Explain_EnableCompatLogging)" key="Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\Feature_Enable_Compat_logging" valueName="iexplore.exe">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="EnforceFullscreen_1" class="User" displayName="$(string.EnforceFullscreen)" explainText="$(string.IE_Explain_EnforceFullscreen)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="AlwaysShowMenus">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions" valueName="NoNavBar">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions" valueName="NoCommandBar">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enabledList>
- </policy>
- <policy name="EnforceFullscreen_2" class="Machine" displayName="$(string.EnforceFullscreen)" explainText="$(string.IE_Explain_EnforceFullscreen)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="AlwaysShowMenus">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions" valueName="NoNavBar">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions" valueName="NoCommandBar">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enabledList>
- </policy>
- <policy name="FavImportExport" class="User" displayName="$(string.FavImportExport)" explainText="$(string.IE_ExplainFavImportExport)" key="Software\Policies\Microsoft\Internet Explorer" valueName="DisableImportExportFavorites">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="General_Zooming_1" class="User" displayName="$(string.General_Zooming)" explainText="$(string.IE_ExplainGeneral_Zooming)" key="Software\Policies\Microsoft\Internet Explorer\ZOOM" valueName="ZoomDisabled">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="General_Zooming_2" class="Machine" displayName="$(string.General_Zooming)" explainText="$(string.IE_ExplainGeneral_Zooming)" key="Software\Policies\Microsoft\Internet Explorer\ZOOM" valueName="ZoomDisabled">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="Identities" class="User" displayName="$(string.Identities)" explainText="$(string.IE_ExplainIdentities)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Identities" valueName="Locked Down">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="MediaSettings" class="User" displayName="$(string.MediaSettings)" explainText="$(string.IE_ExplainMediaExpBar)" presentation="$(presentation.MediaSettings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6ONLY" />
- <elements>
- <boolean id="BlockMedia" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="No_LaunchMediaBar" />
- <boolean id="PlayByDefault" key="Software\Microsoft\Internet Explorer\media" valueName="Autoplay">
- <trueValue>
- <string>yes</string>
- </trueValue>
- <falseValue>
- <string>no</string>
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="NoDelBrowsingHistory_1" class="User" displayName="$(string.NoDelBrowsingHistory)" explainText="$(string.IE_ExplainNoDelBrowsingHistory)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableDeleteBrowsingHistory">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoDelBrowsingHistory_2" class="Machine" displayName="$(string.NoDelBrowsingHistory)" explainText="$(string.IE_ExplainNoDelBrowsingHistory)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableDeleteBrowsingHistory">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoDelForms_1" class="User" displayName="$(string.NoDelForms)" explainText="$(string.IE_ExplainNoDelForms)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableDeleteForms">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="NoDelForms_2" class="Machine" displayName="$(string.NoDelForms)" explainText="$(string.IE_ExplainNoDelForms)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableDeleteForms">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="NoDelPasswords_1" class="User" displayName="$(string.NoDelPasswords)" explainText="$(string.IE_ExplainNoDelPasswords)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableDeletePasswords">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="NoDelPasswords_2" class="Machine" displayName="$(string.NoDelPasswords)" explainText="$(string.IE_ExplainNoDelPasswords)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="DisableDeletePasswords">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="NoFirstRunCustomise_1" class="User" displayName="$(string.NoFirstRunCustomise)" explainText="$(string.IE_ExplainNoFirstRunCustomise)" presentation="$(presentation.NoFirstRunCustomise_1)" key="Software\Policies\Microsoft\Internet Explorer\Main">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="FirstRunOptions" valueName="DisableFirstRunCustomize" required="true">
- <item displayName="$(string.UseHomePage)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.UseWelcomeIEPage)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="NoFirstRunCustomise_2" class="Machine" displayName="$(string.NoFirstRunCustomise)" explainText="$(string.IE_ExplainNoFirstRunCustomise)" presentation="$(presentation.NoFirstRunCustomise_2)" key="Software\Policies\Microsoft\Internet Explorer\Main">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="FirstRunOptions" valueName="DisableFirstRunCustomize" required="true">
- <item displayName="$(string.UseHomePage)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.UseWelcomeIEPage)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="NoHelpMenu_1" class="User" displayName="$(string.NoHelpMenu)" explainText="$(string.IE_ExplainNoHelpMenu)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoHelpMenu">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoHelpMenu_2" class="Machine" displayName="$(string.NoHelpMenu)" explainText="$(string.IE_ExplainNoHelpMenu)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoHelpMenu">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoIESearchBox_1" class="User" displayName="$(string.NoIESearchBox)" explainText="$(string.IE_ExplainNoIESearchBox)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoSearchBox">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoIESearchBox_2" class="Machine" displayName="$(string.NoIESearchBox)" explainText="$(string.IE_ExplainNoIESearchBox)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoSearchBox">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoJITSetup" class="Machine" displayName="$(string.NoJITSetup)" explainText="$(string.IE_ExplainNoJITSetup)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoJITSetup">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="NoQuickTabs_1" class="User" displayName="$(string.NoQuickTabs)" explainText="$(string.IE_ExplainNoQuickTabs)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing" valueName="QuickTabsThreshold">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- </policy>
- <policy name="NoQuickTabs_2" class="Machine" displayName="$(string.NoQuickTabs)" explainText="$(string.IE_ExplainNoQuickTabs)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing" valueName="QuickTabsThreshold">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- </policy>
- <policy name="NoSearchProvider_1" class="User" displayName="$(string.NoSearchProvider)" explainText="$(string.IE_ExplainNoSearchProvider)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoChangeDefaultSearchProvider">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoSearchProvider_2" class="Machine" displayName="$(string.NoSearchProvider)" explainText="$(string.IE_ExplainNoSearchProvider)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoChangeDefaultSearchProvider">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="NoSplash" class="Machine" displayName="$(string.NoSplash)" explainText="$(string.IE_ExplainNoSplash)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoSplash">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="NoTabBrowsing_1" class="User" displayName="$(string.NoTabBrowsing)" explainText="$(string.IE_ExplainNoTabBrowsing)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing" valueName="Enabled">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="NoTabBrowsing_2" class="Machine" displayName="$(string.NoTabBrowsing)" explainText="$(string.IE_ExplainNoTabBrowsing)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing" valueName="Enabled">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="NoTabBrowsingPopups_1" class="User" displayName="$(string.NoTabBrowsingPopups)" explainText="$(string.IE_ExplainNoTabBrowsingPopups)" presentation="$(presentation.NoTabBrowsingPopups_1)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="PopUpList" valueName="PopupsUseNewWindow" required="true">
- <item displayName="$(string.IEDecide)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.ForceNewWindow)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.ForceNewTab)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="NoTabBrowsingPopups_2" class="Machine" displayName="$(string.NoTabBrowsingPopups)" explainText="$(string.IE_ExplainNoTabBrowsingPopups)" presentation="$(presentation.NoTabBrowsingPopups_2)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="PopUpList" valueName="PopupsUseNewWindow" required="true">
- <item displayName="$(string.IEDecide)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.ForceNewWindow)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.ForceNewTab)">
- <value>
- <decimal value="2" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="NoUpdateCheck" class="Machine" displayName="$(string.NoUpdateCheck)" explainText="$(string.IE_ExplainNoUpdateCheck)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoUpdateCheck">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="NoWindowReuse_1" class="User" displayName="$(string.NoWindowReuse)" explainText="$(string.IE_ExplainNoWindowReuse)" presentation="$(presentation.NoWindowReuse_1)" key="Software\Policies\Microsoft\Internet Explorer\Main">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="SelectWindowReuse" valueName="AllowWindowReuse" required="true">
- <item displayName="$(string.Existing)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.New)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="NoWindowReuse_2" class="Machine" displayName="$(string.NoWindowReuse)" explainText="$(string.IE_ExplainNoWindowReuse)" presentation="$(presentation.NoWindowReuse_2)" key="Software\Policies\Microsoft\Internet Explorer\Main">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="SelectWindowReuse" valueName="AllowWindowReuse" required="true">
- <item displayName="$(string.Existing)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.New)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="OESettings" class="User" displayName="$(string.OESettings)" explainText="$(string.IE_ExplainOEVirusProtection)" presentation="$(presentation.OESettings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6ONLY" />
- <elements>
- <boolean id="OEVirus" key="Software\Microsoft\Outlook Express" valueName="BlockExeAttachments">
- <trueValue>
- <decimal value="1" />
- </trueValue>
- <falseValue>
- <decimal value="0" />
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="PopupBlocker_AllowList_1" class="User" displayName="$(string.PopupBlocker_AllowList)" explainText="$(string.ExplainPopupBlocker_AllowList)" presentation="$(presentation.PopupBlocker_AllowList_1)" key="Software\Policies\Microsoft\Internet Explorer\New Windows" valueName="ListBox_Support_Allow">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="PopupBlocker_AllowListPrompt" key="Software\Policies\Microsoft\Internet Explorer\New Windows\Allow" additive="true" />
- </elements>
- </policy>
- <policy name="PopupBlocker_AllowList_2" class="Machine" displayName="$(string.PopupBlocker_AllowList)" explainText="$(string.ExplainPopupBlocker_AllowList)" presentation="$(presentation.PopupBlocker_AllowList_2)" key="Software\Policies\Microsoft\Internet Explorer\New Windows" valueName="ListBox_Support_Allow">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <elements>
- <list id="PopupBlocker_AllowListPrompt" key="Software\Policies\Microsoft\Internet Explorer\New Windows\Allow" additive="true" />
- </elements>
- </policy>
- <policy name="RestrictAccessibility" class="User" displayName="$(string.RestrictAccessibility)" explainText="$(string.IE_ExplainRestrictAccessibility)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Accessibility">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictAutoconfig_1" class="User" displayName="$(string.RestrictAutoconfig)" explainText="$(string.IE_ExplainRestrictAutoconfig)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Autoconfig">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictAutoconfig_2" class="Machine" displayName="$(string.RestrictAutoconfig)" explainText="$(string.IE_ExplainRestrictAutoconfig)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Autoconfig">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictCache" class="User" displayName="$(string.RestrictCache)" explainText="$(string.IE_ExplainRestrictCache)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Cache">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictCalendarContact" class="User" displayName="$(string.RestrictCalendarContact)" explainText="$(string.IE_ExplainRestrictCalendarContact)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="CalendarContact">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5_NONVISTA" />
- </policy>
- <policy name="RestrictCertificates" class="User" displayName="$(string.RestrictCertificates)" explainText="$(string.IE_ExplainRestrictCertificates)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Certificates">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictCheckBrowser" class="User" displayName="$(string.RestrictCheckBrowser)" explainText="$(string.IE_ExplainRestrictCheckBrowser)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Check_If_Default">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictColors" class="User" displayName="$(string.RestrictColors)" explainText="$(string.IE_ExplainRestrictColors)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Colors">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictConnectionSettings_1" class="User" displayName="$(string.RestrictConnectionSettings)" explainText="$(string.IE_ExplainRestrictConnectionSettings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Connection Settings">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictConnectionSettings_2" class="Machine" displayName="$(string.RestrictConnectionSettings)" explainText="$(string.IE_ExplainRestrictConnectionSettings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Connection Settings">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Connwiz Admin Lock">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enabledList>
- </policy>
- <policy name="RestrictConnectionWizard" class="User" displayName="$(string.RestrictConnectionWizard)" explainText="$(string.IE_ExplainRestrictConnectionWizard)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Connwiz Admin Lock">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictFonts" class="User" displayName="$(string.RestrictFonts)" explainText="$(string.IE_ExplainRestrictFonts)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Fonts">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictFormSuggest" class="User" displayName="$(string.RestrictFormSuggest)" explainText="$(string.IE_ExplainRestrictFormSuggest)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Use FormSuggest">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="FormSuggest">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="FormSuggest">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </disabledList>
- </policy>
- <policy name="RestrictFormSuggestPW" class="User" displayName="$(string.RestrictFormSuggestPW)" explainText="$(string.IE_ExplainRestrictFormSuggestPW)" presentation="$(presentation.RestrictFormSuggestPW)" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="FormSuggest Passwords">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <enabledValue>
- <string>yes</string>
- </enabledValue>
- <disabledValue>
- <string>no</string>
- </disabledValue>
- <enabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="FormSuggest Passwords">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enabledList>
- <disabledList>
- <item key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="FormSuggest Passwords">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </disabledList>
- <elements>
- <boolean id="ChkBox_PasswordAsk" valueName="FormSuggest PW Ask">
- <trueValue>
- <string>yes</string>
- </trueValue>
- <falseValue>
- <string>no</string>
- </falseValue>
- </boolean>
- </elements>
- </policy>
- <policy name="RestrictHistory_1" class="User" displayName="$(string.RestrictHistory)" explainText="$(string.IE_ExplainRestrictHistory)" presentation="$(presentation.RestrictHistory_1)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="History">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <decimal id="DaysToKeep_Prompt" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Url History" valueName="DaysToKeep" required="true" maxValue="999" />
- </elements>
- </policy>
- <policy name="RestrictHistory_2" class="Machine" displayName="$(string.RestrictHistory)" explainText="$(string.IE_ExplainRestrictHistory)" presentation="$(presentation.RestrictHistory_2)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="History">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <decimal id="DaysToKeep_Prompt" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Url History" valueName="DaysToKeep" required="true" maxValue="999" />
- </elements>
- </policy>
- <policy name="RestrictHomePage" class="User" displayName="$(string.RestrictHomePage)" explainText="$(string.IE_ExplainRestrictHomePage)" presentation="$(presentation.RestrictHomePage)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="HomePage">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <elements>
- <text id="EnterHomePagePrompt" key="Software\Policies\Microsoft\Internet Explorer\Main" valueName="Start Page" required="true" />
- </elements>
- </policy>
- <policy name="RestrictLanguages" class="User" displayName="$(string.RestrictLanguages)" explainText="$(string.IE_ExplainRestrictLanguages)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Languages">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictLinks" class="User" displayName="$(string.RestrictLinks)" explainText="$(string.IE_ExplainRestrictLinks)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="links">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictMessaging" class="User" displayName="$(string.RestrictMessaging)" explainText="$(string.IE_ExplainRestrictMessaging)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Messaging">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5_NONVISTA" />
- </policy>
- <policy name="RestrictPopupExceptionList_1" class="User" displayName="$(string.RestrictPopupExceptionList)" explainText="$(string.IE_ExplainRestrictPopupExceptionList)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="RestrictPopupExceptionList">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="RestrictPopupExceptionList_2" class="Machine" displayName="$(string.RestrictPopupExceptionList)" explainText="$(string.IE_ExplainRestrictPopupExceptionList)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="RestrictPopupExceptionList">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- </policy>
- <policy name="RestrictPopupManagement_1" class="User" displayName="$(string.RestrictPopupManagement)" explainText="$(string.IE_ExplainRestrictPopupManagement)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoPopupManagement">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- </policy>
- <policy name="RestrictPopupManagement_2" class="Machine" displayName="$(string.RestrictPopupManagement)" explainText="$(string.IE_ExplainRestrictPopupManagement)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoPopupManagement">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- </policy>
- <policy name="RestrictProfiles" class="User" displayName="$(string.RestrictProfiles)" explainText="$(string.IE_ExplainRestrictProfiles)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Profiles">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="RestrictProxy_1" class="User" displayName="$(string.RestrictProxy)" explainText="$(string.IE_ExplainRestrictProxy)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Proxy">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictProxy_2" class="Machine" displayName="$(string.RestrictProxy)" explainText="$(string.IE_ExplainRestrictProxy)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Proxy">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictRatings" class="User" displayName="$(string.RestrictRatings)" explainText="$(string.IE_ExplainRestrictRatings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Ratings">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictResetWebSettings" class="User" displayName="$(string.RestrictResetWebSettings)" explainText="$(string.IE_ExplainRestrictResetWebSettings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="ResetWebSettings">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="RestrictSettings_1" class="User" displayName="$(string.RestrictSettings)" explainText="$(string.IE_ExplainRestrictSettings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Settings">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictSettings_2" class="Machine" displayName="$(string.RestrictSettings)" explainText="$(string.IE_ExplainRestrictSettings)" key="Software\Policies\Microsoft\Internet Explorer\Control Panel" valueName="Settings">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="RestrictWebAddressSuggest" class="User" displayName="$(string.RestrictWebAddressSuggest)" explainText="$(string.IE_ExplainRestrictWebAddressSuggest)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete" valueName="AutoSuggest">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <enabledValue>
- <string>no</string>
- </enabledValue>
- <disabledValue>
- <string>yes</string>
- </disabledValue>
- </policy>
- <policy name="Search_NoFindFiles" class="User" displayName="$(string.Search_NoFindFiles)" explainText="$(string.IE_ExplainSearch_NoFindFiles)" key="Software\Policies\Microsoft\Internet Explorer\Restrictions" valueName="NoFindFiles">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="Search_NoSearchCustomization" class="User" displayName="$(string.Search_NoSearchCustomization)" explainText="$(string.IE_ExplainNoSearchCustomization)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="NoSearchCustomization">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="Security_HKLM_only" class="Machine" displayName="$(string.Security_HKLM_only)" explainText="$(string.IE_ExplainSecurity_HKLM_only)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="Security_HKLM_only">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="Security_options_edit" class="Machine" displayName="$(string.Security_options_edit)" explainText="$(string.IE_ExplainSecurity_options_edit)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="Security_options_edit">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="Security_zones_map_edit" class="Machine" displayName="$(string.Security_zones_map_edit)" explainText="$(string.IE_ExplainSecurity_zones_map_edit)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="Security_zones_map_edit">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- </policy>
- <policy name="ShellNotifications" class="Machine" displayName="$(string.ShellNotifications)" explainText="$(string.IE_ExplainShellNotifications)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoMSAppLogo5ChannelNotify">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5_6" />
- </policy>
- <policy name="SpecificSearchProvider_1" class="User" displayName="$(string.SpecificSearchProvider)" explainText="$(string.IE_ExplainSpecificSearchProvider)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="UsePolicySearchProvidersOnly">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="SpecificSearchProvider_2" class="Machine" displayName="$(string.SpecificSearchProvider)" explainText="$(string.IE_ExplainSpecificSearchProvider)" key="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions" valueName="UsePolicySearchProvidersOnly">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="SQM_DisableCEIP_1" class="User" displayName="$(string.SQM_DisableCEIP)" explainText="$(string.IE_ExplainSQM_DisableCEIP)" key="Software\Policies\Microsoft\Internet Explorer\SQM" valueName="DisableCustomerImprovementProgram">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7_NONVISTA" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="SQM_DisableCEIP_2" class="Machine" displayName="$(string.SQM_DisableCEIP)" explainText="$(string.IE_ExplainSQM_DisableCEIP)" key="Software\Policies\Microsoft\Internet Explorer\SQM" valueName="DisableCustomerImprovementProgram">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7_NONVISTA" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="TabOpenInFgndBgnd_1" class="User" displayName="$(string.TabOpenInFgndBgnd)" explainText="$(string.IE_ExplainTabOpenInFgBg)" presentation="$(presentation.TabOpenInFgndBgnd_1)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="ForeGndBackGnd" valueName="OpenInForeground" required="true">
- <item displayName="$(string.Foreground)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.Background)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="TabOpenInFgndBgnd_2" class="Machine" displayName="$(string.TabOpenInFgndBgnd)" explainText="$(string.IE_ExplainTabOpenInFgBg)" presentation="$(presentation.TabOpenInFgndBgnd_2)" key="Software\Policies\Microsoft\Internet Explorer\TabbedBrowsing">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="ForeGndBackGnd" valueName="OpenInForeground" required="true">
- <item displayName="$(string.Foreground)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item displayName="$(string.Background)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="UserProxy" class="Machine" displayName="$(string.UserProxy)" explainText="$(string.IE_ExplainUserProxy)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings" valueName="ProxySettingsPerUser">
- <parentCategory ref="InternetExplorer" />
- <supportedOn ref="SUPPORTED_IE5" />
- <enabledValue>
- <decimal value="0" />
- </enabledValue>
- <disabledValue>
- <decimal value="1" />
- </disabledValue>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_1" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_11" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_1" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_11" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_1" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_11" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_1" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_11" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_1" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_11" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_1" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_11" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_1" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_11" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_1" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_11" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_1" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_11" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_1" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_11" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_1" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_11" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_1" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_11" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_1" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_11" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_1" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_11" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_1" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_11" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_1" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_11" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_1" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyActiveScripting_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_11" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyActiveScripting_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_1" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_11" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_1" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_11" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_1" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_11" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_1" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_11" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_1" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_11" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_1" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_11" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_1" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_11" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_1" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_11" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_1" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_11" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_1" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_11" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_1" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_11" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_1" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultHigh)" presentation="$(presentation.IZ_PolicyJavaPermissions_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_11" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultHigh)" presentation="$(presentation.IZ_PolicyJavaPermissions_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_1" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_11" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_1" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_11" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_1" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_11" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_1" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_11" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_1" class="User" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_6" class="Machine" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_6)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_1" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_11" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_1" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_11" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_1" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_11" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_1" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_11" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_1" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_11" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_1" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_11" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_1" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_11" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_1" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_11" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_1" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_11" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_1" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_11" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_1" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_11" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_1" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_11" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_1" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_11" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_1" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_11" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_11)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3">
- <parentCategory ref="IZ_InternetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_12" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_2" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_12" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_2" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_12" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_2" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_12" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_2" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_12" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_2" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_12" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_2" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_12" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_2" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_12" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_2" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_12" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_2" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_12" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_2" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_12" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_2" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_12" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_2" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_12" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_2" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_12" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_2" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_12" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_2" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_12" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_2" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_12" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyActiveScripting_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_2" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyActiveScripting_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_12" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_2" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_12" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_2" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_12" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultAdminApproved)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_2" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultAdminApproved)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_12" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_2" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_12" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_2" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_12" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_2" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_12" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_2" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_12" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_2" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_12" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_2" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_12" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_2" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_12" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_2" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_12" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_2" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_12" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_2" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_12" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_2" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_12" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_2" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_12" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_2" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_12" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_2" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_12" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_2" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_12" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_2" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_12" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_2" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_12" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_2" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_12" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_2" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_12" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_2" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_12" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_2" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_12" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_2" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_12" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_2" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_12" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_2" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_12" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_2" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_12" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_2" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_12" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_12)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_2" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3">
- <parentCategory ref="IZ_InternetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_13" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_3" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_13" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_3" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_13" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_3" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_13" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_3" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_13" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_3" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_13" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_3" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_13" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_3" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_13" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_3" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_13" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_3" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_13" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_3" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_13" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_3" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_13" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_3" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_13" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_3" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_13" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_3" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_13" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_3" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_13" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_3" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_13" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyActiveScripting_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_3" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyActiveScripting_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_13" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_3" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_13" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_3" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_13" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_3" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_13" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_3" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_13" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_3" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_13" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_3" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_13" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_3" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_13" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_3" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_13" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_3" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_13" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_3" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_13" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_3" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_13" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicyJavaPermissions_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_3" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicyJavaPermissions_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_13" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_3" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_13" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_3" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_13" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_3" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_13" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_3" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_2" class="User" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_2)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_7" class="Machine" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_13" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_3" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_13" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_3" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_13" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_3" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_13" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_3" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_13" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_3" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_13" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_3" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_13" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_3" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_13" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_3" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_13" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_3" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_13" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_3" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_13" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_3" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_13" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_3" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_13" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_3" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_13" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_13)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_3" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_3)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1">
- <parentCategory ref="IZ_IntranetZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_14" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_4" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_14" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_4" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_14" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_4" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_14" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_4" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_14" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_4" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_14" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_4" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_14" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_4" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_14" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_4" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_14" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_4" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_14" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_4" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_14" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_4" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_14" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_4" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_14" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_4" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_14" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_4" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_14" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_4" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_14" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_4" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_14" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyActiveScripting_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_4" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyActiveScripting_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_14" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_4" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_14" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_4" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_14" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultAdminApproved)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_4" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultAdminApproved)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_14" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_4" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_14" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_4" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_14" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_4" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_14" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_4" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_14" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_4" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_14" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_4" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_14" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_4" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_14" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_4" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_14" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_4" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_14" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_4" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_14" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_4" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultLogonInIntranet)" presentation="$(presentation.IZ_PolicyLogon_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_14" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_4" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_14" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_4" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_14" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_4" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_14" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_4" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_14" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_4" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_14" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_4" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_14" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_4" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_14" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_4" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_14" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_4" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_14" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_4" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_14" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_4" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_14" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_4" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_14" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_4" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_14" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_4" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_14" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_4" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_14" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_14)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_4" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1">
- <parentCategory ref="IZ_IntranetZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_19" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_9" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_19" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_9" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_19" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_9" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_19" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_9" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_19" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_9" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_19" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_9" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_19" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_9" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_19" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_9" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultEnable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_19" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_9" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_19" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_9" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_19" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_9" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_19" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_9" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_19" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_9" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_19" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_9" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_19" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_9" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_19" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_9" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_19" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyActiveScripting_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_9" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyActiveScripting_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_19" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_9" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_19" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_9" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_19" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_9" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_19" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_9" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_19" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_9" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_19" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_9" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_19" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_9" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_19" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_9" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_19" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_9" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_19" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_9" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_19" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_9" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_19" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicyJavaPermissions_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_9" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultMedium)" presentation="$(presentation.IZ_PolicyJavaPermissions_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_19" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_9" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_19" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultAutomatic)" presentation="$(presentation.IZ_PolicyLogon_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_9" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultAutomatic)" presentation="$(presentation.IZ_PolicyLogon_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_19" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_9" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_19" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_9" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_10" class="Machine" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_5" class="User" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_5)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_19" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_9" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_19" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_9" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_19" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_9" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_19" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_9" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_19" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_9" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_19" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_9" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_19" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_9" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_19" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_9" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_19" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_9" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_19" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_9" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_19" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_9" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_19" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_9" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_19" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_9" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_19" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_19)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_9" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0">
- <parentCategory ref="IZ_LocalMachineZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_10" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_20" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_10" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_20" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_10" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_20" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_10" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_20" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_10" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_20" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_10" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_20" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_10" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_20" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_10" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_20" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_10" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_20" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_10" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_20" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_10" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_20" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_10" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_20" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_10" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_20" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_10" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_20" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_10" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_20" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_10" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_20" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_10" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyActiveScripting_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_20" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyActiveScripting_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_10" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_20" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_10" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_20" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_10" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultAdminApproved)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_20" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultAdminApproved)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_10" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_20" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_10" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_20" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_10" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_20" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_10" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_20" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_10" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_20" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_10" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_20" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFileDownload_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_10" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_20" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyFontDownload_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_10" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_20" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_10" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_20" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_10" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_20" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_10" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultAutomatic)" presentation="$(presentation.IZ_PolicyLogon_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_20" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultAutomatic)" presentation="$(presentation.IZ_PolicyLogon_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_10" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_20" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_10" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_20" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_10" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_20" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_10" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_20" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_10" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_20" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_10" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_20" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_10" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_20" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_10" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_20" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_10" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_20" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_10" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_20" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_10" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_20" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_10" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_20" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_10" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_20" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_10" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_20" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_10" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_20" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_10" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_10)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_20" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_20)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0">
- <parentCategory ref="IZ_LocalMachineZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_17" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_7" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_17" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_7" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_17" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_7" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_17" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_7" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_17" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_7" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_17" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_7" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_17" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_7" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_17" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_7" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_17" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_7" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_17" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_7" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_17" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_7" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_17" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_7" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_17" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_7" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_17" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_7" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_17" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_7" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_17" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_7" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_17" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyActiveScripting_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_7" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyActiveScripting_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_17" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_7" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_17" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_7" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_17" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_7" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_17" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_7" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_17" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_7" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_17" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_7" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_17" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_7" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_17" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_7" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_17" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyFileDownload_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_7" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyFileDownload_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_17" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyFontDownload_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_7" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyFontDownload_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_17" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_7" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_17" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_7" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_17" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_7" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_17" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLogon_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_7" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLogon_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_17" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_7" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_17" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_7" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_4" class="User" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_4)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNetworkProtocolLockdown_9" class="Machine" displayName="$(string.IZ_PolicyNetworkProtocolLockdown)" explainText="$(string.IZ_PolicyNetworkProtocolLockdown_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNetworkProtocolLockdown_9)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2300" valueName="2300" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_17" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_7" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_17" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_7" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_17" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_7" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_17" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_7" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_17" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_7" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_17" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_7" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_17" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_7" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_17" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_7" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_17" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultHigh)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_7" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultHigh)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_17" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_7" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_17" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_7" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_17" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_7" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_17" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_7" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_17" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_17)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_7" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_7)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZone" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_18" class="Machine" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AddressStatusBar_8" class="User" displayName="$(string.IZ_Policy_AddressStatusBar)" explainText="$(string.IZ_Policy_AddressStatusBar_Explain)" presentation="$(presentation.IZ_Policy_AddressStatusBar_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2104" valueName="2104" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_18" class="Machine" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowDynsrcPlayback_8" class="User" displayName="$(string.IZ_Policy_AllowDynsrcPlayback)" explainText="$(string.IZ_Policy_AllowDynsrcPlayback_Explain)" presentation="$(presentation.IZ_Policy_AllowDynsrcPlayback_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname120A" valueName="120A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_18" class="Machine" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_AllowScriptlets_8" class="User" displayName="$(string.IZ_Policy_AllowScriptlets)" explainText="$(string.IZ_Policy_AllowScriptlets_Explain)" presentation="$(presentation.IZ_Policy_AllowScriptlets_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1209" valueName="1209" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_18" class="Machine" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_FirstRunOptIn_8" class="User" displayName="$(string.IZ_Policy_FirstRunOptIn)" explainText="$(string.IZ_Policy_FirstRunOptIn_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_FirstRunOptIn_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1208" valueName="1208" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_18" class="Machine" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_LocalPathForUpload_8" class="User" displayName="$(string.IZ_Policy_LocalPathForUpload)" explainText="$(string.IZ_Policy_LocalPathForUpload_Explain)" presentation="$(presentation.IZ_Policy_LocalPathForUpload_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname160A" valueName="160A" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_18" class="Machine" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_Phishing_8" class="User" displayName="$(string.IZ_Policy_Phishing)" explainText="$(string.IZ_Policy_Phishing_Explain)" presentation="$(presentation.IZ_Policy_Phishing_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2301" valueName="2301" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_18" class="Machine" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptPrompt_8" class="User" displayName="$(string.IZ_Policy_ScriptPrompt)" explainText="$(string.IZ_Policy_ScriptPrompt_Explain)" presentation="$(presentation.IZ_Policy_ScriptPrompt_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2105" valueName="2105" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_18" class="Machine" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_ScriptStatusBar_8" class="User" displayName="$(string.IZ_Policy_ScriptStatusBar)" explainText="$(string.IZ_Policy_ScriptStatusBar_ExplainDefaultDisable)" presentation="$(presentation.IZ_Policy_ScriptStatusBar_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2103" valueName="2103" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_18" class="Machine" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_TurnOnProtectedMode_8" class="User" displayName="$(string.IZ_Policy_TurnOnProtectedMode)" explainText="$(string.IZ_Policy_TurnOnProtectedMode_Explain)" presentation="$(presentation.IZ_Policy_TurnOnProtectedMode_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7Vista" />
- <elements>
- <enum id="IZ_Partname2500" valueName="2500" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_18" class="Machine" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_UnsafeFiles_8" class="User" displayName="$(string.IZ_Policy_UnsafeFiles)" explainText="$(string.IZ_Policy_UnsafeFiles_Explain)" presentation="$(presentation.IZ_Policy_UnsafeFiles_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1806" valueName="1806" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_18" class="Machine" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserApps_8" class="User" displayName="$(string.IZ_Policy_WebBrowserApps)" explainText="$(string.IZ_Policy_WebBrowserApps_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserApps_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2400" valueName="2400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_18" class="Machine" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WebBrowserControl_8" class="User" displayName="$(string.IZ_Policy_WebBrowserControl)" explainText="$(string.IZ_Policy_WebBrowserControl_Explain)" presentation="$(presentation.IZ_Policy_WebBrowserControl_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname1206" valueName="1206" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_18" class="Machine" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_WinFXRuntimeComponent_8" class="User" displayName="$(string.IZ_Policy_WinFXRuntimeComponent)" explainText="$(string.IZ_Policy_WinFXRuntimeComponent_Explain)" presentation="$(presentation.IZ_Policy_WinFXRuntimeComponent_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2600" valueName="2600" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_18" class="Machine" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XAML_8" class="User" displayName="$(string.IZ_Policy_XAML)" explainText="$(string.IZ_Policy_XAML_Explain)" presentation="$(presentation.IZ_Policy_XAML_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2402" valueName="2402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_18" class="Machine" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_Policy_XPS_8" class="User" displayName="$(string.IZ_Policy_XPS)" explainText="$(string.IZ_Policy_XPS_Explain)" presentation="$(presentation.IZ_Policy_XPS_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE7" />
- <elements>
- <enum id="IZ_Partname2401" valueName="2401" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_18" class="Machine" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAccessDataSourcesAcrossDomains_8" class="User" displayName="$(string.IZ_PolicyAccessDataSourcesAcrossDomains)" explainText="$(string.IZ_PolicyAccessDataSourcesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAccessDataSourcesAcrossDomains_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1406" valueName="1406" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_18" class="Machine" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyActiveScripting_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyActiveScripting_8" class="User" displayName="$(string.IZ_PolicyActiveScripting)" explainText="$(string.IZ_PolicyActiveScripting_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyActiveScripting_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1400" valueName="1400" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_18" class="Machine" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowMETAREFRESH_8" class="User" displayName="$(string.IZ_PolicyAllowMETAREFRESH)" explainText="$(string.IZ_PolicyAllowMETAREFRESH_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowMETAREFRESH_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1608" valueName="1608" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_18" class="Machine" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyAllowPasteViaScript_8" class="User" displayName="$(string.IZ_PolicyAllowPasteViaScript)" explainText="$(string.IZ_PolicyAllowPasteViaScript_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyAllowPasteViaScript_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1407" valueName="1407" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_18" class="Machine" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBinaryBehaviors_8" class="User" displayName="$(string.IZ_PolicyBinaryBehaviors)" explainText="$(string.IZ_PolicyBinaryBehaviors_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyBinaryBehaviors_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2000" valueName="2000" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_18" class="Machine" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyBlockPopupWindows_8" class="User" displayName="$(string.IZ_PolicyBlockPopupWindows)" explainText="$(string.IZ_PolicyBlockPopupWindows_ExplainDefaultEnable)" presentation="$(presentation.IZ_PolicyBlockPopupWindows_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1809" valueName="1809" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_18" class="Machine" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDisplayMixedContent_8" class="User" displayName="$(string.IZ_PolicyDisplayMixedContent)" explainText="$(string.IZ_PolicyDisplayMixedContent_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDisplayMixedContent_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1609" valueName="1609" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_18" class="Machine" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadSignedActiveX_8" class="User" displayName="$(string.IZ_PolicyDownloadSignedActiveX)" explainText="$(string.IZ_PolicyDownloadSignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadSignedActiveX_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1001" valueName="1001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_18" class="Machine" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDownloadUnsignedActiveX_8" class="User" displayName="$(string.IZ_PolicyDownloadUnsignedActiveX)" explainText="$(string.IZ_PolicyDownloadUnsignedActiveX_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyDownloadUnsignedActiveX_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1004" valueName="1004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_18" class="Machine" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyDropOrPasteFiles_8" class="User" displayName="$(string.IZ_PolicyDropOrPasteFiles)" explainText="$(string.IZ_PolicyDropOrPasteFiles_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyDropOrPasteFiles_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1802" valueName="1802" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_18" class="Machine" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyFileDownload_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFileDownload_8" class="User" displayName="$(string.IZ_PolicyFileDownload)" explainText="$(string.IZ_PolicyFileDownload_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyFileDownload_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1803" valueName="1803" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_18" class="Machine" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyFontDownload_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyFontDownload_8" class="User" displayName="$(string.IZ_PolicyFontDownload)" explainText="$(string.IZ_PolicyFontDownload_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyFontDownload_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1604" valueName="1604" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_18" class="Machine" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyInstallDesktopItems_8" class="User" displayName="$(string.IZ_PolicyInstallDesktopItems)" explainText="$(string.IZ_PolicyInstallDesktopItems_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyInstallDesktopItems_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1800" valueName="1800" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_18" class="Machine" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyJavaPermissions_8" class="User" displayName="$(string.IZ_PolicyJavaPermissions)" explainText="$(string.IZ_PolicyJavaPermissions_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyJavaPermissions_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1C00" valueName="1C00" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameCustom)">
- <value>
- <decimal value="8388608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisableJava)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_18" class="Machine" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLaunchAppsAndFilesInIFRAME_8" class="User" displayName="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME)" explainText="$(string.IZ_PolicyLaunchAppsAndFilesInIFRAME_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyLaunchAppsAndFilesInIFRAME_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1804" valueName="1804" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_18" class="Machine" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLogon_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyLogon_8" class="User" displayName="$(string.IZ_PolicyLogon)" explainText="$(string.IZ_PolicyLogon_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicyLogon_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A00" valueName="1A00" required="true">
- <item displayName="$(string.IZ_ItemnameAnonymousLogon)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogonInIntranetZone)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameAutomaticLogon)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePromptLogon)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_18" class="Machine" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyMimeSniffingURLaction_8" class="User" displayName="$(string.IZ_PolicyMimeSniffingURLaction)" explainText="$(string.IZ_PolicyMimeSniffingURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyMimeSniffingURLaction_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2100" valueName="2100" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_18" class="Machine" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNavigateSubframesAcrossDomains_8" class="User" displayName="$(string.IZ_PolicyNavigateSubframesAcrossDomains)" explainText="$(string.IZ_PolicyNavigateSubframesAcrossDomains_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNavigateSubframesAcrossDomains_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1607" valueName="1607" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_18" class="Machine" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNoPromptForOneOrNoClientCertificate_8" class="User" displayName="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate)" explainText="$(string.IZ_PolicyNoPromptForOneOrNoClientCertificate_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNoPromptForOneOrNoClientCertificate_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1A04" valueName="1A04" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_18" class="Machine" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarActiveXURLaction_8" class="User" displayName="$(string.IZ_PolicyNotificationBarActiveXURLaction)" explainText="$(string.IZ_PolicyNotificationBarActiveXURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarActiveXURLaction_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2201" valueName="2201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_18" class="Machine" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyNotificationBarDownloadURLaction_8" class="User" displayName="$(string.IZ_PolicyNotificationBarDownloadURLaction)" explainText="$(string.IZ_PolicyNotificationBarDownloadURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyNotificationBarDownloadURLaction_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2200" valueName="2200" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_18" class="Machine" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyRunActiveXControls_8" class="User" displayName="$(string.IZ_PolicyRunActiveXControls)" explainText="$(string.IZ_PolicyRunActiveXControls_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyRunActiveXControls_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1200" valueName="1200" required="true">
- <item displayName="$(string.IZ_ItemnameAdminApproved)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_18" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXMarkedSafe_8" class="User" displayName="$(string.IZ_PolicyScriptActiveXMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXMarkedSafe_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1405" valueName="1405" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_18" class="Machine" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptActiveXNotMarkedSafe_8" class="User" displayName="$(string.IZ_PolicyScriptActiveXNotMarkedSafe)" explainText="$(string.IZ_PolicyScriptActiveXNotMarkedSafe_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptActiveXNotMarkedSafe_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1201" valueName="1201" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_18" class="Machine" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyScriptingOfJavaApplets_8" class="User" displayName="$(string.IZ_PolicyScriptingOfJavaApplets)" explainText="$(string.IZ_PolicyScriptingOfJavaApplets_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyScriptingOfJavaApplets_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1402" valueName="1402" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_18" class="Machine" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySignedFrameworkComponentsURLaction_8" class="User" displayName="$(string.IZ_PolicySignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicySignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicySignedFrameworkComponentsURLaction_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2001" valueName="2001" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_18" class="Machine" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySoftwareChannelPermissions_8" class="User" displayName="$(string.IZ_PolicySoftwareChannelPermissions)" explainText="$(string.IZ_PolicySoftwareChannelPermissions_ExplainDefaultLow)" presentation="$(presentation.IZ_PolicySoftwareChannelPermissions_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1E05" valueName="1E05" required="true">
- <item displayName="$(string.IZ_ItemnameHighSafety)">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumSafety)">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameLowSafety)">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_18" class="Machine" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicySubmitNonencryptedFormData_8" class="User" displayName="$(string.IZ_PolicySubmitNonencryptedFormData)" explainText="$(string.IZ_PolicySubmitNonencryptedFormData_ExplainDefaultPrompt)" presentation="$(presentation.IZ_PolicySubmitNonencryptedFormData_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1601" valueName="1601" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_18" class="Machine" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUnsignedFrameworkComponentsURLaction_8" class="User" displayName="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction)" explainText="$(string.IZ_PolicyUnsignedFrameworkComponentsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUnsignedFrameworkComponentsURLaction_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2004" valueName="2004" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_18" class="Machine" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyUserdataPersistence_8" class="User" displayName="$(string.IZ_PolicyUserdataPersistence)" explainText="$(string.IZ_PolicyUserdataPersistence_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyUserdataPersistence_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname1606" valueName="1606" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_18" class="Machine" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyWindowsRestrictionsURLaction_8" class="User" displayName="$(string.IZ_PolicyWindowsRestrictionsURLaction)" explainText="$(string.IZ_PolicyWindowsRestrictionsURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyWindowsRestrictionsURLaction_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2102" valueName="2102" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_18" class="Machine" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_18)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_PolicyZoneElevationURLaction_8" class="User" displayName="$(string.IZ_PolicyZoneElevationURLaction)" explainText="$(string.IZ_PolicyZoneElevationURLaction_ExplainDefaultDisable)" presentation="$(presentation.IZ_PolicyZoneElevationURLaction_8)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4">
- <parentCategory ref="IZ_RestrictedSitesZoneLockdown" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <elements>
- <enum id="IZ_Partname2101" valueName="2101" required="true">
- <item displayName="$(string.IZ_ItemnameEnable)">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnameDisable)">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item displayName="$(string.IZ_ItemnamePrompt)">
- <value>
- <decimal value="1" />
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy name="IZ_IncludeUnspecifiedLocalSites_1" class="User" displayName="$(string.IZ_IncludeUnspecifiedLocalSites)" explainText="$(string.IZ_ExplainIncludeUnspecifiedLocalSites)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap" valueName="IntranetName">
- <parentCategory ref="IZ_SecurityPage" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="IZ_IncludeUnspecifiedLocalSites_2" class="Machine" displayName="$(string.IZ_IncludeUnspecifiedLocalSites)" explainText="$(string.IZ_ExplainIncludeUnspecifiedLocalSites)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap" valueName="IntranetName">
- <parentCategory ref="IZ_SecurityPage" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- <policy name="IZ_PolicyInternetZoneLockdownTemplate_1" class="User" displayName="$(string.IZ_PolicyInternetZoneLockdownTemplate)" explainText="$(string.IZ_ExplainZoneTemplatesPolicy)" presentation="$(presentation.IZ_PolicyInternetZoneLockdownTemplate_1)" key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Lockdown Settings\Template Policies" valueName="InternetZoneLockdownTemplate">
- <parentCategory ref="IZ_SecurityPage" />
- <supportedOn ref="SUPPORTED_IE6SP2" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- <disabledList>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1001">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1004">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1200">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1201">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1206">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1207">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1208">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1209">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="120a">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1400">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1402">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1405">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1406">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1407">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1601">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1604">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1605">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1606">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1607">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1608">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1609">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="160A">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1800">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1802">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1803">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1804">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1807">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1808">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1809">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180a">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180b">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a00">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a02">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a03">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a04">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a05">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a06">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1c00">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1e05">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2000">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2001">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2004">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2100">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2101">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2102">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2103">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2104">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2105">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2200">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2201">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2301">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2400">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2401">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2402">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2500">
- <value>
- <delete />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2600">
- <value>
- <delete />
- </value>
- </item>
- </disabledList>
- <elements>
- <enum id="IZ_PartnameInternetZoneLockdownTemplate" valueName="Locked-Down Internet" required="true">
- <item displayName="$(string.IZ_ItemnameLow)">
- <value>
- <decimal value="1" />
- </value>
- <valueList>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1001">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1200">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1201">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1206">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1207">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1208">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1209">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="120a">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1400">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1402">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1405">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1406">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1407">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1601">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1604">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1605">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1606">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1607">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1608">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1609">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="160A">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1800">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1802">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1803">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1804">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1807">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1808">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1809">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180a">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180b">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a00">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a02">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a03">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a04">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a05">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a06">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1c00">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1e05">
- <value>
- <decimal value="196608" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2000">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2001">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2100">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2101">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2102">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2103">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2104">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2105">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2200">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2201">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2301">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2400">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2401">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2402">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2500">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2600">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </valueList>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumLow)">
- <value>
- <decimal value="2" />
- </value>
- <valueList>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1001">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1200">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1201">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1206">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1207">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1208">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1209">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="120a">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1400">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1402">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1405">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1406">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1407">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1601">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1604">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1605">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1606">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1607">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1608">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1609">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="160A">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1800">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1802">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1803">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1804">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1807">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1808">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1809">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180a">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180b">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a00">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a02">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a03">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a04">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a05">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a06">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1c00">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1e05">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2000">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2001">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2100">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2101">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2102">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2103">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2104">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2105">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2200">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2201">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2301">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2400">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2401">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2402">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2500">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2600">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </valueList>
- </item>
- <item displayName="$(string.IZ_ItemnameMedium)">
- <value>
- <decimal value="3" />
- </value>
- <valueList>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1001">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1200">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1201">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1206">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1207">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1208">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1209">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="120a">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1400">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1402">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1405">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1406">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1407">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1601">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1604">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1605">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1606">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1607">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1608">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1609">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="160A">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1800">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1802">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1803">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1804">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1807">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1808">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1809">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180a">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="180b">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a00">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a02">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a03">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a04">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a05">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1a06">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1c00">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="1e05">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2000">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2001">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2100">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2101">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2102">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2103">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2104">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2105">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2200">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2201">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2301">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2400">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2401">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2402">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2500">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3" valueName="2600">
- <value>
- <decimal value="0" />
- </value>
- </item>
- </valueList>
- </item>
- <item displayName="$(string.IZ_ItemnameMediumHigh)">
- <value>
- <decimal value="5" />
- </value>
- <valueList>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1001">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1200">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1201">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1206">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1207">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1208">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1209">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="120a">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1400">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1402">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1405">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1406">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1407">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1601">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1604">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1605">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1606">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1607">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1608">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1609">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="160A">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1800">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1802">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1803">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1804">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1807">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1808">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1809">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="180a">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="180b">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1a00">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1a02">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1a03">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1a04">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1a05">
- <value>
- <decimal value="1" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1a06">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1c00">
- <value>
- <decimal value="0" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="1e05">
- <value>
- <decimal value="131072" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="2000">
- <value>
- <decimal value="65536" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="2001">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="2004">
- <value>
- <decimal value="3" />
- </value>
- </item>
- <item key="Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0" valueName="2100">
- <value>
- <decimal value="3" />
- </value>
- </item>
-