Home  >  Article  >  System Tutorial  >  What should I do if Win11 focused pictures do not update automatically? Win11 focused pictures do not update automatically. Analysis of the problem

What should I do if Win11 focused pictures do not update automatically? Win11 focused pictures do not update automatically. Analysis of the problem

王林
王林Original
2024-09-10 10:32:55533browse

What should I do if the focus picture in Win11 does not update automatically? In fact, the method is very simple. You can directly find the lock screen interface (lock screen image, application and animation) under Personalization, then select the picture and enter the following code. Let’s talk about the problem of Win11 focused pictures not updating automatically in detail!

Analysis of the problem that Win11 focused pictures do not update automatically

Method 1:

1. [Right-click] click on a blank space on the desktop, and in the menu item that opens, select [Personalize] 】.

Click [Lock Screen (Lock Screen Images, Apps and Animations)] on the right side.

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

Choose [Picture] to personalize the lock screen interface.

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

2. Press the [Win + R] key combination to open Run and enter the following path:

%USERPROFILE%/AppDataLocalPackagesMicrosoft.Windows.ContentDeliveryManager_cw5n1h2txyewyLocalStateAssets

Then click [OK].

3. After entering this folder, delete all files in it.

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

4. Press the [Win + R] key combination to open Run, and enter the following path:

%USERPROFILE%/AppDataLocalPackagesMicrosoft.Windows.ContentDeliveryManager_cw5n1h2txyewySettings.

Then click [OK].

6. After entering this folder, delete all files in it.

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

7. Switch the personalized lock screen interface back to [Windows Focus], wait a moment, and press [Win + L] to see the effect. Open the [Assets] folder just now. If there are new files, the update is successful.

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

Method 2:

1. First open the search window in the taskbar, then enter cmd, and then click to run the command prompt as administrator.

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

2. Open the command prompt window, then enter and press Enter to execute the following command:

DEL /F /S /Q /A “ %.USERPROFILE%/AppDataLocalPackagesMicrosoft.Windows.ContentDeliveryManager_cw5n1h2txyewyLocalStateAssets".

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

3. Continue in the open command prompt window, enter and press Enter to execute the following command:

DEL /F /S /Q /A "%..USERPROFILE%/AppDataLocalPackagesMicrosoft.Windows.ContentDeliveryManager_cw5n1h2txyewySettings".

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

4. Then in the command prompt window, enter and press Enter to execute the following command.

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ContentDeliveryManager*).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest.

Win11聚焦图片不自动更新怎么办 Win11聚焦图片不自动更新问题解析

The above is the detailed content of What should I do if Win11 focused pictures do not update automatically? Win11 focused pictures do not update automatically. Analysis of the problem. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn