windows-10microsoft-edgelive-tilewindows-10-desktop

MS Windows 10 Edge Live tiles system cache


I've changed paths (polling uri's) to XML with data but Windows still requests the old one xml url.

I was updating xml url in the following steps:

  1. Turn live tiles off
  2. Unpin tile
  3. MS Edge browser cache and history clearing
  4. Delete all content within C:/Users/user_name/AppData/Local/Packages/Microsoft.MicrosoftEdge_randomized_hash/LocalState/PinnedTiles
  5. Delete file iconcache.db inside C:/Users/user_name/AppData/Local
  6. Disk Cleanup

So I start MS Edge again and pin tiles to start menu. Then I see that Windows still requests the old xml path via server logs.

How to update it? There must be some system cache I suppose ...

I've spent a lot of time and would appreciate any advice!


Solution

  • Microsoft Support replied to my question. So the reason was MS Edge cache.

    These steps helped me, I hope it'll help someone else.

    Please try the below steps to reset the edge browser and check. Please know that resetting the Microsoft edge will remove your bookmarks and History. Follow the instruction provided below and check.

    a. Navigate to the location:
    C:\Users\%username%\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe

    b. Delete everything in this folder.

    c. Type Windows Powershell in search box.

    d. Right click on Windows Powershell and select Run as administrator.

    e. Copy and paste the following command.

    Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" –Verbose}