Cortana cannot start or install edge extensions after upgrading Windows RS1 (version 1607)

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.