文章标题

来源:互联网 发布:onclick seo 编辑:程序博客网 时间:2024/05/16 14:12

用管理员运行 wondows powershell 然后输入下面的代码

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