win10系统Windows聚焦有时不工作的修复方法
1. 点击开始按钮>输入cmd>右键点击搜索结果中的”命令提示符”>以管理员身份运行
2. 在打开的命令提示符窗口中复制粘贴下面命令运行:
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings"
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ContentDeliveryManager*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
使用上述命令进行修复后Windows聚焦有时不工作的故障就修复好了哦~
以上便是深度系统给大家带来的win10系统Windows聚焦有时不工作的修复方法~
分享到: