Autorun.inf

: It can instruct Windows to automatically launch a specific program (e.g., an installation wizard) as soon as the drive is mounted.

: Sets the icon that represents the drive in the operating system. label=My Drive Name : Assigns a specific name to the volume. autorun.inf

Because autorun.inf allowed code to run without user consent or knowledge, it became a primary vector for malware propagation, often referred to as an . : It can instruct Windows to automatically launch

A typical autorun.inf file is written in a simple "INI" format. Common entries include: Because autorun

: The required header that identifies the start of the configuration block.

The file is a text-based configuration file used by Microsoft Windows to automate actions when a removable storage device—such as a USB drive, CD, or DVD—is connected to a computer. While originally designed for convenience, it became a major security vulnerability, leading to significant changes in how modern Windows versions handle external media. What is the Purpose of autorun.inf ?

The file is primarily located in the root directory of a volume. Its main functions include: