Porque el drive USB no arranca con el autorrun.inf

21/11/2005 - 19:46 por Alejandro Magaña | Informe spam
Me he encontrado en la red con varias aplicaciones que se ejecutan desde la
USB, y me he hecho un programa de autorun en html, para que al conectar la
memoria USB ejecute el archivo autorun.inf que tiene el comando

[autorun]
OPEN = start.html
ICON = USB.ico



pero no hace nada. Que hice mal?





Atte:
Manuel Alejandro Magaña Zavala
NeoIdeas Corp.
Soluciones Administrativas
Guanajuato, Gto. México.
 

Leer las respuestas

#1 fermu [MVP Windows]
21/11/2005 - 20:07 | Informe spam
Hash: SHA1

Alejandro Magaña wrote:
Me he encontrado en la red con varias aplicaciones que se ejecutan desde la
USB, y me he hecho un programa de autorun en html, para que al conectar la
memoria USB ejecute el archivo autorun.inf que tiene el comando



que tipo de dispositivo USB es?, la ejecución de archivos autorun.inf
están restringidos a unidades de CDROM y discos "fijos", para que
funcione ese archivo en un dispositvo USB se debe marcar el mismo como
dispositivo no extraible, y eso creo que lo marcan los drivers... al
menos eso es lo que dice MS en esta faq,
Q: What must I do to trigger Autorun on my USB storage device?
The Autorun capabilities are restricted to CD-ROM drives and fixed disk
drives. If you need to make a USB storage device perform Autorun, the
device must not be marked as a removable media device and the device
must contain an Autorun.inf file and a startup application.

The removable media device setting is a flag contained within the SCSI
Inquiry Data response to the SCSI Inquiry command. Bit 7 of byte 1
(indexed from 0) is the Removable Media Bit (RMB). A RMB set to zero
indicates that the device is not a removable media device. A RMB of one
indicates that the device is a removable media device. Drivers obtain
this information by using the StorageDeviceProperty request.

For more information about the SCSI Inquiry command, see the T10
committee located at http://www.t10.org. This link leaves the
Microsoft.com site

For more information about the StorageDeviceProperty, see the
STORAGE_DEVICE_DESCRIPTOR storage structure in the Windows DDK, located
at
http://msdn.microsoft.com/library/d...a.xml.asp.

For more information on Autorun.inf files see the "Creating an
AutoRun-Enabled Application" article located at
http://msdn.microsoft.com/library/e...works.asp.

info extraida de:

http://www.microsoft.com/whdc/devic...sbfaq.mspx
Saludos / Fernando M.
MS MVP Windows - Shell/User
Fermu's Website - http://www.fermu.com
Fermu's Forum - http://fermu.notlong.com

Preguntas similares