CFG file extension
Configuration file
CFG files, also known as configuration files, are used by many computer applications, processes and operating systems to define their initial settings.
Potentially, any computer program could use a configuration file (.cfg) so it is not possible to list them all here. However, the location of the .cfg file can often provide clues as to which program created/uses it.
These files are usually line based, meaning they contain one line per setting. However, configuration files do not have any set standards or strong conventions. Recently, XML and YAML have become a popular format for config files as the format provides well-defined syntaxes and tools are available to validate and verify the syntax.
Generally, configuration files are written in ASCII and can be opened using a standard text editor, although you'll need to make sure the configuration file is not in use and that any changes are not saved when closing the file (unless you know what you are changing is safe).
What do I need to do to be able to edit this .cfg file? Email me with your suggestions please.