"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

File Extensions

CFG File Format

SUMMARY: Information on the .CFG file format, normally a configuration file.

CFG files normally refer to configuration files for applications or your operating system. If you have Microsoft Office installed on a Windows machine, these may be referred to as "Microsoft Office Outlook Configuration Files", though other applications use configuration files with the .cfg file extension.

Configuration files contain information useful to the execution of various applications, and may contain:

* Document printing options
* Recently-used file locations
* Selected color scheme
* Toolbar buttons to display

or virtually any other type of information you can imagine.

Configuration files are inherent to the application or operating system component using the file, and thus have no standard format. Some configuration files may appear like so in Notepad or another text editor:

Item1=Choice
Item2=Choice

OR:
<?xml version ="1.0"?>
<configuration>
<item>
Choice
</item>
<item2>
Choice
</item2>
</configuration>

OR they can be other types of text files, or they may contain binary data unreadable in programs such as Notepad.

Normally, these files should not be edited unless you read information in a particular application's documentation about how to modify them to change program settings.

Windows users: NOTE that unless you have configured your computer with the file extension viewing tweak, it is possible that a filename that looks like it ends with ".cfg", especially one attached to an e-mail message, actually has a hidden OTHER extension, meaning that if you double-click the file, it may actually run a computer virus!

Return to the File Extensions page.

Print this tip


Get the Newsletter

blog comments powered by Disqus

Thanks For Sharing!



Newest Tips:

Microsoft Word 2010
W0rds w8th Numbers Pass the S0ellchecker!
Google Gmail
Automatically Archive a Conversation you Respond to
Digital Photography
[MODIFIED] Did Someone Get in the Way While Taking a Photo?
Google Chrome
View Kittens and Pandas Everywhere!

Follow Us!

About MalekTips and the Author

The MalekTips website was created in 1998 by Andrew Malek of Envision Programming. The page's goal is to freely disperse computer-related tips, hints, and informative articles. Tips are organized to be easy to find, and are presented clearly, in easy-to-understand language. MalekTips also provides information and links to public-domain, open source, freeware, shareware, and commercial software available for download. < more >