home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September (Special) / Chip-Special_2002-09_Digitalni-Video.bin / servis / wm9 / mpsetupXP.exe / RCDATA / CABINET / wmplayer.adm < prev    next >
Windows Policy Administrative Template - Unicode  |  2002-07-22  |  48KB  |  542 lines

  1. CLASS MACHINE
  2. CATEGORY !!WindowsComponents
  3.  
  4.     CATEGORY !!WMPCat
  5.         POLICY !!DisableAutoUpdate
  6.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  7.  
  8.             #if version >= 4
  9.                 SUPPORTED !!SUPPORTED_WMP9
  10.             #endif
  11.  
  12.             EXPLAIN !!DisableAutoUpdateExplain
  13.             VALUENAME "DisableAutoUpdate"
  14.             VALUEON  NUMERIC 1
  15.                     VALUEOFF NUMERIC 0
  16.         END POLICY
  17.         END CATEGORY
  18. END CATEGORY
  19.  
  20.  
  21. CLASS USER
  22. CATEGORY !!WindowsComponents
  23.  
  24.     CATEGORY !!WMPCat
  25.  
  26.         POLICY !!PreventCDDVDMetadataRetrieval
  27.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  28.  
  29.             #if version >= 4
  30.                 SUPPORTED !!SUPPORTED_WMP8
  31.             #endif
  32.  
  33.             EXPLAIN !!PreventCDDVDMetadataRetrievalExplain
  34.             VALUENAME "PreventCDDVDMetadataRetrieval"
  35.             VALUEON NUMERIC 1
  36.                     VALUEOFF NUMERIC 0
  37.         END POLICY
  38.  
  39.         POLICY !!PreventMusicFileMetadataRetrieval
  40.             KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  41.  
  42.             #if version >= 4
  43.                 SUPPORTED !!SUPPORTED_WMP8
  44.             #endif
  45.  
  46.             EXPLAIN !!PreventMusicFileMetadataRetrievalExplain
  47.             VALUENAME "PreventMusicFileMetadataRetrieval"
  48.             VALUEON NUMERIC 1
  49.                     VALUEOFF NUMERIC 0
  50.         END POLICY
  51.  
  52.         CATEGORY !!WMPCatUI
  53.  
  54.             POLICY !!SkinLockDown
  55.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  56.                             
  57.                 #if version >= 4
  58.                     SUPPORTED !!SUPPORTED_WMP8
  59.                 #endif
  60.  
  61.                 EXPLAIN !!SKinLockDownExplain
  62.                 VALUENAME "SetAndLockSkin"
  63.                 VALUEON NUMERIC 1
  64.                         VALUEOFF NUMERIC 0
  65.  
  66.                 PART !!LockSkin EDITTEXT
  67.                               VALUENAME "DefaultSkin"
  68.                 END PART
  69.  
  70.             END POLICY
  71.  
  72.                 POLICY !!DoNotShowAnchor
  73.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  74.  
  75.                 #if version >= 4
  76.                     SUPPORTED !!SUPPORTED_WMP8
  77.                 #endif
  78.  
  79.                 EXPLAIN !!DonNotShowAnchorExplain
  80.                 VALUENAME "DoNotShowAnchor"
  81.                 VALUEON NUMERIC 1
  82.                         VALUEOFF NUMERIC 0
  83.             END POLICY
  84.                  
  85.  
  86.         END CATEGORY
  87.  
  88.         CATEGORY !!WMPCatContent
  89.  
  90.             POLICY !!PolicyCodecUpdate
  91.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  92.  
  93.                 #if version >= 4
  94.                     SUPPORTED !!SUPPORTED_WMP8
  95.                 #endif
  96.  
  97.                 EXPLAIN !!ExplainCodecDownload
  98.                 VALUENAME "PreventCodecDownload"
  99.                                 VALUEON NUMERIC 1
  100.                                 VALUEOFF NUMERIC 0
  101.             END POLICY
  102.  
  103.             POLICY !!EnableScreenSaver
  104.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  105.  
  106.                 #if version >= 4
  107.                     SUPPORTED !!SUPPORTED_WMP9
  108.                 #endif
  109.  
  110.                 EXPLAIN !!EnableScreenSaverExplain
  111.                 VALUENAME "EnableScreenSaver"
  112.                 VALUEON  NUMERIC 1
  113.                         VALUEOFF NUMERIC 0
  114.             END POLICY
  115.  
  116.             POLICY !!DontUseFrameInterpolation
  117.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  118.                 #if version >= 4
  119.                     SUPPORTED !!SUPPORTED_WMP9
  120.                 #endif
  121.                 EXPLAIN !!DontUseFrameInterpolationExplain
  122.                 VALUENAME "DontUseFrameInterpolation"
  123.                 VALUEON  NUMERIC 1
  124.                         VALUEOFF NUMERIC 0
  125.             END POLICY
  126.  
  127.         END CATEGORY
  128.  
  129.  
  130.         CATEGORY !!WMPNETWORK
  131.  
  132.             POLICY !!DisableNetworkSettings
  133.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  134.  
  135.                 #if version >= 4
  136.                     SUPPORTED !!SUPPORTED_WMP8
  137.                 #endif
  138.  
  139.                 EXPLAIN !!ExplainDisableNetworkSettings
  140.                 VALUENAME "HideNetworkTab"
  141.                 VALUEON NUMERIC 1
  142.                 VALUEOFF NUMERIC 0
  143.             END POLICY
  144.  
  145.             POLICY !!WindowsStreamingMediaProtocols
  146.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols"
  147.  
  148.                 #if version >= 4
  149.                     SUPPORTED !!SUPPORTED_WMP8
  150.                 #endif
  151.  
  152.                 EXPLAIN !!WindowsStreamingMediaProtocolsExplain
  153.                 VALUENAME "WindowsMediaStreamingProtocols"
  154.                 VALUEON NUMERIC 1
  155.                         VALUEOFF NUMERIC 0
  156.  
  157.                 PART !!ProtocolsLabel TEXT
  158.                 END PART
  159.  
  160.                 PART !!MultiCastCheckBox CHECKBOX
  161.                     VALUENAME "Multicast"
  162.                     VALUEON NUMERIC 1
  163.                             VALUEOFF NUMERIC 0
  164.                 END PART
  165.  
  166.                 PART !!UDPCheckBox CHECKBOX
  167.                     VALUENAME "UDP"
  168.                     VALUEON NUMERIC 1
  169.                             VALUEOFF NUMERIC 0
  170.                 END PART
  171.                 
  172.                 PART !!UDPPorts EDITTEXT
  173.                     VALUENAME "UDPPorts"
  174.                 END PART
  175.  
  176.                 PART !!TCPCheckBox CHECKBOX
  177.                     VALUENAME "TCP"
  178.                     VALUEON NUMERIC 1
  179.                             VALUEOFF NUMERIC 0
  180.                 END PART
  181.  
  182.                 PART !!HTTPCheckBox CHECKBOX
  183.                     VALUENAME "HTTP"
  184.                     VALUEON NUMERIC 1
  185.                     VALUEOFF NUMERIC 0
  186.                 END PART                
  187.             END POLICY
  188.  
  189.             POLICY !!ConfigureHTTPProxySettings
  190.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols\HTTP"
  191.  
  192.                 #if version >= 4
  193.                     SUPPORTED !!SUPPORTED_WMP8
  194.                 #endif
  195.  
  196.                 EXPLAIN !!ConfigureHTTPProxySettingsExplain
  197.  
  198.                 VALUENAME "ProxyPolicy"
  199.                 VALUEON NUMERIC 1
  200.                         VALUEOFF NUMERIC 0
  201.  
  202.                 PART !!Proxytype DROPDOWNLIST
  203.                     VALUENAME "ProxyType"
  204.                     ITEMLIST
  205.                         NAME !!Autodetect
  206.                         VALUE NUMERIC 3
  207.                         ACTIONLIST
  208.                             VALUENAME "AutodetectProxy"
  209.                             VALUE NUMERIC 1
  210.  
  211.                             VALUENAME "UseProxy"
  212.                             VALUE DELETE
  213.  
  214.                             VALUENAME "UseBrowserProxy"
  215.                             VALUE DELETE
  216.                         END ACTIONLIST
  217.  
  218.                         NAME !!Custom
  219.                         VALUE NUMERIC 2
  220.                         ACTIONLIST
  221.                             VALUENAME "UseProxy"
  222.                             VALUE NUMERIC 1
  223.  
  224.                             VALUENAME "AutodetectProxy"
  225.                             VALUE DELETE
  226.  
  227.                             VALUENAME "UseBrowserProxy"
  228.                             VALUE DELETE
  229.                         END ACTIONLIST
  230.  
  231.                         NAME !!UseBrowserProxySettings
  232.                         VALUE NUMERIC 1
  233.                         ACTIONLIST
  234.                             VALUENAME "UseBrowserProxy"
  235.                             VALUE NUMERIC 1
  236.  
  237.                             VALUENAME "AutodetectProxy"
  238.                             VALUE DELETE
  239.  
  240.                             VALUENAME "UseProxy"
  241.                             VALUE DELETE
  242.                         END ACTIONLIST
  243.  
  244.                     END ITEMLIST
  245.                     REQUIRED
  246.                 END PART
  247.  
  248.                 PART !!OptionsForCustomProxyOnly TEXT
  249.                 END PART
  250.          
  251.                 PART !!ProxyAddress EDITTEXT
  252.                     VALUENAME "ProxyAddress"
  253.                 END PART
  254.  
  255.                 PART !!ProxyPort NUMERIC                    
  256.                     VALUENAME "ProxyPort"
  257.                     MIN 1
  258.                     MAX 65535
  259.                     DEFAULT 80
  260.                 END PART
  261.  
  262.                 PART !!BypassProxyLocal CHECKBOX
  263.                     VALUENAME "BypassProxyLocal"
  264.                     VALUEON NUMERIC 1
  265.                     VALUEOFF NUMERIC 0
  266.                 END PART
  267.  
  268.                 PART !!DoNotUseProxyLocal EDITTEXT
  269.                     VALUENAME "BypassProxyLocalAddress"
  270.                 END PART
  271.         
  272.             END POLICY
  273.  
  274.             POLICY !!ConfigureMMSProxySettings
  275.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols\MMS"
  276.  
  277.                 #if version >= 4
  278.                     SUPPORTED !!SUPPORTED_WMP8
  279.                 #endif
  280.  
  281.                 EXPLAIN !!ConfigureMMSProxySettingsExplain
  282.                 VALUENAME "ProxyPolicy"
  283.                 VALUEON NUMERIC 1
  284.                         VALUEOFF NUMERIC 0
  285.  
  286.                 PART !!Proxytype DROPDOWNLIST
  287.                     VALUENAME "ProxyType"
  288.                     ITEMLIST
  289.                         NAME !!Autodetect
  290.                         VALUE NUMERIC 3
  291.                         ACTIONLIST
  292.                             VALUENAME "AutodetectProxy"
  293.                             VALUE NUMERIC 1
  294.  
  295.                             VALUENAME "UseProxy"
  296.                             VALUE DELETE
  297.                         END ACTIONLIST
  298.  
  299.                         NAME !!Custom
  300.                         VALUE NUMERIC 2
  301.                         ACTIONLIST
  302.                             VALUENAME "UseProxy"
  303.                             VALUE NUMERIC 1
  304.  
  305.                             VALUENAME "AutodetectProxy"
  306.                             VALUE DELETE
  307.                         END ACTIONLIST
  308.                     END ITEMLIST
  309.                     REQUIRED
  310.                 END PART
  311.  
  312.                 PART  !!OptionsForCustomProxyOnly  TEXT
  313.                 END PART
  314.          
  315.                 PART !!ProxyAddress EDITTEXT
  316.                     VALUENAME "ProxyAddress"
  317.                 END PART
  318.  
  319.                 PART !!ProxyPort NUMERIC
  320.                     VALUENAME "ProxyPort"
  321.                     MIN 1
  322.                     MAX 65535
  323.                     DEFAULT 80
  324.                 END PART
  325.  
  326.                 PART !!BypassProxyLocal CHECKBOX
  327.                     VALUENAME "BypassProxyLocal"
  328.                     VALUEON NUMERIC 1
  329.                     VALUEOFF NUMERIC 0
  330.                 END PART
  331.  
  332.                 PART !!DoNotUseProxyLocal EDITTEXT
  333.                     VALUENAME "BypassProxyLocalAddress"
  334.                 END PART
  335.         
  336.             END POLICY
  337.  
  338.             POLICY !!ConfigureRTSPProxySettings
  339.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer\Protocols\RTSP"
  340.  
  341.                 #if version >= 4
  342.                     SUPPORTED !!SUPPORTED_WMP9
  343.                 #endif
  344.  
  345.                 EXPLAIN !!ConfigureRTSPProxySettingsExplain
  346.                 VALUENAME "ProxyPolicy"
  347.                 VALUEON NUMERIC 1
  348.                         VALUEOFF NUMERIC 0
  349.  
  350.                 PART !!Proxytype DROPDOWNLIST
  351.                     VALUENAME "ProxyType"
  352.                     ITEMLIST
  353.                         NAME !!Autodetect
  354.                         VALUE NUMERIC 3
  355.                         ACTIONLIST
  356.                             VALUENAME "AutodetectProxy"
  357.                             VALUE NUMERIC 1
  358.  
  359.                             VALUENAME "UseProxy"
  360.                             VALUE DELETE
  361.                         END ACTIONLIST
  362.  
  363.                         NAME !!Custom
  364.                         VALUE NUMERIC 2
  365.                         ACTIONLIST
  366.                             VALUENAME "UseProxy"
  367.                             VALUE NUMERIC 1
  368.  
  369.                             VALUENAME "AutodetectProxy"
  370.                             VALUE DELETE
  371.                         END ACTIONLIST
  372.                     END ITEMLIST
  373.                     REQUIRED
  374.                 END PART
  375.  
  376.                 PART  !!OptionsForCustomProxyOnly  TEXT
  377.                 END PART
  378.          
  379.                 PART !!ProxyAddress EDITTEXT
  380.                     VALUENAME "ProxyAddress"
  381.                 END PART
  382.  
  383.                 PART !!ProxyPort NUMERIC
  384.                     VALUENAME "ProxyPort"
  385.                     MIN 1
  386.                     MAX 65535
  387.                     DEFAULT 80
  388.                 END PART
  389.  
  390.                 PART !!BypassProxyLocal CHECKBOX
  391.                     VALUENAME "BypassProxyLocal"
  392.                     VALUEON NUMERIC 1
  393.                     VALUEOFF NUMERIC 0
  394.                 END PART
  395.  
  396.                 PART !!DoNotUseProxyLocal EDITTEXT
  397.                     VALUENAME "BypassProxyLocalAddress"
  398.                 END PART
  399.         
  400.             END POLICY
  401.  
  402.             POLICY !!NetworkBuffering
  403.                 KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
  404.  
  405.                 #if version >= 4
  406.                     SUPPORTED !!SUPPORTED_WMP8
  407.                 #endif
  408.  
  409.                 EXPLAIN !!NetworkBufferingExplain
  410.                 VALUENAME "NetworkBufferingPolicy"
  411.                 VALUEON NUMERIC 1
  412.                         VALUEOFF NUMERIC 0
  413.                 PART !!BufferingTime DROPDOWNLIST
  414.                     VALUENAME "BufferingType"
  415.                     ITEMLIST
  416.                         NAME !!Default
  417.                         VALUE NUMERIC 1
  418.                         ACTIONLIST
  419.                             VALUENAME "UseDefaultBuffering"
  420.                             VALUE NUMERIC 1
  421.                         END ACTIONLIST
  422.  
  423.                         NAME !!Custom
  424.                         VALUE NUMERIC 2
  425.                         ACTIONLIST
  426.                             VALUENAME "UseDefaultBuffering"
  427.                             VALUE NUMERIC 0
  428.                         END ACTIONLIST
  429.                     END ITEMLIST
  430.                 END PART
  431.  
  432.                 PART "Everything below this line applies to Custom network buffering only." TEXT
  433.                 END PART
  434.  
  435.                 PART !!NetworkBuffering NUMERIC
  436.                     VALUENAME "NetworkBuffering"
  437.                     MIN 0
  438.                     MAX 60
  439.                     DEFAULT 3
  440.                 END PART
  441.  
  442.             END POLICY
  443.  
  444.         END CATEGORY
  445.  
  446.     END CATEGORY
  447.  
  448. END CATEGORY
  449.  
  450. [strings]
  451. WindowsComponents="Windows Components"
  452. WMPCat="Windows Media Player"
  453. WMPCatUI="User Interface"
  454. WMPCatCOntent="Playback"
  455.  
  456. SkinLockDown="Set and Lock Skin"
  457. 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 in not installed on a user's computer, or if the Skin box is blank, the Player opens by using the default skin.\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."
  458.  
  459. LockSkin="Skin"
  460. PolicyCodecUpdate="Prevent Codec Download"
  461.  
  462. PolicyInternetConnection="Radio Presets URL"
  463.  
  464. LockOutFullMode="Lock out full mode"
  465. 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."
  466.  
  467.  
  468. DoNotShowAnchor="Do Not Show Anchor"
  469. 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."
  470.  
  471.  
  472. EnableScreenSaver="Allow Screen Saver"
  473. 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."
  474.  
  475. DontUseFrameInterpolation="Prevent Frame Interpolation"
  476. DontUseFrameInterpolationExplain="Prevents frame interpolation from occurring.\n\nThis policy keeps frame interpolation from occurring, which can improve video playback on computers with limited resources. In addition, the Use frame interpolation check box in the Video Acceleration Settings dialog box in the Player is cleared and is not available.\n\nWhen this policy is disabled, frame interpolation can occur if necessary and the Use frame interpolation check box is selected and is not available.\n\nWhen this policy is not configured, frame interpolation can occur if necessary. Users can change the setting for the Use frame interpolation check box.\n\nFrame interpolation is available only on the Windows XP Home Edition and Windows XP Professional operation systems."
  477.  
  478. DisableAutoUpdate="Prevent Automatic Updates"
  479. 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."
  480.  
  481.  
  482. WMPNetwork="Networking"
  483. DisableNetworkSettings="Hide Network Tab"
  484. 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."
  485.  
  486. WindowsStreamingMediaProtocols="Streaming Media Protocols"
  487. 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."
  488.  
  489. PreventCDDVDMetadataRetrieval="Prevent CD/DVD Metadata Retrieval"
  490. 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)."
  491. PreventMusicFileMetadataRetrieval="Prevent Music File Metadata Retrieval"
  492. 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)."
  493.  
  494. MultiCastCheckBox="Multicast"
  495. UDPCheckBox="UDP"
  496. UDPPorts="UDP Ports"
  497. TCPCheckBox="TCP"
  498. HTTPCheckBox="HTTP"
  499. ConfigureHTTPProxySettings="Configure HTTP Proxy"
  500. 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."
  501.  
  502. ProxyType="Proxy type"
  503. Custom="Custom"
  504. AutoDetect="Autodetect"
  505. UseBrowserProxySettings="Use browser proxy settings"
  506. OptionsForCustomProxyOnly="The following options apply only to custom proxies."
  507. ProxyAddress="Proxy address"
  508. ProxyPort="Proxy port"
  509. BypassProxyLocal="Bypass proxy for local addresses"
  510. DoNotUseProxyLocal="Do not use proxy server for addresses beginning with"
  511.  
  512. ConfigureMMSProxySettings="Configure MMS Proxy"
  513. 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."
  514.  
  515. ConfigureTCPProxySettings="Configure TCP Proxy"
  516. 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."
  517.  
  518. NetworkBuffering="Configure network buffering"
  519. 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."
  520.  
  521. BufferingTime="Buffering Time"
  522. Default="Default"
  523. ProtocolsLabel="Protocols"
  524.  
  525. SUPPORTED_WMP8="Windows Media Player v7.00.00.4166 and later"
  526.  
  527. SUPPORTED_WMP9="Windows Media Player for Windows XP and later."
  528.  
  529. CMSAccessFromRemote="Prevent Access from Remote Devices"
  530. CMSAccessFromRemoteExplain="When enabled, prevents remote devices to access this machine's media library."
  531.  
  532. CMSAccessToRemote="Prevent Access to Remote Devices"
  533. CMSAccessToRemoteExplain="When enabled, prevents this machine from accessing remote media libraries."
  534.  
  535. WMPRemoteControl="Prevent Remote Control of Windows Media Player"
  536. WMPRemoteControlExplain="When enabled, prevents the WIndows Media Player from being remote controllable."
  537.  
  538. UsageTracking="Prevent Usage Tracking"
  539. UsageTrackingExplain="When enabled, prevents logging of user actions."
  540.  
  541. ConfigureRTSPProxySettings="Configure RTSP Proxy"
  542. 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."