Tweak System Configurations Using the Ini Editing Tool

Tweak System Configurations Using the Ini Editing Tool

John Lv8

Tweak System Configurations Using the Ini Editing Tool

Table of Contents

Disclaimer: This post includes affiliate links

If you click on a link and make a purchase, I may receive a commission at no extra cost to you.

Edit INI Entry Dialog

In this dialog, you can change the Key, Value, and attributes of a single INI entry. The “Key” and “Value” fields’ contents can be localized .

Edit INI Entry Dialog

TipThe key and value are Formatted Type fields, so you will be able to edit them using Smart Edit Control .

Value

Key

This field contains the name of the key you want to create or add in the INI file.

Value

This field contains the name of the value you want to set for or add to the specified key.

Action

This combo box allows you to specify the action taken during the installation of this INI entry. The available options are:

  • Create or update - the entry will be created if it doesn’t exist or it will overwrite the existing entry.
  • Create only if it doesn’t exist - the entry will be created only if it doesn’t already exist.
  • Create or append comma separated - the entry will be created if it doesn’t exist or the specified value will be appended to the specified key.
  • Remove entry - removes the key specified in the Key field.
  • Remove tag from entry - removes the value specified in theValue field from the key specified in theKey field.

For example, let’s consider this INI:

[Example]
Key0=Value0
Key1=Value1;Value2;Value3

Copy

After you use the “Remove entry” option forKey0, the INI will look like this:

[Example]
Key1=Value1;Value2;Value3

Copy

For this new INI, using the “Remove tag from entry” option forValue2 in Key1 will result in this:

[Example]
Key1=Value1;Value3

Copy

General

Component

This combo box allows you to select the component which will contain the INI entry.

Did you find this page useful?

Please give it a rating:

Thanks!

Report a problem on this page

Information is incorrect or missing

Information is unclear or confusing

Something else

Can you tell us what’s wrong?

Send message

Also read:

  • Title: Tweak System Configurations Using the Ini Editing Tool
  • Author: John
  • Created at : 2024-11-20 16:26:30
  • Updated at : 2024-11-22 16:45:39
  • Link: https://fox-search.techidaily.com/tweak-system-configurations-using-the-ini-editing-tool/
  • License: This work is licensed under CC BY-NC-SA 4.0.