重裝win10教程:電腦店u盤裝系統(tǒng)教程|怎么用U盤重裝系統(tǒng)|PE裝系統(tǒng)【詳細(xì)圖文】
win10商店重置消失的解決方法:
1、在Cortana搜索框輸入windows powershell,鼠標(biāo)右擊windows powershell以管理員運(yùn)行,復(fù)制粘貼以下命令運(yùn)行:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
或者
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

2、如果不行,就用下面的方法試試:
要重新安裝應(yīng)用商店的話,建議您在小娜中輸入Powershell,以管理員身份運(yùn)行。完成后,首先使用命令
Get-AppxPackage -AllUser,
在執(zhí)行完成后的列表中找到 Windows Store,復(fù)制下 Install Location 中的內(nèi)容。之后在 Powershell 窗口中復(fù)制并執(zhí)行命令:
Add-AppxPackage -register “xxxxxx(Install location中記錄的信息)\Appxmanifest.xml” -disabledevelopmentmode
當(dāng)我們在win10系統(tǒng)遇到重置商店后商店消失的問題就給大家介紹到這里,大家可參考以上步驟進(jìn)行修復(fù)!