Current location - Quotes Website - Signature design - Invite experts to collect 200 points and add 100 more! !
Invite experts to collect 200 points and add 100 more! !

Unlock the Registry Editor

HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools, 1, 0

Then save the file as An INF file, right-click the file----click "Install" ^O^

We can see the first segment, the signature "$Windows NT$" after the Signature It indicates that my operating system is NT. If your operating system is 98, you should write "$CHICAGO$" in the subsequent signature.

Look at the second paragraph again. The "ADDREG" on the left side of the equal sign cannot be changed. The content on the right side of the equal sign is up to you. But one thing to note is that it must be consistent with the content in the second paragraph. The sentences used in the three paragraphs remain consistent. There is another operation: "DELREG" (delete key) has the same usage as "ADDREG", which will be introduced later.

Okay, you guys are eager to give it a try this time. Don’t worry, there seems to be one thing that is different from the REG file. Haha, I can see it. It’s at the end of the file. Why? There is "," (note: comma). And what are these "HKCU"?

This is a different format from REG files.

"HKCU" refers to the root key in the registry, where "HKCU" is the abbreviation of "HKEY_CURRENT_USER", and others include "HKCR" --- "HKEY_CLASSES_ROOT", "HKLM" -- --"HKEY_LOCAL_MACHINE", "HKU"----"HKEY_USERS", "HKCC"----"HKEY_CURRENT_CONFIG", "HKDD"----"HKEY_DYN_DATA". If you want to operate which root key, you can follow the abbreviation above to check the number.

"," (note: comma), it is the separator between root key and sub-key, sub-key and key name, key name and key type, key type and key value.

The format for specifically modifying the registry key value segment is: root key, subkey, key name, key type, key value (note: the comma in the middle cannot be omitted).

In the above file, we know that what we actually need to modify is the DisableRegistryTools key and change its value to "0". Its type is DWORD (double byte). In the registry operations related to the INF file, there are string types (represented by "0") and binary types (represented by "1"). There is no INF file indicating double on the Internet. For byte type information, I hope someone who knows can add it. Here we can just use the binary type directly, so you can see that the position of the key type is "1", and finally the key value to be modified is "0".

As mentioned earlier, "DELREG" is an operation to delete key values. If you want to delete the DisableRegistryTools key, you can write like this:

[Version]

Signature="$Windows NT$"

[DefaultInstall]

DELREG=Mydel

[Mydel]

; Delete DisableRegistryTools key

HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools

Just omit the key type and key value fields, and finally save the file as an INF file, right-click File----Click "Install".

Okay, I don’t know if you understand it or not. It doesn’t matter if you don’t. I wrote one. You just need to copy the following content into Notepad and save this file as An INF file, finally right-click the file and click "Install". (Note: This file can solve the problems mentioned in the previous article. It can only be used in NT systems. The homepage will be changed to the homepage of 20CN. Hehehe, let’s make an advertisement ^O^).

------------------------------------------------ ----------------------------------------

[Version]

Signature="$Windows NT$"

[DefaultInstall]

ADDREG=Myadd

[Myadd]

; Unlock the Registry Editor

HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools, 1, 0

; Unlock IE's Internet Options

HKCU, Software\Policies\Microsoft\Internet Explorer\Restrictions, NoBrowserOptions, 1, 0

; Unblock various specific options in IE’s Internet Options

HKCU, Software \Policies\Microsoft\Internet Explorer\Restrictions, NoBrowserOptions, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Settings, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, HomePage, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, GeneralTab, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Cache, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, History, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Colors, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Fonts, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Languages, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Accessibility, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, SecurityTab, 1, 0

HKCU, Softwa

re\Policies\Microsoft\Internet Explorer\Control Panel,SecChangeSettings,1,0

HKCU,Software\Policies\Microsoft\Internet Explorer\Control Panel,SecAddSites,1,0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, ContentTab, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Ratings, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Certificates, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, CertifPers, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, CertifSite, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, CertifPub, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, FormSuggest, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, FormSuggest Passwords, 1 , 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Wallet, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Profiles , 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, ConnectionsTab, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel , Connection Wizard, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Connwiz Admin Lock, 1, 0

HKCU, Software\Policies\Microsoft\ Internet Explorer\Control Panel,Connection Settings,1,0

p>

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Proxy, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, AutoConfig, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, ProgramsTab, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, ResetWebSettings, 1 , 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Check_If_Default, 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, AdvancedTab , 1, 0

HKCU, Software\Policies\Microsoft\Internet Explorer\Control Panel, Advanced, 1, 0

; Unblock download (can be used alone)

HKCU, Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3, 1803, 1, 0

; Automatically modify IE title bar text, home page, search page, etc.

HKCU, Software\Microsoft\Internet Explorer\Main, Window Title, 0, "Internet Explorer"