.INI File Extension
Windows Initialization File
Developer | N/A |
Popularity |
3.8 | 243 Votes |
What is an INI file?
An INI file is a configuration file used by Windows programs to initialize program settings. It contains sections for settings and preferences (delimited by a string in square brackets) with each section containing one or more name and value parameters.
More Information
Common INI Filenames
desktop.ini - A hidden file located in Windows folders that saves viewing options for that specific folder. This file can specify an image that is used for the folder icon as well as appearance options for files within the folder. It can be ignored, but if you delete the desktop.ini file, Windows may generate a new one. Mac OS X .DS_STORE files serve a similar purpose.
Programs that open or reference INI files
Symbian OS Configuration File
Developer | N/A |
Popularity |
3.3 | 31 Votes |
Configuration file that stores settings and user preferences for the Symbian operating system and installed applications; similar to INI files used by Windows and typically should not be opened manually.
More Information
NOTE: Symbian INI files can be edited with a text editor to modify specific settings. However, altering the INI file may cause the operating system or other programs to not function correctly. Therefore, be sure to backup the file and only edit the file if you know exactly what to add or change.
Programs that open or reference INI files
Finale Preferences File
Developer | MakeMusic |
Popularity |
3.0 | 25 Votes |
File created by Finale, a music notation program; contains Finale program settings to customize the work environment; settings include dialog boxes, menu settings, and font styles; preset in Finale but can be edited either through settings dialog windows or manually.
More Information
INI files are divided into 9 sections:
[Settings]
[MIDI]
[Extensions]
[Preferences]
[Colors]
[Chromatic Spelling Tables]
[Palettes]
[Speedy Keys]
[Directories]
Programs that open or reference INI files
Gravis UltraSound Bank Setup File
Developer | Advanced Gravis Computer Technology |
Popularity |
3.0 | 21 Votes |
An INI file contains settings that define how the Gravis UltraSound (GUS) sound card should load and use instrument bank files. It stores plain text settings that reference a .FFF file, which contains audio data for various instrument sounds, and a set of patch files (.PAT Gravis UltraSound GF1 Patch files), which customize or extend the instrument library. INI files are mostly obsolete today due to changes in audio hardware and standards, and decreased usage of GUS cards.
More Information
Gravis UltraSound was a popular sound card for IBM-compatible PCs in the early to mid-1990s, especially among gamers and musicians who wanted high-quality wavetable synthesis. Unlike many competing cards of its time, the GUS could load custom instrument patches into onboard RAM, allowing for richer and more flexible audio playback. This capability made it a popular choice for .MOD music playback and demo scene productions, as well as some DOS games that supported it directly.
INI files played a key role in this process. When a game or music player started up, it would read the INI file to determine which sound data to load into the GUS's memory, ensuring that instruments were mapped correctly for MIDI or tracker playback.
This setup gave users a fair amount of control over the audio experience, though it also meant that configuration could be tricky without the correct INI settings. For example, developers could edit these files to adjust instrument mapping, volume, or other playback parameters.
How to open an INI file
You can open INI files with FMJ-Software Awave Studio in Windows. Since INI files contain plain text, you can also open, view, and modify them with a text editor, such as Microsoft Notepad (Windows), Apple TextEdit, and gedit (Linux). However, incorrectly modifying an INI file will break it.