+ Reply to Thread
Results 1 to 5 of 5

Thread: Comprehensive Windows XP Internet Explorer Advanced Set ADM

  1. #1
    TheController is offline 10+ Helpful Posts Happy to be helping others
    Join Date
    Dec 1969
    Posts
    12

    Default

    *** Note these are "Preference Settings" and will tattoo a client, they cannot be removed cleanly by just removing the group policy object they are configured in.

    ************************************************** ***

    #if version >= 4


    ;************
    CLASS USER
    ;************

    ;0001
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!Encoding
    EXPLAIN !!ExplainEncoding
    VALUENAME "UrlEncoding"
    ValueOn Numeric 0 ; Enabled (Tick confirmed as 0)
    ValueOff Numeric 1 ; Disabled
    END POLICY ; Encoding
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0002
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!DisableUpdateCheck
    EXPLAIN !!ExplainDisableUpdateCheck
    VALUENAME "NoUpdateCheck"
    ValueOn Numeric 0 ;Enabled
    ValueOff Numeric 1 ;Disabled
    END POLICY ; DisableUpdateCheck
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents



    ;0003
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!DisableDebugger
    EXPLAIN !!ExplainDisableDebugger
    VALUENAME "Disable Script Debugger"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; DisableDebugger
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0004
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main"
    POLICY !!ScriptErrorCache
    EXPLAIN !!ExplainScriptErrorCache
    VALUENAME "Error Dlg Displayed On Every Error" ; Path Validated
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; ScriptErrorCache
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0005
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Ftp" ; Path Validated
    POLICY !!WebBasedFTP
    EXPLAIN !!ExplainWebBasedFTP
    VALUENAME "Use Web Based FTP"
    ValueOn "no" ; Enabled
    ValueOff "yes" ; Disabled
    END POLICY ; WebBasedFTP
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0006
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!PageTransitions
    EXPLAIN !!ExplainPageTransitions
    VALUENAME "Page_Transitions"
    ValueOn Numeric 1 ;Enabled
    ValueOff Numeric 0 ;Disabled
    END POLICY ; PageTransitions
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents



    ;0007
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!FriendlyErrorText
    EXPLAIN !!ExplainFriendlyErrorText
    VALUENAME "Friendly http errors"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; FriendlyErrorText
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0008
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer" ; Path Validated
    POLICY !!FriendlyURLs
    EXPLAIN !!ExplainFriendlyURLs
    VALUENAME "Show_FullURL"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; FriendlyURLs
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0009
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!GoButton
    EXPLAIN !!ExplainGoButton
    VALUENAME "ShowGoButton"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; GoButton
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0010
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!UnderlineLinks
    EXPLAIN !!ExplainUnderlineLinks
    PART "Underline Links :" DROPDOWNLIST
    VALUENAME "Anchor Underline"
    ITEMLIST
    NAME !!Always VALUE "yes" DEFAULT
    NAME !!Never VALUE "no"
    NAME !!Hover VALUE "hover"
    END ITEMLIST
    END PART
    END POLICY ; UnderlineLinks
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0011
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!SmoothScrolling
    EXPLAIN !!ExplainSmoothScrolling
    VALUENAME "SmoothScroll"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; SmoothScrolling
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0012
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!JavaVM
    KEYNAME "Software\Microsoft\Java VM" ; Path Validated
    POLICY !!JIT
    EXPLAIN !!ExplainJIT
    VALUENAME "EnableJIT"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; JIT
    End CATEGORY ; JavaVM
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0012A
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!RestrictAutoImageResize
    EXPLAIN !!ExplainRestrictAutoImageResize
    VALUENAME "Enable AutoImageResize"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; RestrictAutoImageResize
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0014
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!ShowAnimations
    EXPLAIN !!ExplainShowAnimations
    VALUENAME "Play_Animations"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; ShowAnimations
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0015
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!PlaySounds
    EXPLAIN !!ExplainPlaySounds
    VALUENAME "Play_Background_Sounds"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; PlaySounds
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0016
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!ShowVideos
    EXPLAIN !!ExplainShowVideos
    VALUENAME "Display Inline Videos"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; ShowVideos
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0017
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!ShowPlaceholders
    EXPLAIN !!ExplainShowPlaceholders
    VALUENAME "Show image placeholders"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; ShowPlaceholders
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0018
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!ShowPictures
    EXPLAIN !!ExplainShowPictures
    VALUENAME "Display Inline Images"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; ShowPictures
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0019
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer" ; Path Validated
    POLICY !!SmartImageDithering
    EXPLAIN !!ExplainSmartImageDithering
    VALUENAME "SmartDithering"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; SmartImageDithering
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0020
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!PrintSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!BackgroundColors
    EXPLAIN !!ExplainBackgroundColors
    VALUENAME "Print_Background"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; BackgroundColors
    End CATEGORY ; PrintSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0021
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!DNSaveEncrypted
    EXPLAIN !!ExplainDNSaveEncrypted
    VALUENAME "DisableCachingOfSSLPages"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; DNSaveEncrypted
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0022
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Internet Explorer\Security\P3Global" ; Path Validated
    POLICY !!ProfileAssistant
    EXPLAIN !!ExplainProfileAssistant
    VALUENAME "Enabled"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; ProfileAssistant
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0023
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!WarnifChanging
    EXPLAIN !!ExplainWarnifChanging
    VALUENAME "WarnonZoneCrossing"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; WarnifChanging
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0024
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!WarnifSubmitRedirected
    EXPLAIN !!ExplainWarnifSubmitRedirected
    VALUENAME "WarnOnPostRedirect"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; WarnifSubmitRedirected
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0025
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!DisableDebuggerIE
    EXPLAIN !!ExplainDisableDebuggerIE
    VALUENAME "DisableScriptDebuggerIE"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; DisableDebuggerIE
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0026
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!AccessibilitySettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!ExpandALTTAI
    EXPLAIN !!ExplainExpandALTTAI
    VALUENAME "Expand Alt Text"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; ExpandALTTAI
    End CATEGORY ; AccessibilitySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0027
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!AccessibilitySettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!MoveSystemCaret
    EXPLAIN !!ExplainMoveSystemCaret
    VALUENAME "Move System Caret"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; MoveSystemCaret
    End CATEGORY ; AccessibilitySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0028
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!CloseUnusedFolders
    EXPLAIN !!ExplainCloseUnusedFolders
    VALUENAME "NscSingleExpand"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; CloseUnusedFolders
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0029
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!EnablePFM
    EXPLAIN !!ExplainEnablePFM
    VALUENAME "FavIntelliMenus"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; EnablePFM
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0030
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!EnablethirdPartyBrowser
    EXPLAIN !!ExplainEnablethirdPartyBrowser
    VALUENAME "Enable Browser Extensions"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; EnablethirdPartyBrowser
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0031
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!ForceOffScreenComp
    EXPLAIN !!ExplainForceOffScreenComp
    VALUENAME "Force Offscreen Composition"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; ForceOffScreenComp
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0032
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!NWDownloadsComplete
    EXPLAIN !!ExplainNWDownloadsComplete
    VALUENAME "NotifyDownloadComplete"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; NWDownloadsComplete
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0033
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!MMSettings
    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!EnableImageToolbar
    EXPLAIN !!ExplainEnableImageToolbar
    VALUENAME "Enable_MyPics_Hoverbar"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; EnableImageToolbar
    End CATEGORY ; MMSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0034
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Internet Explorer\Download" ; Path Validated
    POLICY !!CheckExeSignatures
    EXPLAIN !!ExplainCheckExeSignatures
    VALUENAME "CheckExeSignatures"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; CheckExeSignatures
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0035
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\FTP" ; Path Validated
    POLICY !!UsePassiveFTP
    EXPLAIN !!ExplainUsePassiveFTP
    VALUENAME "Use PASV"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; UsePassiveFTP
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0036
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Windows\CurrentVersion\Webchec k" ; Path Validated
    POLICY !!EOfflineItems
    EXPLAIN !!ExplainEOfflineItems
    VALUENAME "NoScheduledUpdates"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; EOfflineItems
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0037
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Windows\CurrentVersion\Interne t Settings\Cache" ; Path Validated
    POLICY !!EmptyTempInternetFiles
    EXPLAIN !!ExplainEmptyTempInternetFiles
    VALUENAME "Persistent"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; EmptyTempInternetFiles
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0038
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explore r\AutoComplete" ; Path Validated
    POLICY !!UseInlineAutoComplete
    EXPLAIN !!ExplainUseInlineAutoComplete
    VALUENAME " Append Completion"
    ValueOn "yes" ; Enabled
    ValueOff "no" ; Disabled
    END POLICY ; UseInlineAutoComplete
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0039
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!EnableInstallOnDemandIE
    EXPLAIN !!ExplainEnableInstallOnDemandIE
    VALUENAME "NoJITSetup"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; EnableInstallOnDemandIE
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0040
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!EnableInstallOnDemandOther
    EXPLAIN !!ExplainEnableInstallOnDemandOther
    VALUENAME "NoWebJITSetup"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; EnableInstallOnDemandOther
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0041
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!EnableVisualStyles
    EXPLAIN !!ExplainEnableVisualStyles
    VALUENAME "UseThemes"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; EnableVisualStyles
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0042
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!JavaVM
    KEYNAME "Software\Microsoft\Java VM" ; Path Validated
    POLICY !!EnableJavaConsole
    EXPLAIN !!ExplainEnableJavaConsole
    VALUENAME "EnableJavaConsole"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; EnableJavaConsole
    End CATEGORY ; JavaVM
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0043
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!JavaVM
    KEYNAME "Software\Microsoft\Java VM" ; Path Validated
    POLICY !!EnableJavaLogging
    EXPLAIN !!ExplainEnableJavaLogging
    VALUENAME "EnableLogging"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; EnableJavaLogging
    End CATEGORY ; JavaVM
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0044
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!CertificateRevocation
    EXPLAIN !!ExplainCertificateRevocation
    VALUENAME "CertificateRevocation"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; CertificateRevocation
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0045
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!SaveEncrytedFilesToDisk
    EXPLAIN !!ExplainSaveEncrytedFilesToDisk
    VALUENAME "DisableCachingOfSSLPages"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; SaveEncrytedFilesToDisk
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0046
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!EnableSSL2SSL3&TLS1
    EXPLAIN !!ExplainEnableSSL2SSL3&TLS1
    PART "Enable SSL2, SSL3 or TLS1 :" DROPDOWNLIST
    VALUENAME "SecureProtocols"
    ITEMLIST
    NAME !!EnableSSL2Only VALUE NUMERIC 8 DEFAULT
    NAME !!EnableSSL3Only VALUE NUMERIC 32
    NAME !!EnableTSL1Only VALUE NUMERIC 128
    NAME !!Enable23 VALUE NUMERIC 40
    NAME !!Enable21 VALUE NUMERIC 136
    NAME !!Enable31 VALUE NUMERIC 160
    NAME !!Enable231 VALUE NUMERIC 168
    END ITEMLIST
    END PART
    END POLICY ; EnableSSL2SSL3&TLS1
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0047
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!WarnaboutISC
    EXPLAIN !!ExplainWarnaboutISC
    VALUENAME "WarnonBadCertRecving"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; WarnaboutISC
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0048
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SearchSettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!WhenSearching
    EXPLAIN !!ExplainWhenSearching
    PART !!URLFails DROPDOWNLIST
    VALUENAME "AutoSearch"
    ITEMLIST
    NAME !!AutoSearch6 VALUE NUMERIC 6 DEFAULT
    NAME !!AutoSearch5 VALUE NUMERIC 5
    NAME !!AutoSearch4 VALUE NUMERIC 4
    NAME !!AutoSearch0 VALUE NUMERIC 0
    END ITEMLIST
    END PART
    END POLICY ; WhenSearching
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0049
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_ LOCKDOWN\Settings" ; Path Validated
    POLICY !!AllowActiveCD
    EXPLAIN !!ExplainAllowActiveCD
    VALUENAME "LOCALMACHINE_CD_UNLOCK"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; AllowActiveCD
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0050
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_ LOCKDOWN" ; Path Validated
    POLICY !!AllowActiveFiles
    EXPLAIN !!ExplainAllowActiveFiles
    VALUENAME "iexplore.exe"
    ValueOn Numeric 0 ; Enabled
    ValueOff Numeric 1 ; Disabled
    END POLICY ; AllowActiveFiles
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0051
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Internet Explorer\Download" ; Path Validated
    POLICY !!AllowSoftwareInstall
    EXPLAIN !!ExplainAllowSoftwareInstall
    VALUENAME "RunInvalidSignatures"
    ValueOn Numeric 1 ; Enabled
    ValueOff Numeric 0 ; Disabled
    END POLICY ; AllowSoftwareInstall
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents


    ;0052
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!BrowserSettings
    KEYNAME "Software\Microsoft\Internet Explorer\Main" ; Path Validated
    POLICY !!ReuseWinforShortcut
    EXPLAIN !!ExplainReuseWinforShortcut
    VALUENAME "AllowWindowReuse"
    ValueOn Numeric 1 ;Enabled
    ValueOff Numeric 0 ;Disabled
    END POLICY ; ReuseWinforShortcut
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0053
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!HTTPSettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!EnableHttp1_1
    EXPLAIN !!ExplainEnableHttp1_1
    VALUENAME "EnableHttp1_1"
    ValueOn Numeric 1 ;Enabled
    ValueOff Numeric 0 ;Disabled
    END POLICY ; EnableHttp1_1
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0054
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!HTTPSettings
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!EnableProxyHttp1_1
    EXPLAIN !!ExplainEnableProxyHttp1_1
    VALUENAME "ProxyHttp1.1"
    ValueOn Numeric 1 ;Enabled
    ValueOff Numeric 0 ;Disabled
    END POLICY ; EnableProxyHttp1_1
    End CATEGORY ; BrowserSettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0055
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Windows\CurrentVersion\WinTrus t\Trust Providers\Software Publishing" ; Path Validated
    POLICY !!CheckPubCertRev
    EXPLAIN !!ExplainCheckPubCertRev
    VALUENAME "State"
    ValueOn Numeric 146432 ; Enabled
    ValueOff Numeric 146944 ; Disabled
    END POLICY ; CheckPubCertRev
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    ;0056
    CATEGORY !!WindowsComponents
    CATEGORY !!InternetExplorer
    CATEGORY !!AdvancedSettings
    CATEGORY !!SecuritySettings
    KEYNAME "Software\Microsoft\Windows\CurrentVersion\Interne t Settings" ; Path Validated
    POLICY !!CookieHandling
    EXPLAIN !!ExplainCookieHandling
    VALUENAME "PrivacyAdvanced"
    ValueOn Numeric 1 ; Enabled (Tick confirmed as 1)
    ValueOff Numeric 0 ; Disabled
    END POLICY ; CookieHandling
    End CATEGORY ; SecuritySettings
    End CATEGORY ; AdvancedSettings
    END CATEGORY ; Internet Explorer
    End CATEGORY ;WindowsComponents

    #endif


    [strings]

    CookieHandling
    ;0055
    CookieHandling="Override Automatic Cookie Handling"
    ExplainCookieHandling=""

    ;0055
    CheckPubCertRev="Check for Publishers certificate revocation"
    ExplainCheckPubCertRev=""

    ;0054
    EnableProxyHttp1_1="Use HTTP 1.1 through proxy connections"
    ExplainEnableProxyHttp1_1=""

    ;0053
    EnableHttp1_1="Use HTTP 1.1"
    ExplainEnableHttp1_1=""

    ;0052
    ReuseWinforShortcut="Reuse windows for launching shortcuts"
    ExplainReuseWinforShortcut=""


    ;0051
    AllowSoftwareInstall="Allow software to run or install even if the signature is invalid"
    ExplainAllowSoftwareInstall=""

    ;0050
    AllowActiveFiles="Allow active content to run in files on my computer"
    ExplainAllowActiveFiles=""

    ;0049
    AllowActiveCD="Allow active content from CD's to run on my computer"
    ExplainAllowActiveCD=""


    ;0048
    WhenSearching="When Searching"
    ExplainWhenSearching=""
    URLFails="When searching from the address bar:"
    AutoSearch6="Display results, and go to the most likely site"
    AutoSearch5="Just go to the most likely site"
    AutoSearch4="Just display the results in the main window"
    AutoSearch0="Do not search from the address bar"

    ;0047
    WarnaboutISC="Warn about invalid site certificates"
    ExplainWarnaboutISC=""

    ;0046
    EnableSSL2SSL3&TLS1="Use SSL2, SSL3, and TLS1"
    ExplainEnableSSL2SSL3&TLS1=""
    EnableSSL2Only="Enable SSL 2.0 Only"
    EnableSSL3Only="Enable SSL 3.0 Only"
    EnableTSL1Only="Enable TLS 1.0 Only"
    Enable23="Enable SSL 2.0 & SSL 3.0"
    Enable21="Enable SSL 2.0 & TLS 1.0"
    Enable31="Enable SSL 3.0 & TLS 1.0"
    Enable231="Enable SSL 2.0, SSL 3.0 & TLS 1.0"


    ;0045
    SaveEncrytedFilesToDisk="Do not save encrypted files to disk"
    ExplainSaveEncrytedFilesToDisk=""

    ;0044
    CertificateRevocation="Check for server certificate revocation"
    ExplainCertificateRevocation=""


    ;0043
    EnableJavaLogging="Java Logging Enabled"
    ExplainEnableJavaLogging=""

    ;0042
    EnableJavaConsole="Enable Java Console"
    ExplainEnableJavaConsole=""


    ;0041
    EnableVisualStyles="Enable visual styles on buttons and controls in web pages"
    ExplainEnableVisualStyles=""


    ;0040
    EnableInstallOnDemandOther="Enable Install on Demand (Other)"
    ExplainEnableInstallOnDemandOther=""

    ;0039
    EnableInstallOnDemandIE="Enable Install on Demand (Internet Explorer)"
    ExplainEnableInstallOnDemandIE=""

    ;0038
    UseInlineAutoComplete="Use inline autocomplete"
    ExplainUseInlineAutoComplete=""

    ;0037
    EmptyTempInternetFiles="Empty temporary internet files folder when browser is closed"
    ExplainEmptyTempInternetFiles=""

    ;0036
    EOfflineItems="Enable offline items to be synchronised on a schedule"
    ExplainEOfflineItems=""

    ;0035
    UsePassiveFTP="Use Passive FTP (for firewall and DSL modem compatibility)"
    ExplainUsePassiveFTP=""

    ;0034
    CheckExeSignatures="Check for signatures on downloaded programs"
    eXPLAINCheckExeSignatures=""

    ;0033
    EnableImageToolbar="Enable Image Toolbar"
    ExplainEnableImageToolbar=""

    ;0032
    NWDownloadsComplete="Notify when downloads complete"
    ExplainNWDownloadsComplete=""

    ;0031
    ForceOffScreenComp="Force off-screen compositing even under Terminal Server"
    ExplainForceOffScreenComp=""

    ;0030
    EnablethirdPartyBrowser="Enable third-party browser extensions"
    ExplainEnablethirdPartyBrowser=""

    ;0029
    EnablePFM="Enable Personalised Favorites Menu"
    ExplainEnablePFM=""

    ;0028
    CloseUnusedFolders="Close unused folders in history and favorites"
    ExplainCloseUnusedFolders=""

    ;0027
    MoveSystemCaret="Move system caret with focus/selection changes"
    ExplainMoveSystemCaret=""

    ;0026
    ExpandALTTAI="Always Expand ALT text for images"
    ExplainExpandALTTAI=""

    ;0025
    DisableDebuggerIE="Disable Script Debugging (Internet Explorer)"
    ExplainDisableDebuggerIE=""

    ;0024
    WarnifSubmitRedirected="Warn if forms submit is being redirected"
    ExplainWarnifSubmitRedirected=""

    ;0023
    WarnifChanging="Warn if changing between secure and not secure mode"
    ExplainWarnifChanging=""

    ;0022
    ProfileAssistant="Enable Profile Assistant"
    ExplainProfileAssistant=""

    ;0021
    DNSaveEncrypted="Do not save encrypted pages to disk"
    ExplainDNSaveEncrypted=""

    ;0020
    BackgroundColors="Print background colors and images"
    ExplainBackgroundColors=""

    ;0019
    SmartImageDithering="Smart image dithering"
    ExplainSmartImageDithering=""

    ;0018
    ShowPictures="Show pictures"
    ExplainShowPictures=""

    ;0017
    ShowPlaceholders="Show image download placeholders"
    ExplainShowPlaceholders=""

    ;0016
    ShowVideos="Play videos"
    ExplainShowVideos=""

    ;0015
    PlaySounds="Play sounds in web pages"
    ExplainPlaySounds=""

    ;0014
    ShowAnimations="Play animations"
    ExplainShowAnimations=""

    ;0012A
    RestrictAutoImageResize="Enable Automatic Image Resizing"
    ExplainRestrictAutoImageResize="Enabled = string value of yes, Disabled = string value no"

    ;0012
    JIT="Microsoft VM JIT compiler enabled"
    ExplainJIT="Enabled = reg value of 0, disable = reg value of 1"

    ;0011
    SmoothScrolling="Use smooth scrolling"
    ExplainSmoothScrolling="Enabled = reg value of 0, disable = reg value of 1"

    ;0010
    UnderlineLinks="Underline links"
    ExplainUnderlineLinks="Enabled = string values of yes, no and hover"
    Always="Always"
    Never="Never"
    Hover="Hover"

    ;0009
    GoButton="Show Go button in Address bar"
    ExplainGoButton="Enabled = string value of yes, Disabled = string value no"

    ;0008
    FriendlyURLs="Show friendly URLs"
    ExplainFriendlyURLs="Enabled = reg value of 0, disable = reg value of 1"

    ;0007
    FriendlyErrorText="Show friendly http error messages"
    ExplainFriendlyErrorText="Enabled = string value of yes, Disabled = string value no"

    ;0006
    PageTransitions="Enable page transitions"
    ExplainPageTransitions="Enabled = reg value of 0, disable = reg value of 1"

    ;0005
    WebBasedFTP="Enable folder view for FTP sites"
    ExplainWebBasedFTP="Enabled = string value of yes, Disabled = string value no"

    ;0004
    ScriptErrorCache="Display a notification about every script error"
    ExplainScriptErrorCache="Enabled = string value of yes, Disabled = string value no"

    ;0003
    DisableDebugger="Disable script debugging (Other)"
    ExplainDisableDebugger="Enabled = string value of yes, Disabled = string value no"

    ;0002
    DisableUpdateCheck="Automatically check for Internet Explorer updates"
    ExplainDisableUpdateCheck="Enabled = reg value of 0, disable = reg value of 1"

    ;0001
    Encoding="Always send URLs as UTF-8"
    UTF8="Always send URLs as UTF-8 (requires restart)"
    ExplainEncoding="Enabled = reg value of 0, disable = reg value of 1"

    ;Global Generic Strings
    WindowsComponents="Windows Components"
    InternetExplorer="Internet Explorer"
    System="System"
    AdvancedSettings="Advanced Settings (Preference Settings)"
    BrowserSettings="Browser Settings"
    JavaVM="Microsoft VM"
    MMSettings="MultiMedia Settings"
    PrintSettings="Printing Settings"
    SecuritySettings="Security Settings"
    AccessibilitySettings="Accessibility Settings"
    SearchSettings="Search from the Addfress bar"
    HTTPSettings="HTTP 1.1 Settings"

  2. #2
    daphatty is offline Getting Started on GPanswers.com
    Join Date
    Dec 1969
    Posts
    1

    Default

    I am having trouble utilizing this custom ADM template. I am able to import the template and I can see the folder structure, but there aren't any settings showing up in the subfolders.

    My GP management station is on a Windows XP SP2 PC running the latest GPMC tool from MS. Any ideas?

    EDIT: Nevermind. Found the answer. http://www.gpanswers.com/community/viewtopic.php?t=997[/url]

  3. #3
    Guest

    Default

    Click on the words "Administrative Templates"
    then
    click View | FIlter
    and UNCHECK "Show only settings that can be fully managed."

    That'll show 'em.

  4. #4
    PreviousPoster is offline 100+ Helpful Posts! 50+ Helpful Posts
    Join Date
    Dec 1969
    Posts
    1,254

    Default

    right i'm far from an expert when it comes to ADM files but when I try and import the template I get an error saying

    the following error occurred [ADV file path] on line 9:

    Error 62 The corresponding string was not found in the [strings] section

    Found: !!windowscomponents

    The file can not be loaded


    We're trying to import these additional settings into a GPO (win 2k3 server with SP2, GPMC with SP1, XP clients)

    Any help would be grately appreciated :-)

    Thanks

  5. #5
    PreviousPoster is offline 100+ Helpful Posts! 50+ Helpful Posts
    Join Date
    Dec 1969
    Posts
    1,254

    Default

    The ADM File didnt work for me either, so I re-created it according to the data provided. Hope this works


    [code:1]

    CLASS USER



    CATEGORY "!!InternetExplorer"
    CATEGORY "!!AdvancedSettings"
    CATEGORY "!!BrowserSettings"
    KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\In ternet Settings"



    POLICY "!!Encoding"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEncoding"

    #endif

    VALUENAME "UrlEncoding"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!Encoding



    POLICY "!!DisableUpdateCheck"



    #if VERSION >= 3

    EXPLAIN "!!ExplainDisableUpdateCheck"

    #endif

    VALUENAME "NoUpdateCheck"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!DisableUpdateCheck



    POLICY "!!DisableDebugger"



    #if VERSION >= 3

    EXPLAIN "!!ExplainDisableDebugger"

    #endif

    VALUENAME "Disable Script Debugger"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!DisableDebugger



    POLICY "!!ScriptErrorCache"



    #if VERSION >= 3

    EXPLAIN "!!ExplainScriptErrorCache"

    #endif

    VALUENAME "Error Dlg Displayed On Every Error"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!ScriptErrorCache



    POLICY "!!WebBasedFTP"



    #if VERSION >= 3

    EXPLAIN "!!ExplainWebBasedFTP"

    #endif

    VALUENAME "Use Web Based FTP"

    VALUEON "no"

    VALUEOFF "yes"



    END POLICY ; !!WebBasedFTP



    POLICY "!!PageTransitions"



    #if VERSION >= 3

    EXPLAIN "!!ExplainPageTransitions"

    #endif

    VALUENAME "Page_Transitions"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!PageTransitions



    POLICY "!!FriendlyErrorText"



    #if VERSION >= 3

    EXPLAIN "!!ExplainFriendlyErrorText"

    #endif

    VALUENAME "Friendly http errors"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!FriendlyErrorText



    POLICY "!!FriendlyURLs"



    #if VERSION >= 3

    EXPLAIN "!!ExplainFriendlyURLs"

    #endif

    VALUENAME "Show_FullURL"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!FriendlyURLs



    POLICY "!!GoButton"



    #if VERSION >= 3

    EXPLAIN "!!ExplainGoButton"

    #endif

    VALUENAME "ShowGoButton"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!GoButton



    POLICY "!!UnderlineLinks"



    #if VERSION >= 3

    EXPLAIN "!!ExplainUnderlineLinks"

    #endif



    PART "Underline Links :" DROPDOWNLIST

    VALUENAME "Anchor Underline"

    ITEMLIST

    NAME "!!Always"

    VALUE "yes"

    DEFAULT

    NAME "!!Never"

    VALUE "no"

    NAME "!!Hover"

    VALUE "hover"

    END ITEMLIST

    END PART



    END POLICY ; !!UnderlineLinks



    POLICY "!!SmoothScrolling"



    #if VERSION >= 3

    EXPLAIN "!!ExplainSmoothScrolling"

    #endif

    VALUENAME "SmoothScroll"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!SmoothScrolling



    POLICY "!!DisableDebuggerIE"



    #if VERSION >= 3

    EXPLAIN "!!ExplainDisableDebuggerIE"

    #endif

    VALUENAME "DisableScriptDebuggerIE"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!DisableDebuggerIE



    POLICY "!!NWDownloadsComplete"



    #if VERSION >= 3

    EXPLAIN "!!ExplainNWDownloadsComplete"

    #endif

    VALUENAME "NotifyDownloadComplete"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!NWDownloadsComplete



    POLICY "!!MoveSystemCaret"



    #if VERSION >= 3

    EXPLAIN "!!ExplainMoveSystemCaret"

    #endif

    VALUENAME "Move System Caret"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!MoveSystemCaret



    POLICY "!!CloseUnusedFolders"



    #if VERSION >= 3

    EXPLAIN "!!ExplainCloseUnusedFolders"

    #endif

    VALUENAME "NscSingleExpand"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!CloseUnusedFolders



    POLICY "!!EnablePFM"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnablePFM"

    #endif

    VALUENAME "FavIntelliMenus"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!EnablePFM



    POLICY "!!EnablethirdPartyBrowser"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnablethirdPartyBrowser"

    #endif

    VALUENAME "Enable Browser Extensions"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!EnablethirdPartyBrowser



    POLICY "!!ForceOffScreenComp"



    #if VERSION >= 3

    EXPLAIN "!!ExplainForceOffScreenComp"

    #endif

    VALUENAME "Force Offscreen Composition"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!ForceOffScreenComp



    POLICY "!!UsePassiveFTP"



    #if VERSION >= 3

    EXPLAIN "!!ExplainUsePassiveFTP"

    #endif

    VALUENAME "Use PASV"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!UsePassiveFTP



    POLICY "!!EOfflineItems"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEOfflineItems"

    #endif

    VALUENAME "NoScheduledUpdates"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!EOfflineItems



    POLICY "!!UseInlineAutoComplete"



    #if VERSION >= 3

    EXPLAIN "!!ExplainUseInlineAutoComplete"

    #endif

    VALUENAME " Append Completion"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!UseInlineAutoComplete



    POLICY "!!EnableInstallOnDemandIE"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableInstallOnDemandIE"

    #endif

    VALUENAME "NoJITSetup"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!EnableInstallOnDemandIE



    POLICY "!!EnableInstallOnDemandOther"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableInstallOnDemandOther"

    #endif

    VALUENAME "NoWebJITSetup"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!EnableInstallOnDemandOther



    POLICY "!!EnableVisualStyles"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableVisualStyles"

    #endif

    VALUENAME "UseThemes"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!EnableVisualStyles



    POLICY "!!ReuseWinforShortcut"



    #if VERSION >= 3

    EXPLAIN "!!ExplainReuseWinforShortcut"

    #endif

    VALUENAME "AllowWindowReuse"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!ReuseWinforShortcut



    POLICY "!!WhenSearching"



    #if VERSION >= 3

    EXPLAIN "!!ExplainWhenSearching"

    #endif



    PART "!!URLFails" DROPDOWNLIST

    VALUENAME "AutoSearch"

    ITEMLIST

    NAME "!!AutoSearch6"

    VALUE NUMERIC 6

    DEFAULT

    NAME "!!AutoSearch5"

    VALUE NUMERIC 5

    NAME "!!AutoSearch4"

    VALUE NUMERIC 4

    NAME "!!AutoSearch0"

    VALUE NUMERIC 0

    END ITEMLIST

    END PART



    END POLICY ; !!WhenSearching



    POLICY "!!EnableHttp1_1"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableHttp1_1"

    #endif

    VALUENAME "EnableHttp1_1"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!EnableHttp1_1



    POLICY "!!EnableProxyHttp1_1"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableProxyHttp1_1"

    #endif

    VALUENAME "ProxyHttp1.1"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!EnableProxyHttp1_1



    END CATEGORY ; !!BrowserSettings



    CATEGORY "!!JavaVM"

    KEYNAME "Software\Microsoft\Java VM"



    POLICY "!!JIT"



    #if VERSION >= 3

    EXPLAIN "!!ExplainJIT"

    #endif

    VALUENAME "EnableJIT"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!JIT



    POLICY "!!EnableJavaConsole"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableJavaConsole"

    #endif

    VALUENAME "EnableJavaConsole"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!EnableJavaConsole



    POLICY "!!EnableJavaLogging"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableJavaLogging"

    #endif

    VALUENAME "EnableLogging"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!EnableJavaLogging



    END CATEGORY ; !!JavaVM



    CATEGORY "!!MMSettings"

    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main"



    POLICY "!!RestrictAutoImageResize"



    #if VERSION >= 3

    EXPLAIN "!!ExplainRestrictAutoImageResize"

    #endif

    VALUENAME "Enable AutoImageResize"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!RestrictAutoImageResize



    POLICY "!!ShowAnimations"



    #if VERSION >= 3

    EXPLAIN "!!ExplainShowAnimations"

    #endif

    VALUENAME "Play_Animations"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!ShowAnimations



    POLICY "!!PlaySounds"



    #if VERSION >= 3

    EXPLAIN "!!ExplainPlaySounds"

    #endif

    VALUENAME "Play_Background_Sounds"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!PlaySounds



    POLICY "!!ShowVideos"



    #if VERSION >= 3

    EXPLAIN "!!ExplainShowVideos"

    #endif

    VALUENAME "Display Inline Videos"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!ShowVideos



    POLICY "!!ShowPlaceholders"



    #if VERSION >= 3

    EXPLAIN "!!ExplainShowPlaceholders"

    #endif

    VALUENAME "Show image placeholders"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!ShowPlaceholders



    POLICY "!!ShowPictures"



    #if VERSION >= 3

    EXPLAIN "!!ExplainShowPictures"

    #endif

    VALUENAME "Display Inline Images"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!ShowPictures



    POLICY "!!SmartImageDithering"



    #if VERSION >= 3

    EXPLAIN "!!ExplainSmartImageDithering"

    #endif

    VALUENAME "SmartDithering"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!SmartImageDithering



    POLICY "!!EnableImageToolbar"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableImageToolbar"

    #endif

    VALUENAME "Enable_MyPics_Hoverbar"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!EnableImageToolbar



    END CATEGORY ; !!MMSettings



    CATEGORY "!!PrintSettings"

    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main"



    POLICY "!!BackgroundColors"



    #if VERSION >= 3

    EXPLAIN "!!ExplainBackgroundColors"

    #endif

    VALUENAME "Print_Background"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!BackgroundColors



    END CATEGORY ; !!PrintSettings



    CATEGORY "!!SecuritySettings"

    KEYNAME "Software\Microsoft\Windows\CurrentVersion\In ternet Settings"



    POLICY "!!DNSaveEncrypted"



    #if VERSION >= 3

    EXPLAIN "!!ExplainDNSaveEncrypted"

    #endif

    VALUENAME "DisableCachingOfSSLPages"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!DNSaveEncrypted



    POLICY "!!ProfileAssistant"



    #if VERSION >= 3

    EXPLAIN "!!ExplainProfileAssistant"

    #endif

    VALUENAME "Enabled"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!ProfileAssistant



    POLICY "!!WarnifChanging"



    #if VERSION >= 3

    EXPLAIN "!!ExplainWarnifChanging"

    #endif

    VALUENAME "WarnonZoneCrossing"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!WarnifChanging



    POLICY "!!WarnifSubmitRedirected"



    #if VERSION >= 3

    EXPLAIN "!!ExplainWarnifSubmitRedirected"

    #endif

    VALUENAME "WarnOnPostRedirect"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!WarnifSubmitRedirected



    POLICY "!!CheckExeSignatures"



    #if VERSION >= 3

    EXPLAIN "!!ExplainCheckExeSignatures"

    #endif

    VALUENAME "CheckExeSignatures"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!CheckExeSignatures



    POLICY "!!EmptyTempInternetFiles"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEmptyTempInternetFiles"

    #endif

    VALUENAME "Persistent"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!EmptyTempInternetFiles



    POLICY "!!CertificateRevocation"



    #if VERSION >= 3

    EXPLAIN "!!ExplainCertificateRevocation"

    #endif

    VALUENAME "CertificateRevocation"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!CertificateRevocation



    POLICY "!!SaveEncrytedFilesToDisk"



    #if VERSION >= 3

    EXPLAIN "!!ExplainSaveEncrytedFilesToDisk"

    #endif

    VALUENAME "DisableCachingOfSSLPages"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!SaveEncrytedFilesToDisk



    POLICY "!!EnableSSL2SSL3&TLS1"



    #if VERSION >= 3

    EXPLAIN "!!ExplainEnableSSL2SSL3&TLS1"

    #endif



    PART "Enable SSL2, SSL3 or TLS1 :" DROPDOWNLIST

    VALUENAME "SecureProtocols"

    ITEMLIST

    NAME "!!EnableSSL2Only"

    VALUE NUMERIC 8

    DEFAULT

    NAME "!!EnableSSL3Only"

    VALUE NUMERIC 32

    NAME "!!EnableTSL1Only"

    VALUE NUMERIC 128

    NAME "!!Enable23"

    VALUE NUMERIC 40

    NAME "!!Enable21"

    VALUE NUMERIC 136

    NAME "!!Enable31"

    VALUE NUMERIC 160

    NAME "!!Enable231"

    VALUE NUMERIC 168

    END ITEMLIST

    END PART



    END POLICY ; !!EnableSSL2SSL3&TLS1



    POLICY "!!WarnaboutISC"



    #if VERSION >= 3

    EXPLAIN "!!ExplainWarnaboutISC"

    #endif

    VALUENAME "WarnonBadCertRecving"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!WarnaboutISC



    POLICY "!!AllowActiveCD"



    #if VERSION >= 3

    EXPLAIN "!!ExplainAllowActiveCD"

    #endif

    VALUENAME "LOCALMACHINE_CD_UNLOCK"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!AllowActiveCD



    POLICY "!!AllowActiveFiles"



    #if VERSION >= 3

    EXPLAIN "!!ExplainAllowActiveFiles"

    #endif

    VALUENAME "iexplore.exe"

    VALUEON NUMERIC 0

    VALUEOFF NUMERIC 1



    END POLICY ; !!AllowActiveFiles



    POLICY "!!AllowSoftwareInstall"



    #if VERSION >= 3

    EXPLAIN "!!ExplainAllowSoftwareInstall"

    #endif

    VALUENAME "RunInvalidSignatures"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!AllowSoftwareInstall



    POLICY "!!CheckPubCertRev"



    #if VERSION >= 3

    EXPLAIN "!!ExplainCheckPubCertRev"

    #endif

    VALUENAME "State"

    VALUEON NUMERIC 146432

    VALUEOFF NUMERIC 146944



    END POLICY ; !!CheckPubCertRev



    POLICY "!!CookieHandling"



    #if VERSION >= 3

    EXPLAIN "!!ExplainCookieHandling"

    #endif

    VALUENAME "PrivacyAdvanced"

    VALUEON NUMERIC 1

    VALUEOFF NUMERIC 0



    END POLICY ; !!CookieHandling



    END CATEGORY ; !!SecuritySettings



    CATEGORY "!!AccessibilitySettings"

    KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Main"



    POLICY "!!ExpandALTTAI"



    #if VERSION >= 3

    EXPLAIN "!!ExplainExpandALTTAI"

    #endif

    VALUENAME "Expand Alt Text"

    VALUEON "yes"

    VALUEOFF "no"



    END POLICY ; !!ExpandALTTAI



    END CATEGORY ; !!AccessibilitySettings



    END CATEGORY ; !!AdvancedSettings



    END CATEGORY ; !!InternetExplorer




    [STRINGS]

    ="CookieHandling"

    AccessibilitySettings ="Accessibility Settings"

    AdvancedSettings ="Advanced Settings (Preference Settings)"

    AllowActiveCD ="Allow active content from CD's to run on my computer"

    AllowActiveFiles ="Allow active content to run in files on my computer"

    AllowSoftwareInstall ="Allow software to run or install even if the signature is invalid"

    Always ="Always"

    AutoSearch0 ="Do not search from the address bar"

    AutoSearch4 ="Just display the results in the main window"

    AutoSearch5 ="Just go to the most likely site"

    AutoSearch6 ="Display results, and go to the most likely site"

    BackgroundColors ="Print background colors and images"

    BrowserSettings ="Browser Settings"

    CertificateRevocation ="Check for server certificate revocation"

    CheckExeSignatures ="Check for signatures on downloaded programs"

    CheckPubCertRev ="Check for Publishers certificate revocation"

    CloseUnusedFolders ="Close unused folders in history and favorites"

    CookieHandling ="Override Automatic Cookie Handling"

    DisableDebugger ="Disable script debugging (Other)"

    DisableDebuggerIE ="Disable Script Debugging (Internet Explorer)"

    DisableUpdateCheck ="Automatically check for Internet Explorer updates"

    DNSaveEncrypted ="Do not save encrypted pages to disk"

    EmptyTempInternetFiles ="Empty temporary internet files folder when browser is closed"

    Enable21 ="Enable SSL 2.0 & TLS 1.0"

    Enable23 ="Enable SSL 2.0 & SSL 3.0"

    Enable231 ="Enable SSL 2.0, SSL 3.0 & TLS 1.0"

    Enable31 ="Enable SSL 3.0 & TLS 1.0"

    EnableHttp1_1 ="Use HTTP 1.1"

    EnableImageToolbar ="Enable Image Toolbar"

    EnableInstallOnDemandIE ="Enable Install on Demand (Internet Explorer)"

    EnableInstallOnDemandOther ="Enable Install on Demand (Other)"

    EnableJavaConsole ="Enable Java Console"

    EnableJavaLogging ="Java Logging Enabled"

    EnablePFM ="Enable Personalised Favorites Menu"

    EnableProxyHttp1_1 ="Use HTTP 1.1 through proxy connections"

    EnableSSL2Only ="Enable SSL 2.0 Only"

    EnableSSL2SSL3&TLS1 ="Use SSL2, SSL3, and TLS1"

    EnableSSL3Only ="Enable SSL 3.0 Only"

    EnablethirdPartyBrowser ="Enable third-party browser extensions"

    EnableTSL1Only ="Enable TLS 1.0 Only"

    EnableVisualStyles ="Enable visual styles on buttons and controls in web pages"

    Encoding ="Always send URLs as UTF-8"

    EOfflineItems ="Enable offline items to be synchronised on a schedule"

    ExpandALTTAI ="Always Expand ALT text for images"

    ExplainAllowActiveCD =""

    ExplainAllowActiveFiles =""

    ExplainAllowSoftwareInstall =""

    ExplainBackgroundColors =""

    ExplainCertificateRevocation =""

    eXPLAINCheckExeSignatures =""

    ExplainCheckPubCertRev =""

    ExplainCloseUnusedFolders =""

    ExplainCookieHandling =""

    ExplainDisableDebugger ="Enabled = string value of yes, Disabled = string value no"

    ExplainDisableDebuggerIE =""

    ExplainDisableUpdateCheck ="Enabled = reg value of 0, disable = reg value of 1"

    ExplainDNSaveEncrypted =""

    ExplainEmptyTempInternetFiles =""

    ExplainEnableHttp1_1 =""

    ExplainEnableImageToolbar =""

    ExplainEnableInstallOnDemandIE =""

    ExplainEnableInstallOnDemandOther =""

    ExplainEnableJavaConsole =""

    ExplainEnableJavaLogging =""

    ExplainEnablePFM =""

    ExplainEnableProxyHttp1_1 =""

    ExplainEnableSSL2SSL3&TLS1 =""

    ExplainEnablethirdPartyBrowser =""

    ExplainEnableVisualStyles =""

    ExplainEncoding ="Enabled = reg value of 0, disable = reg value of 1"

    ExplainEOfflineItems =""

    ExplainExpandALTTAI =""

    ExplainForceOffScreenComp =""

    ExplainFriendlyErrorText ="Enabled = string value of yes, Disabled = string value no"

    ExplainFriendlyURLs ="Enabled = reg value of 0, disable = reg value of 1"

    ExplainGoButton ="Enabled = string value of yes, Disabled = string value no"

    ExplainJIT ="Enabled = reg value of 0, disable = reg value of 1"

    ExplainMoveSystemCaret =""

    ExplainNWDownloadsComplete =""

    ExplainPageTransitions ="Enabled = reg value of 0, disable = reg value of 1"

    ExplainPlaySounds =""

    ExplainProfileAssistant =""

    ExplainRestrictAutoImageResize ="Enabled = string value of yes, Disabled = string value no"

    ExplainReuseWinforShortcut =""

    ExplainSaveEncrytedFilesToDisk =""

    ExplainScriptErrorCache ="Enabled = string value of yes, Disabled = string value no"

    ExplainShowAnimations =""

    ExplainShowPictures =""

    ExplainShowPlaceholders =""

    ExplainShowVideos =""

    ExplainSmartImageDithering =""

    ExplainSmoothScrolling ="Enabled = reg value of 0, disable = reg value of 1"

    ExplainUnderlineLinks ="Enabled = string values of yes, no and hover"

    ExplainUseInlineAutoComplete =""

    ExplainUsePassiveFTP =""

    ExplainWarnaboutISC =""

    ExplainWarnifChanging =""

    ExplainWarnifSubmitRedirected =""

    ExplainWebBasedFTP ="Enabled = string value of yes, Disabled = string value no"

    ExplainWhenSearching =""

    ForceOffScreenComp ="Force off-screen compositing even under Terminal Server"

    FriendlyErrorText ="Show friendly http error messages"

    FriendlyURLs ="Show friendly URLs"

    GoButton ="Show Go button in Address bar"

    Hover ="Hover"

    HTTPSettings ="HTTP 1.1 Settings"

    InternetExplorer ="Internet Explorer"

    JavaVM ="Microsoft VM"

    JIT ="Microsoft VM JIT compiler enabled"

    MMSettings ="MultiMedia Settings"

    MoveSystemCaret ="Move system caret with focus/selection changes"

    Never ="Never"

    NWDownloadsComplete ="Notify when downloads complete"

    PageTransitions ="Enable page transitions"

    PlaySounds ="Play sounds in web pages"

    PrintSettings ="Printing Settings"

    ProfileAssistant ="Enable Profile Assistant"

    RestrictAutoImageResize ="Enable Automatic Image Resizing"

    ReuseWinforShortcut ="Reuse windows for launching shortcuts"

    SaveEncrytedFilesToDisk ="Do not save encrypted files to disk"

    ScriptErrorCache ="Display a notification about every script error"

    SearchSettings ="Search from the Address bar"

    SecuritySettings ="Security Settings"

    ShowAnimations ="Play animations"

    ShowPictures ="Show pictures"

    ShowPlaceholders ="Show image download placeholders"

    ShowVideos ="Play videos"

    SmartImageDithering ="Smart image dithering"

    SmoothScrolling ="Use smooth scrolling"

    System ="System"

    UnderlineLinks ="Underline links"

    URLFails ="When searching from the address bar:"

    UseInlineAutoComplete ="Use inline autocomplete"

    UsePassiveFTP ="Use Passive FTP (for firewall and DSL modem compatibility)"

    UTF8 ="Always send URLs as UTF-8 (requires restart)"

    WarnaboutISC ="Warn about invalid site certificates"

    WarnifChanging ="Warn if changing between secure and not secure mode"

    WarnifSubmitRedirected ="Warn if forms submit is being redirected"

    WebBasedFTP ="Enable folder view for FTP sites"

    WhenSearching ="When Searching"

    WindowsComponents ="Windows Components"

    [/code]

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO