Difference between revisions of "Disable windows autoplay"

From OpenTutorial
Jump to navigation Jump to search
(Group Policy Method)
(Improved formating for better readability)
Line 2: Line 2:
  
 
== Windows XP ==
 
== Windows XP ==
 +
  
 
=== Group Policy Method (XP Pro only) ===
 
=== Group Policy Method (XP Pro only) ===
Line 10: Line 11:
 
* Enter GPEDIT.MSC  
 
* Enter GPEDIT.MSC  
  
Group Policy mmc will popup. On left panel
+
Group Policy mmc will pop up. On left panel
 
* Double-click Computer Configuration to open submenu
 
* Double-click Computer Configuration to open submenu
 
* Double-click Administrative Templates to open submenu
 
* Double-click Administrative Templates to open submenu
Line 17: Line 18:
  
 
The default is the Not configured. Set it to Enabled.
 
The default is the Not configured. Set it to Enabled.
 +
  
 
=== Registry Method ===
 
=== Registry Method ===
Line 39: Line 41:
 
</pre>
 
</pre>
 
</code>
 
</code>
 +
  
 
=== Cmdline Method ===
 
=== Cmdline Method ===
Line 54: Line 57:
  
 
* This is the same as the registry method except your are modifying the registry from the cmdline.
 
* This is the same as the registry method except your are modifying the registry from the cmdline.
 +
  
 
=== Shift Close Method ===
 
=== Shift Close Method ===
Line 62: Line 66:
  
 
{{adsense2}}
 
{{adsense2}}
 +
 +
  
 
== Windows 9x / ME ==
 
== Windows 9x / ME ==
 +
  
 
=== Device Manager Method ===
 
=== Device Manager Method ===
Line 74: Line 81:
 
* Uncheck Auto Insert Notification box  
 
* Uncheck Auto Insert Notification box  
 
* Restart your computer
 
* Restart your computer
 +
  
 
=== Shift Method ===  
 
=== Shift Method ===  
See Shift method for windows xp above  
+
See Shift Close Method for Windows XP above  
  
  
 
= Glossary =
 
= Glossary =
*autoplay [http://en.wikipedia.org/wiki/Autoplay]
+
* autoplay [http://en.wikipedia.org/wiki/Autoplay]
*CDROM [http://en.wikipedia.org/wiki/CD-ROM]
+
* CDROM [http://en.wikipedia.org/wiki/CD-ROM]
*Group Policy [http://en.wikipedia.org/wiki/Group_Policy]
+
* Group Policy [http://en.wikipedia.org/wiki/Group_Policy]
*registry [http://en.wikipedia.org/wiki/Windows_registry]
+
* registry [http://en.wikipedia.org/wiki/Windows_registry]
*Notepad [http://en.wikipedia.org/wiki/Notepad]
+
* Notepad [http://en.wikipedia.org/wiki/Notepad]
*Windows [http://en.wikipedia.org/wiki/Microsoft_Windows]
+
* Windows [http://en.wikipedia.org/wiki/Microsoft_Windows]
  
  

Revision as of 15:18, 14 February 2007

How to Disable Windows Autoplay Feature several methods described for windows 2000, XP, ME and 9x

Windows XP

Group Policy Method (XP Pro only)

The local group policy editor method:

  • Click Start
  • Click Run
  • Enter GPEDIT.MSC

Group Policy mmc will pop up. On left panel

  • Double-click Computer Configuration to open submenu
  • Double-click Administrative Templates to open submenu
  • Double-click System to open submenu
  • Double-click Turn autoplay off option which will be near the bottom of the list in the right panel.

The default is the Not configured. Set it to Enabled.


Registry Method

To disable, set Autorun=0 to enable, set Autorun=1. Cut and paste the following Registry script text into autocdrom.reg file and run it:

  • Open Notepad
  • Cut and paste the following Registry script text below into notepad
  • Save the file onto your desktop as noautorun.reg
  • Close notepad
  • Double click the noautorun.reg file on your desktop
  • Answer yes when asked if your sure you want to add the information


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"AutoRun"=dword:00000000


Cmdline Method

  • Open a CMD window
  • Run the following command


REG ADD HKLM\SYSTEM\CurrentControlSet\Services\Cdrom /v Autorun /t REG_DWORD /d 1 /f

  • This is the same as the registry method except your are modifying the registry from the cmdline.


Shift Close Method

Also works for Win 9x If Autorun is enabled, you can disable the feature for any particular CD by holding down the shift key as you close the CDRom drawer.

This is not permanent, you must hold shift down each time you pit a disk in.



Windows 9x / ME

Device Manager Method

  • Go to Control Panel
  • Double-click the System icon
  • Click Device Manager tab
  • Find your CD-ROM drive in the list
  • Go to Properties page.
  • Click on the Settings tab
  • Uncheck Auto Insert Notification box
  • Restart your computer


Shift Method

See Shift Close Method for Windows XP above


Glossary


This Tutorial in incomplete and is a work in progress
Please be patient as the author will resume work on it shortly

Or...
If you have the knowledge Be bold in updating pages and finish it yourself.
It's very rewarding and a lot of fun too.