發布時間: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 打 上 勾! |