win10企业版没有应用商店怎么办
的有关信息介绍如下:
你试试下面的方法:在搜索框中输入PowerShell 再选择最上面的Windows PowerShell 右键点击后选择“以管理员身份运行”。在Windows PowerShell 中输入 Get-AppxPackage -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 回车,运行后再看看是否能有效。



