Many users have discovered the problem of "the registry file is missing or damaged and cannot be loaded" when using their computers. They don't know how to solve it and have never modified the registry. It is not very troublesome to fix it, as long as a string of codes That’s it, let’s take a look at the detailed repair methods.
1. Enter "Command Prompt" in the lower left corner of the computer and run it as an administrator.
2. Paste the following code into the command prompt and press the Enter key after entering it.
reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability” /v “BranchName” /d “fbl_release” /t REG_SZ /f
reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability” /v “ThresholdRiskLevel” /d “low” /t REG_SZ /f
reg delete “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability” /v “ThresholdInternal” /f
reg delete “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability” /v “ThresholdOptedIn” /f
3. Press "Win R" and enter: regedit and press Enter to open the registry. The final registry should look like this.
The above is the detailed content of Win10 cannot load repair method: solution for missing or damaged registry files. For more information, please follow other related articles on the PHP Chinese website!