Windows10 registry is modified how to restore

  
                

During the use of the Win10 system, users often encounter problems that need to be modified by the registry. However, changing the registry frequently can cause various problems, so we need to restore the registry at this time. So how do you restore the registry?

If you have modified your registry, you can post the following code to the command prompt by running a command prompt recovery as an administrator.

reg add “HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\WindowsSelfHost\\Applicability” /v “BranchName” /d “fbl_release” /t REG_SZ /f

reg add “HKEY_LOCAL_MACHINE\\SOFTWARE \\Microsoft\\WindowsSelfHost\\Applicability” /v “ThresholdRiskLevel” /d “low” /t REG_SZ /f

reg delete “HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\WindowsSelfHost\\Applicability” /v “ThresholdInternal” /f

reg delete “HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\WindowsSelfHost\\Applicability” /v “ThresholdOptedIn" /f

And your registry should end up like this:

Reverting the registry to its original state can improve the speed of your computer, and it can also be better repaired for some system problems. Therefore, if you encounter many difficult system problems, try it. Registry recovery.

Copyright © Windows knowledge All Rights Reserved