How to Make an Autorun.inf File Tutorial
An autorun.inf file is a plain text file that contains instructions for the operating system on how to automatically launch a program or application from a removable drive, such as a CD, DVD, or USB drive. The autorun.inf file must be placed in the root directory of the removable drive.
To create an autorun.inf file, follow these steps:
Open a text editor, such as Notepad, and create a new file.
Type the following lines into the file, replacing "ProgramName" with the name of the program or application you want to launch and "DriveLetter" with the letter of the drive where the autorun.inf file will be saved:
[autorun]
open=ProgramName.exe
icon=DriveLetter:\Path\To\ProgramName.ico
Save the file as "autorun.inf" (including the quotes to ensure that the file is saved with the correct filename and extension).
Copy the autorun.inf file to the root directory of the removable drive.
When the removable drive is inserted into a computer, the operating system will automatically launch the specified program or application. Keep in mind that not all operating systems support the autorun feature, so this may not work on all computers.
And if this article about How to Make an Autorun.inf File Tutorial hasn't satisfied you yet, you can watch the video below.
That's all from SmashinGeeks, see you in another article. ^^