1、参考了两篇文章,解决了 windows聚焦锁屏壁纸不更新的问题。
2、管理员身份运行CMD执行:
1)DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
2)DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings"
在powershell中执行会报错,其实就是删除两个文件夹下面的内容,手动删应该也可以
3、管理员身份运行PowerShell
1)运行 Get-AppxPackage
2)寻找:Name 为 Microsoft.Windows.ContentDeliveryManager 的App
3)记录 InstallLocation 对应的值(C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy)
4)运行 Add-AppxPackage –disabledevelopment –register(这块需要注意,直接复制命令到powershell中运行会报错,注意 “-”)
5)输入Path:(C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy)后面接上Appxmanifest.xml
4、然后重新设置锁屏界面为Windows聚焦就可以了。
参考文章:
https://answers.microsoft/zh-hans/windows/forum/all/windows%e8%81%9a%e7%84%a6%e5%8a%9f%e8%83%bd/e013ebc1-8f6b-4957-befa-be5fc43fa5ac?page=1
https://tieba.baidu/p/5544192763?red_tag=2523011155
1、参考了两篇文章,解决了 windows聚焦锁屏壁纸不更新的问题。
2、管理员身份运行CMD执行:
1)DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
2)DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings"
在powershell中执行会报错,其实就是删除两个文件夹下面的内容,手动删应该也可以
3、管理员身份运行PowerShell
1)运行 Get-AppxPackage
2)寻找:Name 为 Microsoft.Windows.ContentDeliveryManager 的App
3)记录 InstallLocation 对应的值(C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy)
4)运行 Add-AppxPackage –disabledevelopment –register(这块需要注意,直接复制命令到powershell中运行会报错,注意 “-”)
5)输入Path:(C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy)后面接上Appxmanifest.xml
4、然后重新设置锁屏界面为Windows聚焦就可以了。
参考文章:
https://answers.microsoft/zh-hans/windows/forum/all/windows%e8%81%9a%e7%84%a6%e5%8a%9f%e8%83%bd/e013ebc1-8f6b-4957-befa-be5fc43fa5ac?page=1
https://tieba.baidu/p/5544192763?red_tag=2523011155