Difference between revisions of "Disable windows autoplay"

From OpenTutorial
Jump to navigation Jump to search
(categorize)
Line 1: Line 1:
 +
{{adsense2}}
 
= How to Disable Windows Autoplay Feature =
 
= How to Disable Windows Autoplay Feature =
  
Line 69: Line 70:
 
*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]
 +
 +
{{adsense}}
  
 
{{incomplete}}
 
{{incomplete}}
 
[[category:Mswindows]]
 
[[category:Mswindows]]

Revision as of 18:32, 6 April 2006

How to Disable Windows Autoplay Feature

Windows XP

Group Policy Method

The local group policy editor method:

  • Click Start
  • Click Run
  • Enter GPEDIT.MSC

Group Policy mmc will popup. 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 make sure to remove the "BLANK LINE GOES HERE" lines
  • 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


REGEDIT4
BLANK LINE GOES HERE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom]
"Autorun"="0"
BLANK LINE GOES HERE 

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

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 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.