home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / CHIP_08_2003.iso / Chip / service / Wm99xme / MPSetup.exe / wmplayer.adm < prev    next >
Encoding:
Windows Policy Administrative Template - Unicode  |  2002-10-31  |  63.8 KB  |  653 lines

  1. CLASS MACHINE
  2. CATEGORY !!WindowsComponents
  3.  
  4.     CATEGORY !!WMPCat
  5.         POLICY !!DisableSetupFirstUseConfiguration
  6.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  7.  
  8.             #if version >= 4
  9.                 SUPPORTED !!SUPPORTED_WMP9
  10.             #endif
  11.  
  12.             EXPLAIN !!DisableSetupFirstUseConfigurationExplain
  13.             VALUENAME "GroupPrivacyAcceptance"
  14.             VALUEON  NUMERIC 1
  15.                 VALUEOFF NUMERIC 0
  16.         END POLICY
  17.  
  18.         POLICY !!PreventWMPDeskTopShortcut
  19.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  20.  
  21.             #if version >= 4
  22.                 SUPPORTED !!SUPPORTED_WMP9
  23.             #endif
  24.  
  25.             EXPLAIN !!PreventWMPDeskTopShortcutExplain
  26.             VALUENAME "DesktopShortcut"
  27.             VALUEON "no"
  28.                 VALUEOFF "yes"
  29.         END POLICY
  30.  
  31.         POLICY !!PreventQuickLaunchShortcut
  32.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  33.  
  34.             #if version >= 4
  35.                 SUPPORTED !!SUPPORTED_WMP9
  36.             #endif
  37.  
  38.             EXPLAIN !!PreventQuickLaunchShortcutExplain
  39.             VALUENAME "QuickLaunchShortcut"
  40.             VALUEON "no"
  41.                 VALUEOFF "yes"
  42.         END POLICY
  43.  
  44.         POLICY !!DisableAutoUpdate
  45.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  46.  
  47.             #if version >= 4
  48.                 SUPPORTED !!SUPPORTED_WMP9
  49.             #endif
  50.  
  51.             EXPLAIN !!DisableAutoUpdateExplain
  52.             VALUENAME "DisableAutoUpdate"
  53.             VALUEON  NUMERIC 1
  54.                 VALUEOFF NUMERIC 0
  55.         END POLICY
  56.  
  57.         POLICY !!DontUseFrameInterpolation
  58.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  59.             #if version >= 4
  60.                 SUPPORTED !!SUPPORTED_WMP9
  61.             #endif
  62.             EXPLAIN !!DontUseFrameInterpolationExplain
  63.             VALUENAME "DontUseFrameInterpolation"
  64.             VALUEON  NUMERIC 1
  65.                 VALUEOFF NUMERIC 0
  66.             END POLICY
  67.         END CATEGORY
  68. END CATEGORY
  69.  
  70.  
  71. CLASS USER
  72. CATEGORY !!WindowsComponents
  73.  
  74.     CATEGORY !!WMPCat
  75.  
  76.         POLICY !!PreventCDDVDMetadataRetrieval
  77.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  78.  
  79.             #if version >= 4
  80.                 SUPPORTED !!SUPPORTED_WMP9
  81.             #endif
  82.  
  83.             EXPLAIN !!PreventCDDVDMetadataRetrievalExplain
  84.             VALUENAME "PreventCDDVDMetadataRetrieval"
  85.             VALUEON NUMERIC 1
  86.                 VALUEOFF NUMERIC 0
  87.         END POLICY
  88.  
  89.         POLICY !!PreventMusicFileMetadataRetrieval
  90.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  91.  
  92.             #if version >= 4
  93.                 SUPPORTED !!SUPPORTED_WMP9
  94.             #endif
  95.  
  96.             EXPLAIN !!PreventMusicFileMetadataRetrievalExplain
  97.             VALUENAME "PreventMusicFileMetadataRetrieval"
  98.             VALUEON NUMERIC 1
  99.                 VALUEOFF NUMERIC 0
  100.         END POLICY
  101.  
  102.         CATEGORY !!WMPCatUI
  103.  
  104.             POLICY !!HidePrivacyTab
  105.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  106.  
  107.                 #if version >= 4
  108.                     SUPPORTED !!SUPPORTED_WMP9
  109.                 #endif
  110.  
  111.                 EXPLAIN !!HidePrivacyTabExplain
  112.                 VALUENAME "HidePrivacyTab"
  113.                 VALUEON NUMERIC 1
  114.                     VALUEOFF NUMERIC 0
  115.             END POLICY
  116.  
  117.             POLICY !!HideSecurityTab
  118.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  119.  
  120.                 #if version >= 4
  121.                     SUPPORTED !!SUPPORTED_WMP9
  122.                 #endif
  123.  
  124.                 EXPLAIN !!HideSecurityTabExplain
  125.                 VALUENAME "HideSecurityTab"
  126.                 VALUEON NUMERIC 1
  127.                     VALUEOFF NUMERIC 0
  128.             END POLICY
  129.  
  130.             POLICY !!SkinLockDown
  131.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  132.                             
  133.                 #if version >= 4
  134.                     SUPPORTED !!SUPPORTED_WMP8
  135.                 #endif
  136.  
  137.                 EXPLAIN !!SKinLockDownExplain
  138.                 VALUENAME "SetAndLockSkin"
  139.                 VALUEON NUMERIC 1
  140.                     VALUEOFF NUMERIC 0
  141.  
  142.                 PART !!LockSkin EDITTEXT
  143.                     VALUENAME "DefaultSkin"
  144.                 END PART
  145.  
  146.             END POLICY
  147.  
  148.                 POLICY !!DoNotShowAnchor
  149.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  150.  
  151.                 #if version >= 4
  152.                     SUPPORTED !!SUPPORTED_WMP8
  153.                 #endif
  154.  
  155.                 EXPLAIN !!DonNotShowAnchorExplain
  156.                 VALUENAME "DoNotShowAnchor"
  157.                 VALUEON NUMERIC 1
  158.                     VALUEOFF NUMERIC 0
  159.             END POLICY
  160.                 
  161.  
  162.         END CATEGORY
  163.  
  164.         CATEGORY !!WMPCatContent
  165.  
  166.             POLICY !!PolicyCodecUpdate
  167.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  168.  
  169.                 #if version >= 4
  170.                     SUPPORTED !!SUPPORTED_WMP8
  171.                 #endif
  172.  
  173.                 EXPLAIN !!ExplainCodecDownload
  174.                 VALUENAME "PreventCodecDownload"
  175.                 VALUEON NUMERIC 1
  176.                     VALUEOFF NUMERIC 0
  177.             END POLICY
  178.  
  179.             POLICY !!EnableScreenSaver
  180.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  181.  
  182.                 #if version >= 4
  183.                     SUPPORTED !!SUPPORTED_WMP9
  184.                 #endif
  185.  
  186.                 EXPLAIN !!EnableScreenSaverExplain
  187.                 VALUENAME "EnableScreenSaver"
  188.                 VALUEON  NUMERIC 1
  189.                     VALUEOFF NUMERIC 0
  190.             END POLICY
  191.  
  192.         END CATEGORY
  193.  
  194.  
  195.         CATEGORY !!WMPNETWORK
  196.  
  197.             POLICY !!DisableNetworkSettings
  198.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  199.  
  200.                 #if version >= 4
  201.                     SUPPORTED !!SUPPORTED_WMP8
  202.                 #endif
  203.  
  204.                 EXPLAIN !!ExplainDisableNetworkSettings
  205.                 VALUENAME "HideNetworkTab"
  206.                 VALUEON NUMERIC 1
  207.                     VALUEOFF NUMERIC 0
  208.             END POLICY
  209.  
  210.             POLICY !!WindowsStreamingMediaProtocols
  211.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols"
  212.  
  213.                 #if version >= 4
  214.                     SUPPORTED !!SUPPORTED_WMP8
  215.                 #endif
  216.  
  217.                 EXPLAIN !!WindowsStreamingMediaProtocolsExplain
  218.                 VALUENAME "WindowsMediaStreamingProtocols"
  219.                 VALUEON NUMERIC 1
  220.                     VALUEOFF NUMERIC 0
  221.  
  222.                 PART !!ProtocolsLabel TEXT
  223.                 END PART
  224.  
  225.                 PART !!MultiCastCheckBox CHECKBOX
  226.                     VALUENAME "Multicast"
  227.                     VALUEON NUMERIC 1
  228.                         VALUEOFF NUMERIC 0
  229.                 END PART
  230.  
  231.                 PART !!UDPCheckBox CHECKBOX
  232.                     VALUENAME "UDP"
  233.                     VALUEON NUMERIC 1
  234.                         VALUEOFF NUMERIC 0
  235.                 END PART
  236.                 
  237.                 PART !!UDPPorts EDITTEXT
  238.                     VALUENAME "UDPPorts"
  239.                 END PART
  240.  
  241.                 PART !!TCPCheckBox CHECKBOX
  242.                     VALUENAME "TCP"
  243.                     VALUEON NUMERIC 1
  244.                         VALUEOFF NUMERIC 0
  245.                 END PART
  246.  
  247.                 PART !!HTTPCheckBox CHECKBOX
  248.                     VALUENAME "HTTP"
  249.                     VALUEON NUMERIC 1
  250.                         VALUEOFF NUMERIC 0
  251.                 END PART                
  252.             END POLICY
  253.  
  254.             POLICY !!ConfigureHTTPProxySettings
  255.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols\HTTP"
  256.  
  257.                 #if version >= 4
  258.                     SUPPORTED !!SUPPORTED_WMP8
  259.                 #endif
  260.  
  261.                 EXPLAIN !!ConfigureHTTPProxySettingsExplain
  262.  
  263.                 VALUENAME "ProxyPolicy"
  264.                 VALUEON NUMERIC 1
  265.                     VALUEOFF NUMERIC 0
  266.  
  267.                 PART !!Proxytype DROPDOWNLIST
  268.                     VALUENAME "ProxyType"
  269.                     ITEMLIST
  270.                         NAME !!Autodetect
  271.                         VALUE NUMERIC 3
  272.                         ACTIONLIST
  273.                             VALUENAME "AutodetectProxy"
  274.                             VALUE NUMERIC 1
  275.  
  276.                             VALUENAME "UseProxy"
  277.                             VALUE DELETE
  278.  
  279.                             VALUENAME "UseBrowserProxy"
  280.                             VALUE DELETE
  281.                         END ACTIONLIST
  282.  
  283.                         NAME !!Custom
  284.                         VALUE NUMERIC 2
  285.                         ACTIONLIST
  286.                             VALUENAME "UseProxy"
  287.                             VALUE NUMERIC 1
  288.  
  289.                             VALUENAME "AutodetectProxy"
  290.                             VALUE DELETE
  291.  
  292.                             VALUENAME "UseBrowserProxy"
  293.                             VALUE DELETE
  294.                         END ACTIONLIST
  295.  
  296.                         NAME !!UseBrowserProxySettings
  297.                         VALUE NUMERIC 1
  298.                         ACTIONLIST
  299.                             VALUENAME "UseBrowserProxy"
  300.                             VALUE NUMERIC 1
  301.  
  302.                             VALUENAME "AutodetectProxy"
  303.                             VALUE DELETE
  304.  
  305.                             VALUENAME "UseProxy"
  306.                             VALUE DELETE
  307.                         END ACTIONLIST
  308.  
  309.                     END ITEMLIST
  310.                     REQUIRED
  311.                 END PART
  312.  
  313.                 PART !!OptionsForCustomProxyOnly TEXT
  314.                 END PART
  315.         
  316.                 PART !!ProxyAddress EDITTEXT
  317.                     VALUENAME "ProxyAddress"
  318.                 END PART
  319.  
  320.                 PART !!ProxyPort NUMERIC                    
  321.                     VALUENAME "ProxyPort"
  322.                     MIN 1
  323.                     MAX 65535
  324.                     DEFAULT 80
  325.                 END PART
  326.  
  327.                 PART !!BypassProxyLocal CHECKBOX
  328.                     VALUENAME "BypassProxyLocal"
  329.                     VALUEON NUMERIC 1
  330.                     VALUEOFF NUMERIC 0
  331.                 END PART
  332.  
  333.                 PART !!DoNotUseProxyLocal EDITTEXT
  334.                     VALUENAME "BypassProxyLocalAddress"
  335.                 END PART
  336.         
  337.             END POLICY
  338.  
  339.             POLICY !!ConfigureMMSProxySettings
  340.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols\MMS"
  341.  
  342.                 #if version >= 4
  343.                     SUPPORTED !!SUPPORTED_WMP8
  344.                 #endif
  345.  
  346.                 EXPLAIN !!ConfigureMMSProxySettingsExplain
  347.                 VALUENAME "ProxyPolicy"
  348.                 VALUEON NUMERIC 1
  349.                     VALUEOFF NUMERIC 0
  350.  
  351.                 PART !!Proxytype DROPDOWNLIST
  352.                     VALUENAME "ProxyType"
  353.                     ITEMLIST
  354.                         NAME !!Autodetect
  355.                         VALUE NUMERIC 3
  356.                         ACTIONLIST
  357.                             VALUENAME "AutodetectProxy"
  358.                             VALUE NUMERIC 1
  359.  
  360.                             VALUENAME "UseProxy"
  361.                             VALUE DELETE
  362.                         END ACTIONLIST
  363.  
  364.                         NAME !!Custom
  365.                         VALUE NUMERIC 2
  366.                         ACTIONLIST
  367.                             VALUENAME "UseProxy"
  368.                             VALUE NUMERIC 1
  369.  
  370.                             VALUENAME "AutodetectProxy"
  371.                             VALUE DELETE
  372.                         END ACTIONLIST
  373.                     END ITEMLIST
  374.                     REQUIRED
  375.                 END PART
  376.  
  377.                 PART  !!OptionsForCustomProxyOnly  TEXT
  378.                 END PART
  379.         
  380.                 PART !!ProxyAddress EDITTEXT
  381.                     VALUENAME "ProxyAddress"
  382.                 END PART
  383.  
  384.                 PART !!ProxyPort NUMERIC
  385.                     VALUENAME "ProxyPort"
  386.                     MIN 1
  387.                     MAX 65535
  388.                     DEFAULT 80
  389.                 END PART
  390.  
  391.                 PART !!BypassProxyLocal CHECKBOX
  392.                     VALUENAME "BypassProxyLocal"
  393.                     VALUEON NUMERIC 1
  394.                     VALUEOFF NUMERIC 0
  395.                 END PART
  396.  
  397.                 PART !!DoNotUseProxyLocal EDITTEXT
  398.                     VALUENAME "BypassProxyLocalAddress"
  399.                 END PART
  400.         
  401.             END POLICY
  402.  
  403.             POLICY !!ConfigureRTSPProxySettings
  404.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols\RTSP"
  405.  
  406.                 #if version >= 4
  407.                     SUPPORTED !!SUPPORTED_WMP9
  408.                 #endif
  409.  
  410.                 EXPLAIN !!ConfigureRTSPProxySettingsExplain
  411.                 VALUENAME "ProxyPolicy"
  412.                 VALUEON NUMERIC 1
  413.                     VALUEOFF NUMERIC 0
  414.  
  415.                 PART !!Proxytype DROPDOWNLIST
  416.                     VALUENAME "ProxyType"
  417.                     ITEMLIST
  418.                         NAME !!Autodetect
  419.                         VALUE NUMERIC 3
  420.                         ACTIONLIST
  421.                             VALUENAME "AutodetectProxy"
  422.                             VALUE NUMERIC 1
  423.  
  424.                             VALUENAME "UseProxy"
  425.                             VALUE DELETE
  426.                         END ACTIONLIST
  427.  
  428.                         NAME !!Custom
  429.                         VALUE NUMERIC 2
  430.                         ACTIONLIST
  431.                             VALUENAME "UseProxy"
  432.                             VALUE NUMERIC 1
  433.  
  434.                             VALUENAME "AutodetectProxy"
  435.                             VALUE DELETE
  436.                         END ACTIONLIST
  437.                     END ITEMLIST
  438.                     REQUIRED
  439.                 END PART
  440.  
  441.                 PART  !!OptionsForCustomProxyOnly  TEXT
  442.                 END PART
  443.         
  444.                 PART !!ProxyAddress EDITTEXT
  445.                     VALUENAME "ProxyAddress"
  446.                 END PART
  447.  
  448.                 PART !!ProxyPort NUMERIC
  449.                     VALUENAME "ProxyPort"
  450.                     MIN 1
  451.                     MAX 65535
  452.                     DEFAULT 80
  453.                 END PART
  454.  
  455.                 PART !!BypassProxyLocal CHECKBOX
  456.                     VALUENAME "BypassProxyLocal"
  457.                     VALUEON NUMERIC 1
  458.                     VALUEOFF NUMERIC 0
  459.                 END PART
  460.  
  461.                 PART !!DoNotUseProxyLocal EDITTEXT
  462.                     VALUENAME "BypassProxyLocalAddress"
  463.                 END PART
  464.         
  465.             END POLICY
  466.  
  467.             POLICY !!NetworkBuffering
  468.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  469.  
  470.                 #if version >= 4
  471.                     SUPPORTED !!SUPPORTED_WMP8
  472.                 #endif
  473.  
  474.                 EXPLAIN !!NetworkBufferingExplain
  475.                 VALUENAME "NetworkBufferingPolicy"
  476.                 VALUEON NUMERIC 1
  477.                         VALUEOFF NUMERIC 0
  478.                 PART !!BufferingTime DROPDOWNLIST
  479.                     VALUENAME "BufferingType"
  480.                     ITEMLIST
  481.                         NAME !!Default
  482.                         VALUE NUMERIC 1
  483.                         ACTIONLIST
  484.                             VALUENAME "UseDefaultBuffering"
  485.                             VALUE NUMERIC 1
  486.                         END ACTIONLIST
  487.  
  488.                         NAME !!Custom
  489.                         VALUE NUMERIC 2
  490.                         ACTIONLIST
  491.                             VALUENAME "UseDefaultBuffering"
  492.                             VALUE NUMERIC 0
  493.                         END ACTIONLIST
  494.                     END ITEMLIST
  495.                 END PART
  496.  
  497.                 PART "Everything below this line applies to Custom network buffering only." TEXT
  498.                 END PART
  499.  
  500.                 PART !!NetworkBuffering NUMERIC
  501.                     VALUENAME "NetworkBuffering"
  502.                     MIN 0
  503.                     MAX 60
  504.                     DEFAULT 3
  505.                 END PART
  506.  
  507.             END POLICY
  508.  
  509.         END CATEGORY
  510.  
  511.     END CATEGORY
  512.  
  513. END CATEGORY
  514.  
  515. [strings]
  516. WindowsComponents="Windows Components"
  517.  
  518. WMPCat="Windows Media Player"
  519.  
  520. WMPCatUI="User Interface"
  521.  
  522. WMPCatCOntent="Playback"
  523.  
  524. HidePrivacyTab="Hide Privacy Tab"
  525.  
  526. HidePrivacyTabExplain="Hides the Privacy tab.\n\nThis policy hides the Privacy tab in Windows Media Player. The default privacy settings are used for the options on the Privacy tab unless the user changed the settings previously.\n\nThe Update my music files (WMA and MP3 files) by retrieving missing media information from the Internet check box is on the Privacy and Media Library tabs. When this policy is enabled, the Update my music files (WMA and MP3 files) by retrieving missing media information from the Internet check box on the Media Library tab is available, even though the Privacy tab is hidden, unless the Prevent Music File Media Information Retrieval policy is enabled.\n\nWhen this policy is not configured or disabled, the Privacy tab is not hidden, and users can configure any privacy settings not configured by other polices."
  527.  
  528. HideSecurityTab="Hide Security Tab"
  529. HideSecurityTabExplain="Hides the Security tab.\n\nThis policy hides the Security tab in Windows Media Player. The default security settings for the options on the Security tab are used unless the user changed the settings previously.\n\nEven though this policy is enabled, users can still change security and zone settings by using Internet Explorer unless these settings have been hidden or disabled by Internet Explorer policies.\n\nWhen this policy is not configured or disabled, users can configure the security settings on the Security tab."
  530.  
  531. SkinLockDown="Set and Lock Skin"
  532.  
  533. SkinLockDownExplain="Enables Windows Media Player to be shown only in skin mode, using a specified skin.\n\nThis policy displays the Player only in skin mode by using the skin specified in the Skin box on the Setting tab.\n\nYou must use the complete file name for the skin (for example, skin_name.wmz), and the skin must be installed in the %programfiles%\Windows Media Player\Skins Folder on a user's computer. If the skin is not installed on a user's computer, or if the Skin box is blank, the Player opens by using the Corporate skin. The only way to specify the Corporate skin is to leave the skin box blank.\n\nA user has access only to the Player features that are available with the specified skin. Users cannot switch the Player to full mode and cannot choose a different skin.\n\nWhen this policy is not configured or disabled, users can display the Player in full or skin mode and have access to all available features of the Player."
  534.  
  535. LockSkin="Skin"
  536.  
  537.  
  538.  
  539. PolicyInternetConnection="Radio Presets URL"
  540.  
  541. LockOutFullMode="Lock out full mode"
  542.  
  543.  
  544. PolicyCodecUpdate="Prevent Codec Download"
  545.  
  546. ExplainCodecDownload="Prevents Windows Media Player from downloading codecs.\n\nThis policy prevents the Player from automatically downloading codecs to your computer. In addition, the Download codecs automatically check box on the Player tab in the Player is not available.\n\nWhen this policy is disabled, codecs are automatically downloaded and the Download codecs automatically check box is not available.\n\nWhen this policy is not configured, users can change the setting for the Download codecs automatically check box."
  547.  
  548.  
  549. DoNotShowAnchor="Do Not Show Anchor"
  550.  
  551. DonNotShowAnchorExplain="Prevents the anchor window from being displayed when Windows Media Player is in skin mode.\n\nThis policy hides the anchor window when the Player is in skin mode. In addition, the option on the Player tab in the Player that enables users to choose whether the anchor window displays is not available.\n\nWhen this policy is not configured or disabled, users can show or hide the anchor window when the Player is in skin mode by using the Player tab in the Player.\n\nWhen this policy is not configured and the Set and Lock Skin policy is enabled, some options in the anchor window are not available."
  552.  
  553. EnableScreenSaver="Allow Screen Saver"
  554.  
  555. EnableScreenSaverExplain="Enables a screen saver to interrupt playback.\n\nThis policy displays a screen saver during playback of digital media according to the options selected on the Screen Saver tab in the Display Properties dialog box in Control Panel. The Allow screen saver during playback check box on the Player tab in the Player is selected and is not available.\n\nWhen this policy is disabled, a screen saver does not interrupt playback even if users have selected a screen saver. The Allow screen saver during playback check box is cleared and is not available.\n\nWhen this policy is not configured, users can change the setting for the Allow screen saver during playback check box."
  556.  
  557. DontUseFrameInterpolation="Prevent Video Smoothing"
  558.  
  559. DontUseFrameInterpolationExplain="Prevents video smoothing from occurring.\n\nThis policy prevents video smoothing, which can improve video playback on computers with limited resources, from occurring. In addition, the Use Video Smoothing check box in the Video Acceleration Settings dialog box in the Player is cleared and is not available.\n\nWhen this policy is disabled, video smoothing can occur if necessary, and the Use Video Smoothing check box is selected and is not available.\n\nWhen this policy is not configured, video smoothing can occur if necessary. Users can change the setting for the Use Video Smoothing check box.\n\nVideo smoothing is available only on the Windows XP Home Edition and Windows XP Professional operating systems."
  560.  
  561. DisableAutoUpdate="Prevent Automatic Updates"
  562.  
  563. DisableAutoUpdateExplain="Prevents users from being prompted to update Windows Media Player.\n\nThis policy prevents the Player from being updated and prevents users with administrator rights from being prompted to update the Player if an updated version is available. The Check for Player Updates command on the Help menu in the Player is not available. In addition, none of the time intervals in the Check for updates section on the Player tab are selected or available.\n\nWhen this policy is not configured or disabled, Check for Player Updates is available only to users with administrator rights and they may be prompted to update the Player if an updated version is available. By default, users with administrator rights can select how frequently updates are checked for.\n\nUsers without administrator rights do not see Check for Player Updates and are never prompted to update the Player even without this policy."
  564.  
  565. PreventWMPDeskTopShortcut="Prevent Desktop Shortcut Creation"
  566.  
  567. PreventWMPDeskTopShortcutExplain="This policy prevents a shortcut icon for the Player from being added to the user's desktop.\n\nWhen this policy is not configured or disabled, users can choose whether to add the Player shortcut icon to their desktops."
  568.  
  569.  
  570. PreventQuickLaunchShortcut="Prevent Quick Launch Toolbar Shortcut Creation"
  571.  
  572. PreventQuickLaunchShortcutExplain="This policy prevents a shortcut for the Player from being added to the Quick Launch bar.\n\nWhen this policy is not configured or disabled, the user can choose whether to add the shortcut for the Player to the Quick Launch bar."
  573.  
  574.  
  575. WMPNetwork="Networking"
  576.  
  577. DisableNetworkSettings="Hide Network Tab"
  578.  
  579. ExplainDisableNetworkSettings="Hides the Network tab.\n\nThis policy hides the Network tab in Windows Media Player. The default network settings are used unless the user has previously defined network settings for the Player.\n\nWhen this policy is not configured or disabled, the Network tab appears and users can use it to configure network settings."
  580.  
  581. WindowsStreamingMediaProtocols="Streaming Media Protocols"
  582.  
  583. WindowsStreamingMediaProtocolsExplain="Specifies that the selected protocols are used when receiving streaming media from a server running Windows Media Services.\n\nThis policy specifies that the protocols selected on the Setting tab can be used to receive streaming media from a Windows Media server. This policy also specifies that multicast streams can be received if the Multicast check box on the Setting tab is selected.\n\nIf the UDP check box is selected on the Setting tab and the UDP Ports box is blank, Windows Media Player uses default ports when playing content from a Windows Media server. If the UDP check box is not selected, the information in the UDP Ports box is ignored.\n\nIf none of the protocols are selected when this policy is enabled, content from a Windows Media server cannot be played.\n\nWhen this policy is enabled or disabled, the Streaming protocols area of the Network tab in the Player is not available. If the Hide Network Tab policy is enabled, the entire Network tab is hidden.\n\nIf this policy is disabled, the Player cannot receive streaming media from a Windows Media Server.\n\nIf it is necessary to control the kind of streaming media that is received, it is recommended that other methods, such as firewalls, be used.\n\nIf this policy is not configured and the Hide Network Tab policy is not enabled, users can change the settings in the Streaming protocols section of the Network tab."
  584.  
  585. PreventCDDVDMetadataRetrieval="Prevent CD and DVD Media Information Retrieval"
  586. PreventCDDVDMetadataRetrievalExplain="Prevents media information for CDs and DVDs from being retrieved from the Internet.\n\nThis policy prevents the Player from automatically obtaining media information from the Internet for CDs and DVDs played by users. In addition, the Retrieve media information for CDs and DVDs from the Internet check box on the Privacy Options tab in the first use dialog box and on the Privacy tab in the Player are not selected and are not available.\n\nWhen this policy is not configured or disabled, users can change the setting of the Retrieve media information for CDs and DVDs from the Internet check box."
  587.  
  588. PreventMusicFileMetadataRetrieval="Prevent Music File Media Information Retrieval"
  589.  
  590. PreventMusicFileMetadataRetrievalExplain="Prevents media information for music files from being retrieved from the Internet.\n\nThis policy prevents the Player from automatically obtaining media information for music files such as Windows Media Audio (WMA) and MP3 files from the Internet. In addition, the Update my music files (WMA and MP3 files) by retrieving missing media information from the Internet check box in the first use dialog box and on the Privacy and Media Library tabs in the Player are not selected and are not available.\n\nWhen this policy is not configured or disabled, users can change the setting of the Update my music files (WMA and MP3 files) by retrieving missing media information from the Internet check box."
  591.  
  592.  
  593.  
  594. MultiCastCheckBox="Multicast"
  595.  
  596. UDPCheckBox="UDP"
  597.  
  598. UDPPorts="UDP Ports"
  599.  
  600. TCPCheckBox="TCP"
  601.  
  602. HTTPCheckBox="HTTP"
  603.  
  604. ConfigureHTTPProxySettings="Configure HTTP Proxy"
  605.  
  606. ConfigureHTTPProxySettingsExplain="Specifies the HTTP proxy settings for Windows Media Player.\n\nThis policy specifies the proxy settings for the HTTP protocol. When this policy is enabled, a proxy type (Autodetect, Custom, or Use browser proxy settings) must be selected. Autodetect means that the proxy settings are automatically detected. Custom means that unique proxy settings are used. Use browser proxy settings means that the proxy settings of the browser are used.\n\nIf the Custom proxy type is selected, the rest of the options on the Setting tab must be specified because no default settings are used for the proxy. The options are ignored if Autodetect or Browser is selected.\n\nThe Configure button on the Network tab in the Player is not available for the HTTP protocol and the proxy cannot be configured. If the Hide Network Tab policy is also enabled, the entire Network tab is hidden.\n\nThis policy is ignored if the Streaming Media Protocols policy is enabled and HTTP is not selected.\n\nWhen this policy is disabled, the HTTP proxy server cannot be used and the user cannot configure the HTTP proxy.\n\nWhen this policy is not configured, users can configure the HTTP proxy settings."
  607.  
  608. ProxyType="Proxy type"
  609.  
  610. Custom="Custom"
  611.  
  612. AutoDetect="Autodetect"
  613.  
  614. UseBrowserProxySettings="Use browser proxy settings"
  615.  
  616. OptionsForCustomProxyOnly="The following options apply only to custom proxies."
  617.  
  618. ProxyAddress="Proxy address"
  619.  
  620. ProxyPort="Proxy port"
  621.  
  622. BypassProxyLocal="Bypass proxy for local addresses"
  623.  
  624. DoNotUseProxyLocal="Do not use proxy server for addresses beginning with"
  625.  
  626. ConfigureMMSProxySettings="Configure MMS Proxy"
  627.  
  628. ConfigureMMSProxySettingsExplain="Specifies the MMS proxy settings for Windows Media Player.\n\nThis policy specifies the proxy settings for the MMS protocol. When this policy is enabled, a proxy type (Autodetect or Custom) must be selected. Autodetect means that the proxy settings are automatically detected. Custom means that unique proxy settings are used.\n\nIf the Custom proxy type is selected, the rest of the options on the Setting tab must be specified; otherwise, the default settings are used. The options are ignored if Autodetect is selected.\n\nThe Configure button on the Network tab in the Player is not available and the protocol cannot be configured. If the Hide Network Tab policy is also enabled, the entire Network tab is hidden.\n\nThis policy is ignored if the Streaming Media Protocols policy is enabled and Multicast is not selected.\n\nWhen this policy is disabled, the MMS proxy server cannot be used and users cannot configure the MMS proxy settings.\n\nWhen this policy is not configured, users can configure the MMS proxy settings."
  629.  
  630.  
  631. NetworkBuffering="Configure Network Buffering"
  632.  
  633. NetworkBufferingExplain="Specifies whether network buffering uses the default or a specified number of seconds.\n\nThis policy specifies that the default network buffering is used or specifies the number of seconds streaming media is buffered before it is played.\n\nIf Custom is selected on the Setting tab, the number of seconds, up to 60, that streaming media is buffered, must be specified. If Default is selected, the default is used and the number of seconds that is specified is ignored.\n\nThe Use default buffering and Buffer options on the Performance tab in the Player are not available.\n\nWhen this policy is not configured or disabled, users can change the buffering options on the Performance tab."
  634.  
  635. BufferingTime="Buffering Time"
  636.  
  637. Default="Default"
  638.  
  639. ProtocolsLabel="Protocols"
  640.  
  641.  
  642. ConfigureRTSPProxySettings="Configure RTSP Proxy"
  643.  
  644. ConfigureRTSPProxySettingsExplain="Specifies the RTSP proxy settings for Windows Media Player.\n\nThis policy specifies the proxy settings for the RTSP protocol. When this policy is enabled, a proxy type (Autodetect or Custom) must be selected. Autodetect means that the proxy settings are automatically detected. Custom means that unique proxy settings are used.\n\nIf the Custom proxy type is selected, the rest of the options on the Setting tab must be specified; otherwise, the default settings are used. The options are ignored if Autodetect is selected.\n\nThe Configure button on the Network tab in the Player is not available and the protocol cannot be configured. If the Hide Network Tab policy is also enabled, the entire Network tab is hidden.\n\nWhen this policy is disabled, the RTSP proxy server cannot be used and users cannot change the RTSP proxy settings.\n\nWhen this policy is not configured, users can configure the RTSP proxy settings."
  645.  
  646. DisableSetupFirstUseConfiguration="Do Not Show First Use Dialog Boxes"
  647.  
  648. DisableSetupFirstUseConfigurationExplain="Do Not Show First Use Dialog Boxes\n\nThis policy prevents the Privacy Options and Installation Options dialog boxes from being displayed the first time a user starts Windows Media Player.\n\nThis policy prevents the dialog boxes which allow users to select privacy, file types, and other desktop options from being displayed when the Player is first started. Some of the options can be configured by using other Windows Media Player group policies.\n\nWhen this policy is not configured or disabled, the dialog boxes are displayed when the user starts the Player for the first time." 
  649.  
  650. SUPPORTED_WMP8="Windows Media Player for Windows XP and later."
  651.  
  652. SUPPORTED_WMP9="Windows Media Player 9 Series and later."
  653.