The solution to the locked winxp registry is to first create an inf file and then install this file into the system to solve the problem. If you want more details, take a look at what to do if the WinXP registry is locked below.
First make an inf file and then install this file into the system to solve the problem.
Specific steps: First open the Notepad program, and then enter the following code.
01[Version]
02Signature=“$”
03[DefaultInstall]
04DelReg=del
05[del]
06HKCU, SoftwareMicrosoftWindowsCurrentVersionPoliciesSystem, Disableregistrytools,
071,00,00,00,00
Copy code
[Version] Signature="$"[ DefaultInstall] DelReg=del [del] HKCU, SoftwareMicrosoftWindowsCurrentVersionPoliciesSystem, Disableregistrytools, 1, 00, 00, 00, 00
The above is the detailed content of Solution to WinXP registry being locked. For more information, please follow other related articles on the PHP Chinese website!