?

  • Thread starter Thread starter mike
  • Start date Start date
With regards to what? A file extension that usually denotes an
initialization file.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| what does .ini mean?
|
 
mike said:
what does .ini mean?

It's a text file that contains parameters that are read (and used) by an
application when it runs (initializes). Precursor to the Windows NT/95
Registry.

Cheers

Adam
 
Adam said:
:




It's a text file that contains parameters that are read (and used) by an
application when it runs (initializes). Precursor to the Windows NT/95
Registry.

Cheers

Adam

Well, yes and no. The registry is actually an *.ini file, but MS in its
wisdom has decided not to put the *.ini extension on it. But Win2k/XP
still uses *.ini files during boot.

*.ini files, like the registry, can cause problems if not maintained to
reflect the actual state of the system. Again, MS in its wisdom has not
included automatic and accurate rewrites of the registry and associated
files whenever you uninstall an app or remove hardware, etc. That's why
they gave you regedit..... a powerful and therefore dangerous tool,
which you must keep out of the hands of the kiddies. :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top