解决方法:
1、在任务栏搜索框输入Powershell搜索到后右键以管理员方式运行;
2、然后输入命令 Get-AppxPackage-AllUsers|Foreach{Add-AppxPackage-DisableDevelopmentMode-Register“$($_.InstallLocation)AppXManifest.xml”}
3、运行完了重启后,就都显示了。垃圾APP自己再卸载一遍;
解决方法:
1、在任务栏搜索框输入Powershell搜索到后右键以管理员方式运行;
2、然后输入命令 Get-AppxPackage-AllUsers|Foreach{Add-AppxPackage-DisableDevelopmentMode-Register“$($_.InstallLocation)AppXManifest.xml”}
3、运行完了重启后,就都显示了。垃圾APP自己再卸载一遍;