发布网友
发布时间:2024-12-14 04:37
共1个回答
热心网友
时间:2024-12-14 08:37
1、win键+R,以管理员命令运行,输入Powershell。
2、在弹出的Powershell输入:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register $($_.InstallLocation)\AppXManifest.xml}
3、等待命令运行完成即可。