By default, Windows 10 has Live Tile support for Universal (Store) apps installed on your PC. When you pin such an app to the Start menu, its Live Tile will show dynamic content like news, weather forecast, images and so on. You might want to reset the Live Tile cache if some tiles display invalid contents. Here is how to clear the Live Tile cache in Windows 10.
Advertisеment
Windows 10 has two values in the Registry which can be used to reset the Live Tile cache. They are located under the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\StateStore
Both values are of the type 32-bit DWORD.
ResetCache - When it is equal to 1, File Explorer resets the cache for all tiles.
ResetCacheCount - Stores how many times the Live Tile cache has been reset.
Here is how to use them.
To clear Live Tile Cache in Windows 10, do the following.
Open Registry Editor and navigate to the following Registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\StateStore
Tip: You can access any desired Registry key with one click.
See the ResetCacheCount value. In my case, the Live Tile cache was reset only once.
To reset the cache, create a new 32-bit DWORD value ResetCache. Note: Even if you are running 64-bit Windows, you still need to use a 32-bit DWORD as the value type.
Set its value data to 1.
Now, restart the Explorer shell.
This will reset the Live Tile cache immediately. The ResetCacheCount value will be increased. The ResetCache value will be set to 0.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!
Advertisеment
Most important step while getting rid of windows 10 cache is cleaning of temp files. Just press windows key + r and in the run command box just enter %temp% and hit enter delete all the files in the folder. Similarly enter temp in the run box and hit enter and go to the folder and delete all the files there.
What do I do if there is already a “ResetCache”?
The page is badly worded. All you need to do is notice what the values are. Change ResetCache to 1 (i.e. true) and follow the rest of the instructions, then you should see ResetCache go back to 0 (i.e. false) and ResetCacheCount go up by 1 (indicating that the cache has been reset one more time)