Editing the Registry
|
Removing Entries
|
| 1. |
Start Regedit and search for Paint Shop Pro. |
| 2. |
Continue to search until you come to the Uninstall
section. |
| 3. |
Right click on the name of the application |
| 4. |
Press the right-mouse button and select Delete. |
 |
Editing Existing Entries
|
| Lets say you wanted to
edit your Modem's initialization string but don't know where it is
located in your Registry. |
| 1. |
Start searching for the word modem until you
get to a section that looks like the it might have that type of
information. |
| 2. |
You will find it under HKLM \ System \
CurrentControlSet \ Services \ Class \ Modem \ 000n - where n is
the number of your modem. |
| 3. |
Under there is a subkey Init and in this
subkey is a Value which has your modem's initialization string. |
 |
| 4. |
In this case, double click on the Value 2 in
the right panel and type in the new string. |
| You can follow these same
basic steps to search for and edit other areas of your Registry. |
Adding Entries
|
In the following example,
you will add an entry to turn off the Windows animation when you
minimize or maximize a window.
Note: Usually before you add an entry to the Registry, you
already know the exact location and value. |
| 1. |
Move to HKey_Current_User \ Control Panel \ Desktop
\ WindowMetrics |
| 2. |
To add an new value, either select Edit / New /
String Value or right click on the right panel and select New /
String Value. |
| 3. |
A new value will be created with the name New
Value #1 and will be highlighted in blue. |
| 4. |
Type in the new name of MinAnimate |
| 5. |
Double click on MinAnimate and type 0
for it's Value Data |
| You have now made a new
Registry entry which will close or open windows immediately. |
| There are three types
of Value Data you can select. |
| String |
For entering Text or simple numbers. Has a ab
icon next to it. |
| Binary |
Has pairs of numbers separated by spaces. Has a 0101
icon next to it. |
| DWord |
In the form of 0x000000n (y) where n is the
Hexadecimal value and y is the Decimal value |