-
Registry modification method.
We can achieve some special functions by modifying the registry, but the registry is very fragile, and if you are not careful, errors will appear. So how do we modify the registry? I summarize it in the following ways:
1.Software Modification (Security).
Modify the registry with special modifying tools, such as MagicSet, TweakUI, WinHacker, etc. In fact, the control panel is one such tool, but the functions are simpler.
2.Indirect modification (relatively safe).
Write the one you want to modify. reg file, and then import it into the registry...The basic format of the reg file is:
regedit4
hkey_local_machine\software\super rabbit\magicset]
="super rabbit magic set for windows 98 "
a"=dword:00000001
b"=hex:02,05,00,00
hkey_local_machine\software\scc\quickviewer]
The first line is "regedit4" and must be capitalized.
The second line is blank.
The third line uses the parenthetical sub-key branch, where the hkey local machine software super rabbit magicset is a sub-key branch.
Clause. Lines 4, 5, and 6 are the settings under this subkey. where @ is in the right pane of the registry"Default"Key.
The following is similar. This has the advantage of avoiding erroneous writes or deletes, but requires the user to understand the internal structure of the registry. The format of the reg file.
3.Direct modification (the least secure, but most straightforward and effective).
It is to modify the key-value data items of the registry directly through the registry, which will avoid leaving garbage in the registry (although they are all small, but more and more will slow down the system), but the user is required to have a certain knowledge of the registry, be familiar with the internal structure of the registry and be cautious.
-
Helpless recruits.
Since you didn't mention the key name, I'll assume that the key name is path and the key type is string uses
registry;
varreg
tregistry;
beginreg:=
trywith
regdobegin
rootkey
hkey_local_machine;
ifopenkey('softwaredelphi',false)then
ifreadstring('path')
'thenbeginshowmessage('The key value does not need to be modified');
exit;endelse
writestring('path','')else
showmessage('Failed to open the item, check if the item exists');
end;finally
end;
-
Start Menu - Run - Type "regedit", open the registry and find this key: hkey local machine software computer
artworks/thething/
γγAnd then it's all the same!
-
Start - Run - Enter regedit enter.
Find the one you want to modify in the open registry.
Modify it to what you need.
-
Open the registry, find the item you want to change, double-click to open and enter the value you want to modify!
-
These key-value item data can be divided into three types:
1.String value.
In the registry, string values are common, so how do we modify the registry? I summarize it in the following ways:
1.Software Modification (Security).
-
with easyrecovery
Chinese version! A very powerful hard drive data recovery tool. It can help you recover lost data and rebuild the file system. easyrecovery
Nothing is written to your original drive, it mainly rebuilds the file partition table in memory so that the data can be safely transferred to other drives. You can recover data from hard drives that have been damaged by viruses or that have been formatted. The software can recover more than that.
of the hard disk. Long file names are supported.
Corrupted hard drive like lost boot record, BIOS
parameter data blocks; partitioned tables; fat
Table; The boot area can be restored by it.
-
In Runtime, type :regedit to enter the registry to rewrite.
-
Start->Run-> input"regedit",You can enter the registry.,It's like a resource manager.,Find it one level at a time.,You can modify it on the right.γ
It's better to back it up first.,It's not a joke to change it.γ
-
For example, I'm going to start a notepad (c:) when I turn it on.
Then the Advanced Registry (Start-Run.
Locate in order:
Then in the space on the right, right-click New -String.
The "New value" appears
Double-click on the "New Value 1" in the "Numeric Data" field, and enter: c: Close the registry So that every time you turn on your computer, you'll run this notepad!
What do you need to do?
Changing the registry can do a lot of things!
-
Start running.
regedit
Find the right-click Modify to change the key value.
-
Find that key, double-click, and you'll be directed to a dialog box, and then change it to the value you need.
-
Most of the modifications made to the registry are modifications to the keys that already have key-value entries. The registry example makes this work very simple, the basic method is to search in the keybox window on the left until you find the key to which the key value you want to modify belongs. Double-clicking a key-value item will bring up a modification dialog box, depending on the data type of the selected key-value item"String value. ","Binary values"with"dword value"dialog box, in the dialog box you need something, finally click "OK", and everything will be done in no time!
-
Enter on the run.
regedit
Go to the registry to find the place you want to change.
Just make changes.
Reminder registry though.
Don't mess around.
-
Hello friend;
Select the new value;
Then press the F2 key on the keyboard;
This will rename it;
Or the value of the right-click; Then choose;
The rename option is also available; Remember that this is;
Modify the names of various types of registry values;
approach; And if you want to modify the value;
data words; In that case, you need to double-click on the value;
Enter new data; Just press OK.
-
Just right-click and rename.
-
String value name alwaysunloaddll
I don't know what kind of image this 1 is talking about.
But the reminder is that system optimization, to be honest, is not good for the system, people who really understand computers and love computers will not pursue computers fast.
-
Click Start --- Run in the bottom left corner --- enter regedit to open the registry.
It's good to use the search function again
Valid character constants are:
a.'084' is not legal, there is no 8 in octal. >>>More
There is no difference between a string and an array of characters. >>>More
Add a field in Table 1 as a foreign key and Billno in Table 2 >>>More
Do it by your train of thought.
Method 1. string strnumber="200m"; >>>More
The string is immutable, and the list is mutable.
That is to say, once the meaning of the string is determined, it cannot be changed, but the list can. >>>More