发布时间:2024-04-01 文章来源:深度系统下载 浏览:
方法一:输入wsreset命令,点击确定按钮,如下图所示,这个是应用商店重置 方法二:以管理员身份运行 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选项/高级/使用TLS1.2 打 上 勾! |