Failure phenomenon:
After upgrading the operating system to the Win10 RS1 (1607) version, you may find that Cortana cannot be started, or the edge extension (edge extension) cannot be installed.
Solution:
Tip: Registry modifications are risky, please back up important data in advance and proceed with caution.
Cortana failed to start problem: the way to modify the registry can be resolved.
Hkey_current_usersoftwaremicrosoftwindowscurrentversionsearch, look at the key value of "bingsearchenabled", and if it is "0", change it to "1"
Unable to install edge extension problem: Install extensions from Windows Store again, using the following methods to extend "pocket" as an example:
Administrator Open Powershell
Input: Get-appxpackage *pocket* | Remove-appxpackage, unloading pocket
Input: get-appxpackage-allusers| Foreach {Add-appxpackage-disabledevelopmentmode-register $ ($_). installlocation) Appxmanifest.xml "} Reload Application
To install the pocket again from Windows Store
For other extensions, you can use the same method to replace the *pocket* in step 2 with the * extension *. If you do not know the extension of the problem, use Get-appxpackage to list all installed extensions