PC Review


Reply
Thread Tools Rate Thread

Autorun and Autoplay

 
 
phillip shoemaker
Guest
Posts: n/a
 
      27th Oct 2004
I'm having a lot of problems getting Autorun to work properly with a
USB-based drive. I've seen a lot of documentation that is contradictory, so
hopefully someone can point me to the source of the right information.

Putting the following onto a removable USB hard drive (volume-based music
player), does not do what I want it to. It appears that autorun.inf is
ignored, and content sniffing happens and Autoplay is invoked (despite the
documentation found at
http://msdn.microsoft.com/msdnmag/is...y/default.aspx )

Here's what I've put onto my disk...
autorun.inf
setup.exe
\setup\_bunch_of_setup_files

the contents of autorun.inf are pretty darn simple:
open=setup.exe

When I plug this device in, Windows XP does a sniff, finds some music and
some pictures, and displays a mixed media dialog rather than running my
autorun.inf.

What gives? Once I get this one answered, I'll have more... ;-)

Thanks.
Phillip


 
Reply With Quote
 
 
 
 
Mark L. Ferguson
Guest
Posts: n/a
 
      29th Oct 2004
---autorun.inf--cut here--
[autorun]
open=setup.exe
--cut here--

--

Mark L. Ferguson
marfers notes for windows xp
http://www.geocities.com/marfer_mvp/chatNotes.htm
..
"phillip shoemaker" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm having a lot of problems getting Autorun to work properly with a
> USB-based drive. I've seen a lot of documentation that is contradictory,
> so hopefully someone can point me to the source of the right information.
>
> Putting the following onto a removable USB hard drive (volume-based music
> player), does not do what I want it to. It appears that autorun.inf is
> ignored, and content sniffing happens and Autoplay is invoked (despite the
> documentation found at
> http://msdn.microsoft.com/msdnmag/is...y/default.aspx )
>
> Here's what I've put onto my disk...
> autorun.inf
> setup.exe
> \setup\_bunch_of_setup_files
>
> the contents of autorun.inf are pretty darn simple:
> open=setup.exe
>
> When I plug this device in, Windows XP does a sniff, finds some music and
> some pictures, and displays a mixed media dialog rather than running my
> autorun.inf.
>
> What gives? Once I get this one answered, I'll have more... ;-)
>
> Thanks.
> Phillip
>
>



 
Reply With Quote
 
phillip shoemaker
Guest
Posts: n/a
 
      29th Oct 2004
?
That is _exactly_ what I've done, yet it is ignored. This is ignored, for
some reason, and the autorun debugging app even states so. However, it
doesn't state WHY it is ignored.




"Mark L. Ferguson" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> ---autorun.inf--cut here--
> [autorun]
> open=setup.exe
> --cut here--
>
> --
>
> Mark L. Ferguson
> marfers notes for windows xp
> http://www.geocities.com/marfer_mvp/chatNotes.htm
> .
> "phillip shoemaker" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> I'm having a lot of problems getting Autorun to work properly with a
>> USB-based drive. I've seen a lot of documentation that is contradictory,
>> so hopefully someone can point me to the source of the right information.
>>
>> Putting the following onto a removable USB hard drive (volume-based music
>> player), does not do what I want it to. It appears that autorun.inf is
>> ignored, and content sniffing happens and Autoplay is invoked (despite
>> the documentation found at
>> http://msdn.microsoft.com/msdnmag/is...y/default.aspx )
>>
>> Here's what I've put onto my disk...
>> autorun.inf
>> setup.exe
>> \setup\_bunch_of_setup_files
>>
>> the contents of autorun.inf are pretty darn simple:
>> open=setup.exe
>>
>> When I plug this device in, Windows XP does a sniff, finds some music and
>> some pictures, and displays a mixed media dialog rather than running my
>> autorun.inf.
>>
>> What gives? Once I get this one answered, I'll have more... ;-)
>>
>> Thanks.
>> Phillip
>>
>>

>
>



 
Reply With Quote
 
Mark L. Ferguson
Guest
Posts: n/a
 
      30th Oct 2004
There are several registry entries that might effect that.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:0x000000FF
this disables autoorun completely

( 0x00000091 enables all but hard drives)

Start, Run and enter REGEDIT
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom] "Autorun" =
dword:0x00000000
OR
In XP Pro Go to start/run, and type GPEDIT.MSC. Go to Computer
Configuration, Administrative Templates, System find the item "Turn Off
Autoplay" There is a script available to do this for either version.
http://www.dougknox.com/xp/scripts/xp_cd_autorun.vbs

the value of dword:0x00000001 enables

If none of this applies, you probably have a driver for the cd that needs
updating

--

Mark L. Ferguson
marfers notes for windows xp
http://www.geocities.com/marfer_mvp/chatNotes.htm
..
"phillip shoemaker" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> ?
> That is _exactly_ what I've done, yet it is ignored. This is ignored, for
> some reason, and the autorun debugging app even states so. However, it
> doesn't state WHY it is ignored.
>
>
>
>
> "Mark L. Ferguson" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> ---autorun.inf--cut here--
>> [autorun]
>> open=setup.exe
>> --cut here--
>>
>> --
>>
>> Mark L. Ferguson
>> marfers notes for windows xp
>> http://www.geocities.com/marfer_mvp/chatNotes.htm
>> .
>> "phillip shoemaker" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> I'm having a lot of problems getting Autorun to work properly with a
>>> USB-based drive. I've seen a lot of documentation that is contradictory,
>>> so hopefully someone can point me to the source of the right
>>> information.
>>>
>>> Putting the following onto a removable USB hard drive (volume-based
>>> music player), does not do what I want it to. It appears that
>>> autorun.inf is ignored, and content sniffing happens and Autoplay is
>>> invoked (despite the documentation found at
>>> http://msdn.microsoft.com/msdnmag/is...y/default.aspx )
>>>
>>> Here's what I've put onto my disk...
>>> autorun.inf
>>> setup.exe
>>> \setup\_bunch_of_setup_files
>>>
>>> the contents of autorun.inf are pretty darn simple:
>>> open=setup.exe
>>>
>>> When I plug this device in, Windows XP does a sniff, finds some music
>>> and some pictures, and displays a mixed media dialog rather than running
>>> my autorun.inf.
>>>
>>> What gives? Once I get this one answered, I'll have more... ;-)
>>>
>>> Thanks.
>>> Phillip
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
phillip shoemaker
Guest
Posts: n/a
 
      3rd Nov 2004
never mind. i guess it just won't work. It isn't a cd (read my posting), and
i guess it just doesn't work with USB Mass Storage Class devices...


"Mark L. Ferguson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> There are several registry entries that might effect that.
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
> "NoDriveTypeAutoRun"=dword:0x000000FF
> this disables autoorun completely
>
> ( 0x00000091 enables all but hard drives)
>
> Start, Run and enter REGEDIT
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom] "Autorun" =
> dword:0x00000000
> OR
> In XP Pro Go to start/run, and type GPEDIT.MSC. Go to Computer
> Configuration, Administrative Templates, System find the item "Turn Off
> Autoplay" There is a script available to do this for either version.
> http://www.dougknox.com/xp/scripts/xp_cd_autorun.vbs
>
> the value of dword:0x00000001 enables
>
> If none of this applies, you probably have a driver for the cd that needs
> updating
>
> --
>
> Mark L. Ferguson
> marfers notes for windows xp
> http://www.geocities.com/marfer_mvp/chatNotes.htm
> .
> "phillip shoemaker" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> ?
>> That is _exactly_ what I've done, yet it is ignored. This is ignored, for
>> some reason, and the autorun debugging app even states so. However, it
>> doesn't state WHY it is ignored.
>>
>>
>>
>>
>> "Mark L. Ferguson" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> ---autorun.inf--cut here--
>>> [autorun]
>>> open=setup.exe
>>> --cut here--
>>>
>>> --
>>>
>>> Mark L. Ferguson
>>> marfers notes for windows xp
>>> http://www.geocities.com/marfer_mvp/chatNotes.htm
>>> .
>>> "phillip shoemaker" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> I'm having a lot of problems getting Autorun to work properly with a
>>>> USB-based drive. I've seen a lot of documentation that is
>>>> contradictory, so hopefully someone can point me to the source of the
>>>> right information.
>>>>
>>>> Putting the following onto a removable USB hard drive (volume-based
>>>> music player), does not do what I want it to. It appears that
>>>> autorun.inf is ignored, and content sniffing happens and Autoplay is
>>>> invoked (despite the documentation found at
>>>> http://msdn.microsoft.com/msdnmag/is...y/default.aspx )
>>>>
>>>> Here's what I've put onto my disk...
>>>> autorun.inf
>>>> setup.exe
>>>> \setup\_bunch_of_setup_files
>>>>
>>>> the contents of autorun.inf are pretty darn simple:
>>>> open=setup.exe
>>>>
>>>> When I plug this device in, Windows XP does a sniff, finds some music
>>>> and some pictures, and displays a mixed media dialog rather than
>>>> running my autorun.inf.
>>>>
>>>> What gives? Once I get this one answered, I'll have more... ;-)
>>>>
>>>> Thanks.
>>>> Phillip
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Kelly
Guest
Posts: n/a
 
      4th Nov 2004
http://www.google.com/search?hl=en&q=Auto+Run+USB
http://www.google.com/search?hl=en&c...un+USB&spell=1
--
All the Best,
Kelly

Microsoft-MVP Windows® XP-Shell/User
2004 Windows MVP "Winny" Award

Troubleshooting Windows XP
http://www.kellys-korner-xp.com

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm


"phillip shoemaker" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> never mind. i guess it just won't work. It isn't a cd (read my posting),
> and i guess it just doesn't work with USB Mass Storage Class devices...
>
>
> "Mark L. Ferguson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> There are several registry entries that might effect that.
>>
>> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
>> "NoDriveTypeAutoRun"=dword:0x000000FF
>> this disables autoorun completely
>>
>> ( 0x00000091 enables all but hard drives)
>>
>> Start, Run and enter REGEDIT
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom] "Autorun" =
>> dword:0x00000000
>> OR
>> In XP Pro Go to start/run, and type GPEDIT.MSC. Go to Computer
>> Configuration, Administrative Templates, System find the item "Turn Off
>> Autoplay" There is a script available to do this for either version.
>> http://www.dougknox.com/xp/scripts/xp_cd_autorun.vbs
>>
>> the value of dword:0x00000001 enables
>>
>> If none of this applies, you probably have a driver for the cd that needs
>> updating
>>
>> --
>>
>> Mark L. Ferguson
>> marfers notes for windows xp
>> http://www.geocities.com/marfer_mvp/chatNotes.htm
>> .
>> "phillip shoemaker" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> ?
>>> That is _exactly_ what I've done, yet it is ignored. This is ignored,
>>> for some reason, and the autorun debugging app even states so. However,
>>> it doesn't state WHY it is ignored.
>>>
>>>
>>>
>>>
>>> "Mark L. Ferguson" <(E-Mail Removed)> wrote in message
>>> news:%(E-Mail Removed)...
>>>> ---autorun.inf--cut here--
>>>> [autorun]
>>>> open=setup.exe
>>>> --cut here--
>>>>
>>>> --
>>>>
>>>> Mark L. Ferguson
>>>> marfers notes for windows xp
>>>> http://www.geocities.com/marfer_mvp/chatNotes.htm
>>>> .
>>>> "phillip shoemaker" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> I'm having a lot of problems getting Autorun to work properly with a
>>>>> USB-based drive. I've seen a lot of documentation that is
>>>>> contradictory, so hopefully someone can point me to the source of the
>>>>> right information.
>>>>>
>>>>> Putting the following onto a removable USB hard drive (volume-based
>>>>> music player), does not do what I want it to. It appears that
>>>>> autorun.inf is ignored, and content sniffing happens and Autoplay is
>>>>> invoked (despite the documentation found at
>>>>> http://msdn.microsoft.com/msdnmag/is...y/default.aspx )
>>>>>
>>>>> Here's what I've put onto my disk...
>>>>> autorun.inf
>>>>> setup.exe
>>>>> \setup\_bunch_of_setup_files
>>>>>
>>>>> the contents of autorun.inf are pretty darn simple:
>>>>> open=setup.exe
>>>>>
>>>>> When I plug this device in, Windows XP does a sniff, finds some music
>>>>> and some pictures, and displays a mixed media dialog rather than
>>>>> running my autorun.inf.
>>>>>
>>>>> What gives? Once I get this one answered, I'll have more... ;-)
>>>>>
>>>>> Thanks.
>>>>> Phillip
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where are 'autoplay' and 'autorun' HenriK Windows XP General 3 9th Mar 2009 11:24 PM
autorun/autoplay =?Utf-8?B?bWljaGlnYW4=?= Windows XP New Users 2 17th Sep 2006 04:35 AM
Autorun and Autoplay phillip shoemaker Windows XP Help 5 4th Nov 2004 08:24 AM
Re: Autorun and Autoplay Mark L. Ferguson Windows XP Basics 4 4th Nov 2004 08:24 AM
autorun/autoplay Newbie Windows XP Basics 5 8th Jan 2004 06:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:47 AM.