Configuration Files Editing
To switch to this mode, click the Configuration Files Editing button on the Modes bar in the left part of the main window of Reg Organizer.
Use this mode to view or edit .ini configuration files, which are widely used by various programs and Windows itself for storing an application's current settings.
Editing INI-files
Many program store their settings in ini files. These are the plain text files that consist of sections. If you open one of these files in Windows Notepad, you will see the following structure:
[Section 1]
Key1=Value1
Key2=Value2
Key3=Value3
...
[Section 2]
Key1=Value1
Key2=Value2
Key3=Value3
...
The layout is quite simple: [Section1], [Section2]… indicate the names of the sections, each section contains a number of keys in which various values are stored (the KeyX=ValueX expressions).
You can use Reg Organizer to edit these files. To load an INI-file into the Reg Organizer window press the Open an Ini File button on the toolbar of the Configuration File Editing Mode and use the Open file… dialog to locate and select the ini file.
The hierarchical structure of all sections and keys of the loaded file is displayed in the left-hand pane. The Data right-hand pane displays the editable data value of the selected key and also the list of the other keys contained in the selected section.
Click the View as Text tab to view the current ini file as plain text.
After you finish editing the file, press the Save button to save the changes to the ini file.
|