2016年11月17日 星期四

Unable to install apps on windows 8/10 app store 無法在 windows 8/10 安裝 App


Issue 問題:
無法在WINDOWS 安裝 APP,出現 You'll need a new app to open this - ms-windows-store

unable to install apps on Windows app store, error: You'll need a new app to open this - ms-windows-store





Environment 環境: 

OS: Windows 10




Solution 解決方式: 

Step 1. search powershell  then right click with "Run as administrator"
步驟 1.尋找 powershell 程式,並按下右鍵選擇 "Run as administrator"




Step 2.input the text below, and it should works now.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
步驟 2. 輸入以下文字
 Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}




Ref 參考:
You'll need a new app to open this - ms-windows-store 
http://answers.microsoft.com/en-us/windows/forum/windows_10-windows_store/youll-need-a-new-app-to-open-this-ms-windows-store/2d6c8d7e-6876-4e1c-ae00-8d4b4d3ff889

沒有留言:

張貼留言