BeterHans PAN said:
Hi All
I knew how to do this on Winxp Pro (use gpedit.msc) but how to do this on
Home? Home have no gpedit.
It's the key feature to avoid virus!
Do you really want to disable AutoPlay or AutoRun (They are not the same
thing)?
If you wish to disable AutoRun (that is the ability of CD-ROMs and USB
sticks to autoexecute software), then the best way by far is to copy the
text below into a file and call it 'NoAutoRun.reg'. Double clicking it will
disable the ability of your PC to run the Autorun.inf file on CD and FLASH
drives forever. The beauty is that it does not disable AutoPlay (i.e. the
ability of your PC to auto play music CDs or video DVDs).
Apparently, this exploits a feature in later Windows that was designed to
handle legacies from earlier versions (Windows NT). It instructs Windows XP
to execute an alternative functionality for the Autorun.inf file. Since it
points to a non existent function (DoNothing), nothing happens. I have no
idea what the "@" symbols do, but it won't work without them.
[Copy from but not including here]
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IniFileMapping\Autorun.inf]
@="@SYS
oNothing"