Home > System Tutorial > Windows Series > Win10 cannot load repair method: solution for missing or damaged registry files

Win10 cannot load repair method: solution for missing or damaged registry files

王林
Release: 2024-01-10 21:37:55
forward
1248 people have browsed it

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.

The registry file is lost or damaged and therefore cannot be loaded. Repair method

1. Enter "Command Prompt" in the lower left corner of the computer and run it as an administrator.

Win10 cannot load repair method: solution for missing or damaged registry files

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

Win10 cannot load repair method: solution for missing or damaged registry files

3. Press "Win R" and enter: regedit and press Enter to open the registry. The final registry should look like this.

Win10 cannot load repair method: solution for missing or damaged registry files
Win10 cannot load repair method: solution for missing or damaged registry files

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!

Related labels:
source:somode.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template