Windows XP Community - XPHeads



How can I switch off the autoplay feature on windows xp Home

microsoft.public.windowsxp.help_and_support


Reply
  #1 (permalink)  
Old 03-27-2008, 02:25 AM
BeterHans PAN
 
Posts: n/a
How can I switch off the autoplay feature on windows xp Home
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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-27-2008, 06:12 AM
Ramesh, MS-MVP
 
Posts: n/a
Re: How can I switch off the autoplay feature on windows xp Home
Download and install TweakUI:

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/downlo...ertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downlo...ertoySetup.exe

Open TweakUI => My Computer => Types:

Uncheck these options:

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

Click OK.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® 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
Home? Home have no gpedit.
It's the key feature to avoid virus!

pls help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-27-2008, 08:08 AM
BeterHans PAN
 
Posts: n/a
Re: How can I switch off the autoplay feature on windows xp Home
it's not safe! just disable cdrom or flash disc ! local driver should be
disable too! some virus put autorun into local driver!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-27-2008, 08:19 AM
Ramesh, MS-MVP
 
Posts: n/a
Re: How can I switch off the autoplay feature on windows xp Home
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

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® 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!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-27-2008, 08:39 AM
BeterHans PAN
 
Posts: n/a
Re: How can I switch off the autoplay feature on windows xp Home
thanks for the wiki link



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-27-2008, 01:46 PM
M.I.5?
 
Posts: n/a
Re: How can I switch off the autoplay feature on windows xp Home

"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]
@="@SYSoNothing"


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-27-2008, 05:48 PM
John Smith
 
Posts: n/a
Re: How can I switch off the autoplay feature on windows xp Home
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]
>@="@SYSoNothing"
>

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-28-2008, 04:24 AM
BeterHans PAN
 
Posts: n/a
Re: How can I switch off the autoplay feature on windows xp Home
thanks
looks like i made a mistake




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:34 PM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74