这玩意儿有时候还是有点用,那时候卸载了,这次又得装回来~
命令:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
在Powershell
里粘贴了回车一下即可。基本上是秒恢复,所以说删了也不见得是真删了~
本站广告由 Google Adsense 提供
这玩意儿有时候还是有点用,那时候卸载了,这次又得装回来~
命令:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
在Powershell
里粘贴了回车一下即可。基本上是秒恢复,所以说删了也不见得是真删了~
本站广告由 Google Adsense 提供
0条评论