Creating a USB Autorun.inf
Changing labelicon of thumbdrive
Making a new option appear in the autorun menu
Making programs automatically run when plugged in

So Read On…

Creating a USB Autorun.inf :

To create an autorun file, open Notepad and save ‘autorun.inf’’ (with quotes) and save it to the root of the drive. All it needs to have is in the first line;

[autorun]

Done!

Changing labelicon of thumbdrive:

Follow the steps in Creating a USB Autorun.inf. Before you save it, type this in in this order!

[autorun]

icon=myicon.ico

label=MyLabel

And save. Make sure the icon file is in the root of your drive.

Making a new option appear in the autorun menu:

Right, so make your autorun file and type this into Notepad:

[autorun]
icon=default
label=[yourlabelhere]
action=programname.exe
Open Program

Save it and exit. Once again, the program has to be in the root. Now, when you plug it in, the option should appear in the menu.

Making programs automatically run when the USB is plugged in:

Follow the same instructions, blah blah blah;

[autorun]
Icon=default
label=YourLabelHere
open=programname.exe

Read more: http://www.isoftdl.com/2010/05/how-to-make-autorun-file-for-usb-drives.html#ixzz0vsgrXXkV
Under Creative Commons License: Attribution

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments