home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / en-US / AutoPlay.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  4KB  |  56 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <displayName>enter display name here</displayName>
  5.   <description>enter description here</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="AutoPlay">AutoPlay Policies</string>
  9.       <string id="AutoPlay_Help">Configure various AutoPlay behaviors.</string>
  10.       <string id="NoAutorun">Default behavior for AutoRun</string>
  11.       <string id="NoAutorun_Help">Sets the default behavior for Autorun commands.
  12.  
  13. Autorun commands are generally stored in autorun.inf files. They often launch the installation program or other routines.
  14.  
  15. Prior to Windows Vista, when media containing an autorun command is inserted, the system will automatically execute the program without user intervention.
  16.  
  17. This creates a major security concern as code may be executed without user's knowledge. The default behavior in Windows Vista is to prompt the user whether autorun command is to be run. The autorun command is represented as a handler in the Autoplay dialog.
  18.  
  19. If you enable this policy, an Administrator can change the default Windows Vista behavior for autorun to:
  20.  
  21. A) Completely disable autorun commands, or
  22. B) Revert back to Pre-Windows Vista behavior of automatically executing the autorun command.
  23.  
  24. If you disable or not configure this policy, Windows Vista will prompt the user whether autorun command is to be run.</string>
  25.       <string id="NoAutorun_Disabled">Do not execute any autorun commands</string>
  26.       <string id="NoAutorun_XP">Automatically execute autorun commands</string>
  27.       <string id="DontSetAutoplayCheckbox">Don't set the always do this checkbox</string>
  28.       <string id="DontSetAutoplayCheckbox_Help">If this policy is enabled, the "Always do this..." checkbox in Autoplay dialog will not be set by default when the dialog is shown.</string>
  29.       <string id="Autorun">Turn off Autoplay</string>
  30.       <string id="Autorun_Help">Turns off the Autoplay feature.
  31.  
  32. Autoplay begins reading from a drive as soon as you insert media in the drive. As a result, the setup file of programs and the music on audio media start immediately.
  33.  
  34. Prior to XP SP2, Autoplay is disabled by default on removable drives, such as the floppy disk drive (but not the CD-ROM drive), and on network drives.
  35.  
  36. Starting with XP SP2, Autoplay is enabled for removable drives as well, including ZIP drives and some USB Mass Storage devices.
  37.  
  38. If you enable this setting, you can disable Autoplay on CD-ROM and removable media drives, or disable Autoplay on all drives.
  39.  
  40. This setting disables Autoplay on additional types of drives. You cannot use this setting to enable Autoplay on drives on which it is disabled by default.
  41.  
  42. Note: This setting appears in both the Computer Configuration and User Configuration folders. If the settings conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration.</string>
  43.       <string id="Autorun_NoCD">CD-ROM and removable media drives</string>
  44.       <string id="Autorun_None">All drives</string>
  45.     </stringTable>
  46.     <presentationTable>
  47.       <presentation id="NoAutorun">
  48.         <dropdownList refId="NoAutorun_Dropdown" noSort="true" defaultItem="14">Default AutoRun Behavior</dropdownList>
  49.       </presentation>
  50.       <presentation id="Autorun">
  51.         <dropdownList refId="Autorun_Box" defaultItem="0">Turn off Autoplay on:</dropdownList>
  52.       </presentation>
  53.     </presentationTable>
  54.   </resources>
  55. </policyDefinitionResources>
  56.