- WIN.INI
WIN.INI is a basic
INI file that was used in versions of theMicrosoft Windows operating environment up toWindows 3.11 to store basic settings at boot time. By default, all font, communications drivers, wallpaper, screen saver, and language settings were stored in WIN.INI by Windows 3.x. Many of these settings were honored in Windows 9x, although the files had begun to be phased out in favor of theWindows registry .Windows XP still acknowledges some entries in the WIN.INI file, to provide backwards compatibility with older 16-bit applications. However, when a fresh install of XP is performed, the WIN.INI file created is initially blank. Also there is a WIN.INI file inWindows Vista .Prior to Windows 3.0, it was not uncommon for applications to store their configuration settings inside WIN.INI. With the release of
Windows 3.0 in 1990, Microsoft introduced the concept of "private" INI files, and some newapplication programming interface calls so that applications could store their settings in their own files. [cite web
url=http://support.microsoft.com/kb/74608
title=INFO: When to Use WIN.INI or a Private INI File
publisher=Microsoft
work=Knowledge Base
date=February 14 2005
accessdate=2007-12-08] Today Microsoft recommends using the registry for settings.Editing
Microsoft bundles two specialized editors for core
configuration file s (such as WIN.INI,SYSTEM.INI ,CONFIG.SYS , andAUTOEXEC.BAT ) with its operating systems.Sysedit is an MDItext editor that opens all of those files simultaneously, available in all versions of Windows since Windows 3.x.MSConfig is a simpler application that allows a user to enable and disable drivers and applications from being loaded at startup by the aforementioned files and the Run, RunEx, and RunOnce registry keys.References
Wikimedia Foundation. 2010.