
Win10自帶軟件打不開的解決方法:
1、點擊搜索按鈕,輸入:Powershell ,在搜索結果中右鍵單擊Powershell,選擇“以管理員身份運行”;


2、針對Win10應用商店打不開的情況,請輸入以下命令(復制粘貼即可)回車:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

3、針對Win10應用打不開的情況,請輸入以下命令:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


4、對于應用商店打不開的問題,如果上述方法不奏效,可嘗試重置應用商店:
按Win+R打開運行,輸入wsreset,按下回車鍵。

總結:以上就是win10系統自帶軟件閃退打不開的修復方法了,希望對大家有幫助。