home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Topware / wmp9xprc / mpsetupXP.exe / wmplayer.adm < prev    next >
Encoding:
Windows Policy Administrative Template - Unicode  |  2002-10-24  |  63.4 KB  |  622 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_WMP8
  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_WMP8
  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. WMPCat="Windows Media Player"
  518. WMPCatUI="User Interface"
  519. WMPCatCOntent="Playback"
  520.  
  521. HidePrivacyTab="Hide Privacy Tab"
  522. HidePrivacyTabExplain="Hides the Privacy tab.\n\nThis policy hides the Privacy tab in the Options dialog box in the Windows Media Player. The default privacy settings are used unless the user has previously defined privacy settings for the Player.\n\nWhen this policy is not configured or disabled, the Privacy tab appears in the Options dialog box and users can use it to change configure privacy settings."
  523. HideSecurityTab="Hide Security Tab"
  524. HideSecurityTabExplain="Hides the Security tab.\n\nThis policy hides the Security tab in the Options dialog box in the Windows Media Player. The default security settings are used unless the user has previously defined security settings for the Player.\n\nWhen this policy is not configured or disabled, the Security tab appears in the Options dialog box and users can use it to change configure security settings."
  525.  
  526. SkinLockDown="Set and Lock Skin"
  527. 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). 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."
  528.  
  529. LockSkin="Skin"
  530. PolicyCodecUpdate="Prevent Codec Download"
  531.  
  532. PolicyInternetConnection="Radio Presets URL"
  533.  
  534. LockOutFullMode="Lock out full mode"
  535. ExplainCodecDownload="Prevents codecs from being downloaded to Windows Media Player.\n\nThis policy prevents the Player from automatically downloading codecs. 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."
  536.  
  537.  
  538. DoNotShowAnchor="Do Not Show Anchor"
  539. 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."
  540.  
  541.  
  542. EnableScreenSaver="Allow Screen Saver"
  543. 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."
  544.  
  545. DontUseFrameInterpolation="Prevent Video Smoothing"
  546. DontUseFrameInterpolationExplain="Prevents video smooth from occurring.\n\nThis policy keeps video smoothing from occurring, which can improve video playback on computers with limited resources. 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 operation systems."
  547.  
  548. DisableAutoUpdate="Prevent Automatic Updates"
  549. 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."
  550.  
  551. PreventWMPDeskTopShortcut="Prevent Desktop shortcut creation"
  552. PreventWMPDeskTopShortcutExplain="When enabled prevents the Windows Media Player shortcuts from being created on the desktop."
  553.  
  554. PreventQuickLaunchShortcut="Prevent Quick Launch toolbar shortcut creation" 
  555. PreventQuickLaunchShortcutExplain="When enabled prevents the Windows Media Player shortcuts from being created on the Quick Launch toolbar."
  556.  
  557. WMPNetwork="Networking"
  558. DisableNetworkSettings="Hide Network Tab"
  559. ExplainDisableNetworkSettings="Hides the Network tab.\n\nThis policy hides the Network tab in the Options dialog boxin theWindows 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 in the Options dialog box and users can use it to change configure network settings."
  560.  
  561. WindowsStreamingMediaProtocols="Streaming Media Protocols"
  562. 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\nFor example, if this policy is enabled, and only the HTTP protocol is selected, only the HTTP protocol is used to receive streaming media from aa Windows Media server. Streaming media that requires the UDP or TCP protocols cannot be played.\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 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 Protocols section of the Network tab."
  563.  
  564. PreventCDDVDMetadataRetrieval="Prevent CD and DVD media information retrieval"
  565. PreventCDDVDMetadataRetrievalExplain="Media information cannot be retrieved from the Internet for CDs and DVDs if the policy is enabled. This option in Tools | Options | Privacy is unchecked and gray (user cannot change it)."
  566. PreventMusicFileMetadataRetrieval="Prevent music file media information retrieval"
  567. PreventMusicFileMetadataRetrievalExplain="Media information cannot be retrieved from the Internet for music files if the policy is enabled. This option in Tools | Options | Privacy is unchecked and gray (user cannot change it)."
  568.  
  569. MultiCastCheckBox="Multicast"
  570. UDPCheckBox="UDP"
  571. UDPPorts="UDP Ports"
  572. TCPCheckBox="TCP"
  573. HTTPCheckBox="HTTP"
  574. ConfigureHTTPProxySettings="Configure HTTP Proxy"
  575. 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."
  576.  
  577. ProxyType="Proxy type"
  578. Custom="Custom"
  579. AutoDetect="Autodetect"
  580. UseBrowserProxySettings="Use browser proxy settings"
  581. OptionsForCustomProxyOnly="The following options apply only to custom proxies."
  582. ProxyAddress="Proxy address"
  583. ProxyPort="Proxy port"
  584. BypassProxyLocal="Bypass proxy for local addresses"
  585. DoNotUseProxyLocal="Do not use proxy server for addresses beginning with"
  586.  
  587. ConfigureMMSProxySettings="Configure MMS Proxy"
  588. 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, tusers can configure the MMS proxy settings."
  589.  
  590. ConfigureTCPProxySettings="Configure TCP Proxy"
  591. ConfigureTCPProxySettingsExplain="Specifies the TCP proxy settings for the Player.\n\nWhen this policy is enabled, a proxy type (Autodetect or Custom) must be selected. Autodetect means that the proxy settings are automatically detected. If the Custom proxy type is selected, the rest of the options on the Policy 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 Options dialog box is not available when this policy is enabled and the protocol cannot be configured in the Player. 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 TCP is not selected.\n\nWhen this policy is not configured, the user can specify the TCP proxy settings on the Network tab.\n\nWhen this policy is disabled, the TCP proxy cannot be used and the user cannot change the TCP proxy settings on the Network tab."
  592.  
  593. NetworkBuffering="Configure network buffering"
  594. 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."
  595.  
  596. BufferingTime="Buffering Time"
  597. Default="Default"
  598. ProtocolsLabel="Protocols"
  599.  
  600. SUPPORTED_WMP8="Windows Media Player v7.00.00.4166 and later."
  601.  
  602. SUPPORTED_WMP9="Windows Media Player v9.0 and later."
  603.  
  604. CMSAccessFromRemote="Prevent Access from Remote Devices"
  605. CMSAccessFromRemoteExplain="When enabled, prevents remote devices to access this machine's media library."
  606.  
  607. CMSAccessToRemote="Prevent Access to Remote Devices"
  608. CMSAccessToRemoteExplain="When enabled, prevents this machine from accessing remote media libraries."
  609.  
  610. WMPRemoteControl="Prevent Remote Control of Windows Media Player"
  611. WMPRemoteControlExplain="When enabled, prevents the WIndows Media Player from being remote controllable."
  612.  
  613. UsageTracking="Prevent Usage Tracking"
  614. UsageTrackingExplain="When enabled, prevents logging of user actions."
  615.  
  616. ConfigureRTSPProxySettings="Configure RTSP Proxy"
  617. 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."
  618.  
  619. DisableSetupFirstUseConfiguration="Disable Setup First Use Configuration Dialogs"
  620. DisableSetupFirstUseConfigurationExplain="Prevents users from being prompted to configure Privacy and File Association settings the first time they run the Windows Media Player.\n\nThis policy prevents the Setup Configuration dialogs from prompting users to set their privacy settings.  These privacy settings can be configured via other Windows Media Player group policies. 
  621.  
  622.