Skip to main content

Posts

Showing posts with the label hw to create autorun .inf file

$$$$$$$$How to create autorun .inf file$$$$$$$$

Creating a USB Autorun.inf Changing label\icon 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 label\icon 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 automati