INF file
An INF file (setup Information file) is an INI plain-text file used by Microsoft Windows-based operating systems for the installation of software and drivers.[1] INF files are most commonly used for installing device drivers for hardware components.[2] Windows includes the IExpress tool for the creation of INF-based installations. INF files form part of the Windows Setup API and of its successor, Windows Installer. The \windows\inf directory contains several such Precompiled setup Information file ( StructureThe structure of an INF file is very similar to that of an INI file; it contains various sections that specify the files to be copied, changes to the registry, etc. All INF files contain a [autorun]
open=example.exe
What this would do is open the INF Files can sometimes be dangerous on Windows 2000 as they may allow viruses to autorun without prompting.[citation needed] They are blocked on Windows 7, but can be worked around. [4] [autorun]
open=example.bat
icon=cd.ico
Registry valuesThe INF file may specify values for Windows Registry entries. Drivers providers and users may for instance use this feature to override display Extended Display Identification Data (EDID) metadata for displays that have corrupted ROM memory.[5] See alsoReferences
External links |