Windows 10 Registry is modified How to restore

  
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 & ldquo; HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability & rdquo; /v & ldquo; BranchName & rdquo; /d & ldquo; fbl_release & rdquo; /t REG_SZ /f
reg add & ldquo; HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability & rdquo; /v & ldquo; ThresholdRiskLevel & rdquo; /d & ldquo; low & rdquo; /t REG_SZ /f
reg delete & ldquo; HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability & rdquo; /v & ldquo; ThresholdInternal & rdquo; /f
reg delete & ldquo; HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsSelfHostApplicability & rdquo; /v & ldquo; ThresholdOptedIn & rdquo; /f
and your registry ultimately should look like this:

restore the registry to its original state can increase computer speed, while for some system problems, can better repair, so if you encounter a lot of difficult to solve system problems, try the registry to restore it.

Copyright © Windows knowledge All Rights Reserved