win7系統(tǒng)下載
當(dāng)前位置: 首頁 > 硬件軟件教程 > 詳細(xì)頁面

Windows10應(yīng)用商店打開不了問題處理方案

發(fā)布時(shí)間:2024-04-01 文章來源:深度系統(tǒng)下載 瀏覽:

方法一:輸入wsreset命令,點(diǎn)擊確定按鈕,如下圖所示,這個(gè)是應(yīng)用商店重置

方法二:以管理員身份運(yùn)行 Powershell

分別輸入下面的命令 $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

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

方法三:IE/工具/internet選項(xiàng)/高級(jí)/使用TLS1.2 打 上 勾!

本文章關(guān)鍵詞: Windows10應(yīng)用商店打開不了 
當(dāng)前原文鏈接:http://czecheden.com/soft/soft-46008.html