Win10專業版應用閃退的解決方法:
一、重灌應用
將閃退的應用解除安裝之後重新安裝一下。
二、重灌應用商店
2. 滑鼠右擊【Windows Powershell】,選【以管理員執行】。
3. 逐一複製(Ctrl+C)和黏貼(Ctrl+V)以下命令:
taskkill /f /im explorer.exe
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
(重灌應用商店)
Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage
Get-AppxPackage -all *Microsoft.WindowsStore* |% {Add-AppxPackage -register -disabledevelopmentmode ($_.installlocation + “\appxmanifest.xml”)}
start explorer
4. 重啟電腦。
5. 重新開啟應用商店,下載相關應用即可。
Win10專業版應用閃退的解決方法:
一、重灌應用
將閃退的應用解除安裝之後重新安裝一下。
二、重灌應用商店
2. 滑鼠右擊【Windows Powershell】,選【以管理員執行】。
3. 逐一複製(Ctrl+C)和黏貼(Ctrl+V)以下命令:
taskkill /f /im explorer.exe
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
(重灌應用商店)
Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage
Get-AppxPackage -all *Microsoft.WindowsStore* |% {Add-AppxPackage -register -disabledevelopmentmode ($_.installlocation + “\appxmanifest.xml”)}
start explorer
4. 重啟電腦。
5. 重新開啟應用商店,下載相關應用即可。