猜你喜欢

误操作把消息通知开启或关闭了,需要更改下设置解决方案:1点击底部消息图标,选择“所有设置”2,选择“系统”3,点击左侧边栏的“通知和操作”菜单项,把右侧窗口中的...
误删除Windows 10的应用商店,如何恢复?
解决方案:
“以管理员身份运行”Windows Powershell
然后在打开的“管理员:Windows Powershell”窗口中输入以下命令:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}