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!

pls help

Re: How can I switch off the autoplay feature on windows xp Home by Ramesh,

Ramesh,
Wed Mar 26 23:12:54 PDT 2008

Download and install TweakUI:

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/Tweak=
UiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839a=
fb2a2679/TweakUiPowertoySetup.exe

Open TweakUI =3D> My Computer =3D> Types:

Uncheck these options:

Enable Autoplay for CD and DVD drives
Enable Autoplay for removable drives

Click OK.

--=20
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows=AE Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"BeterHans PAN" <beterhans@vnet.citiz.net> wrote in message =
news:fsf669$23q$2@news.cn99.com...
Hi All
I knew how to do this on Winxp Pro (use gpedit.msc) but how to do this =
on=20
Home? Home have no gpedit.
It's the key feature to avoid virus!

pls help

Re: How can I switch off the autoplay feature on windows xp Home by BeterHans

BeterHans
Thu Mar 27 01:08:58 PDT 2008

it's not safe! just disable cdrom or flash disc ! local driver should be
disable too! some virus put autorun into local driver!




Re: How can I switch off the autoplay feature on windows xp Home by Ramesh,

Ramesh,
Thu Mar 27 01:19:06 PDT 2008

Correct! But if I recall correctly, Autorun.inf cannot override the =
default action for local drives.

If you're concerned, then manually edit the "NoDriveTypeAutoRun" =
registry value and set the appropriate hexadecimal value.

Ref: http://en.wikipedia.org/wiki/Autorun

--=20
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows=AE Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"BeterHans PAN" <beterhans@vnet.citiz.net> wrote in message =
news:fsfq9e$ptq$1@news.cn99.com...
it's not safe! just disable cdrom or flash disc ! local driver should be =

disable too! some virus put autorun into local driver!
=20



Re: How can I switch off the autoplay feature on windows xp Home by BeterHans

BeterHans
Thu Mar 27 01:39:21 PDT 2008

thanks for the wiki link :D




Re: How can I switch off the autoplay feature on windows xp Home by no

no
Thu Mar 27 06:46:22 PDT 2008


"BeterHans PAN" <beterhans@vnet.citiz.net> wrote in message
news:fsf669$23q$2@news.cn99.com...
> 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:DoNothing"



Re: How can I switch off the autoplay feature on windows xp Home by John

John
Thu Mar 27 10:48:33 PDT 2008

On Thu, 27 Mar 2008 13:46:22 -0000, "M.I.5?"
<no.one@no.where.NO_SPAM.co.uk> wrote:

>
>"BeterHans PAN" <beterhans@vnet.citiz.net> wrote in message
>news:fsf669$23q$2@news.cn99.com...
>> 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:DoNothing"
>
I've tried Cancelling AutoPlay in the middle of it's scanning after I
turn on my USB hard drive, and unpleasant things happen. Some of my
software can't 'see' the mounted drive. Maybe this wouldn't happen if
you prevented the scan from ever getting started, I dunno.
Remove no_spam to reply email

Re: How can I switch off the autoplay feature on windows xp Home by BeterHans

BeterHans
Thu Mar 27 21:24:10 PDT 2008

thanks
looks like i made a mistake :D