Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 10系統教程 >> 關於Windows10系統教程 >> win10應用商店打不開怎麼辦

win10應用商店打不開怎麼辦

日期:2017/1/24 9:13:09      編輯:關於Windows10系統教程

1、點擊任務欄的搜索(Cortana小娜)圖標,輸入Powershell,在搜索結果中右鍵單擊Powershell,選擇“以管理員身份運行”。

win10應用商店打不開怎麼辦

2、執行以下命令:

① 針對Win10應用商店打不開的情況,請輸入以下命令(復制粘貼即可)回車:

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

win10應用商店打不開輸入命令(1)

② 針對Win10應用打不開的情況,請輸入以下命令:

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

win10應用商店打不開輸入命令(2)

3、打開設置—更新和安全—Windows更新(可直接點此打開),把所有已檢測到的更新全部安裝完成。

windows更新

4、對於應用商店打不開的問題,如果上述方法不奏效,可嘗試重置應用商店:

按Win+R打開運行,輸入wsreset,回車

重置win10應用商店

5、如果你的應用商店打開後提示“服務器出錯,我們都有不順利的時候”,錯誤代碼為0x80072EFD,這可能是IE中的代理設置導致。

win10應用商店提示錯誤

此時可檢查IE的Internet選項—連接——局域網設置,如下圖所示,如果“為LAN使用代理服務器”被勾選,則取消勾選。

internet局域網設置

Copyright © Windows教程網 All Rights Reserved