close

1. 用系統管理員身分開啟 PowerShell

狀況一:APP打不開

執行命令:$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

 

狀況二:APP閃退

執行命令:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

狀況三:以上都無法解決 - 清除暫存

Winkey+R:wsreset

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 AwEi 的頭像
    AwEi

    毛哥資訊日誌

    AwEi 發表在 痞客邦 留言(0) 人氣()