Autorun

di il
2 risposte

Autorun

Salve a tutti volevo creare un autorun appunto per rendere automatico l'avvio di un applicazione quando inserisco una chiavetta usb e ho composto l'autorun nel seguente modo

[autorun]
open=esempio.bat
action= Esempio

invece di lanciare direttamente l' exe ho usato come tramite un file batch per svolgere anche qualche compito extra, visto che non mi interessava non ho usato nessuna icona.
Il problema è che il codice non va (anche con antivirus off),
naturalmente ho salvato il file come autorun.inf e l'ho messo nella directory principale della pennetta in modo da non dover indicare il percorso di esempio.bat .
Uso windows vista ma vorrei sapere anche come fare l'autorun per xp e sette; penso che cosi come l'ho scritto io vada bene per windows 98 visto che le guide che ho trovato erano molto vecchie.
grazie ancora una volta per l'aiuto.

2 Risposte

  • Re: Autorun

    Se può esserti d'aiuto...
    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). An RMB set to zero indicates that the device is not a removable media device. An 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 http://www.t10.or .
    For more information about StorageDeviceProperty, see the STORAGE_DEVICE_DESCRIPTOR storage structure in the WDK documentation at .
    For more information on Autorun.inf files see "Creating an AutoRun-Enabled Application" at http://msdn2.microsoft.com/en-us/library/aa969330.asp.
    fonte:http://msdn.microsoft.com/en-us/windows/hardware/gg487419.aspx
  • Re: Autorun

    Molto utile grazie
Devi accedere o registrarti per scrivere nel forum
2 risposte