Windows10 registry is modified to restore

  
. During the use of Win10 system, users often encounter problems that need to be modified by the registry, but changing the registry frequently will also cause various problems, so we need to The registry is restored. So how do you restore the registry?
If you have modified your registry, you can restore it by running a command prompt as an administrator and paste the following code into the command prompt.
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&rdquo ; /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:

Recovering the registry to its original state can improve the speed of your computer At the same time, for some system problems, it can be better repaired. Therefore, if you encounter many system problems that are difficult to solve, try to restore the registry.

Copyright © Windows knowledge All Rights Reserved