All Metro Apps on Windows 8.1 does not work

Source: Internet
Author: User

All Metro apps do not open properly, and appear to be automatically minimized to the taskbar when turned on, and cannot be restored to normal status. The corresponding error message in the event viewer\application is:

Activation of App winstore_cw5n1h2txyewy! Windows.store failed with Error:this apps does not support the contract specified or are not installed. See the Microsoft-windows-twinui/operational Log for additional information.

    • If you just want to turn on PC Settings, run the command line with Administrator privileges:
Powershell-executionpolicy Unrestricted Add-appxpackage-disabledevelopmentmode-register $Env: SystemRoot\ Immersivecontrolpanel\appxmanifest.xml
    • Reinstall all Metro apps and execute commands in PowerShell (It performs a full reinstall of the "Metro" apps using the following command in Powersh Ell to fix the apps minimizing on start:)
" $($_. installlocation) \appxmanifest.xml" -verbose}

What it does are this: Get-AppxPackage gets a list of installed apps packages (. appx) and Add-AppxPackage installs an app package. So the command kind of reinstalls metro applications, but with developmentmode disabled. It shouldn ' t is harmful in a sense of it won ' t install anything new or remove existing apps.

Resources:

    1. Http://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_store/ All-metro-apps-on-windows-81-do-not-work/cf009f94-358d-4cd2-8bb0-5ae748e1acd8?page=3
    2. Http://www.eightforums.com/tutorials/42001-pc-settings-fix-restore-windows-8-1-a.html

All Metro Apps on Windows 8.1 does not work

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.