» Access to Excel Converter

  » AutoIt4UE

  » AutoIt Debugger

  » Autorun

  » Essential Excel Add-In

  » NVU Template Updater

  » Points Generator
  » QuickFolder

  » SimMetrics COM Wrapper

  » SimMetrics VBA Add-In

  » Spreadsheet Compare

Autorun

Autorun is a small event handler designed to simulate the Autoplay feature for USB drives.

Features:

  • Autorun does not run all the time, only when a USB drive is inserted. Does not eat valuable resources.
  • Allows device by device enabling of Autoplay.
  • Freeware. Autorun is free.
Required:
  • Admin rights to the computer.
  • Autorun needs to be enabled on the computer.
Installation:
  1. The program can be downloaded here: Autorun.zip
  2. Unzip 'Autorun.exe' somewhere on your local hard disk (not a removable drive).
  3. Run the program. This will setup the registry stuff. If you move the program, just run it again. 
  4. Plug in your USB drive, right click on it in Explorer and click 'Properties' then click on the 'AutoPlay' tab.
  5. Click the drop down list and select "Mixed Content". You should see 'Autorun USB Drive' there. 
  6. Check the "Select Action to perform" option and then select 'Autorun USB drive'. Click "OK" to close.
  7. Make sure that there is an 'Autorun.inf' on the USB drive. Confirm that the file contains an 'open=' line and that it refers to a program on the USB drive. Refer to the Autorun section below for more details.
  8. Unplug and then replug in your USB and the program should autostart.

Autorun.inf File Configuration:

  • The Autorun.inf file is a file located in the root of a removable drive (USB, CD or DVD) containing information on what application should be run when the drive is inserted. More elaborate Autorun.inf files contain menu options and icon information as well.
  • The minimum requirement for Autorun is that a Autorun.inf file exists with the following lines. The Autorun.inf is a text file that can be created using Notepad. Change PStart.exe to whatever program is required to start on insertion.
[Autorun]
Open=PStart.exe

How it works:

The program sets a number of registry entries that create a new content event handler in Windows. The program sets itself up as the default application to run when a configured device is inserted. When a configured device is inserted, the program is called with the drive letter on the new drive. The program determines the program to run from the Autorun.inf file on the new drive and executes it.

This program was developed from an idea on PortableFreeware.com.

Other:

Comments, bugs and requests can be made in the Forum.


Note: The forum authorisation code is: cpa1djj3k












This site is © Copyright Steve Towner 2007, All Rights Reserved
Steve's free web templates