MS Windows 10 Edge Live tiles system cache -


i've changed paths (polling uri's) xml data windows still requests old 1 xml url.

i updating xml url in following steps:

  1. turn live tiles off
  2. unpin tile
  3. ms edge browser cache , history clearing
  4. delete 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 start ms edge again , pin tiles start menu. see windows still requests old xml path via server logs.

how update it? there must system cache suppose ...

i've spent lot of time , appreciate advice!

microsoft support replied question. reason ms edge cache.

these steps helped me, hope it'll else.

please try below steps reset edge browser , check. please know resetting microsoft edge remove bookmarks , history. follow instruction provided below , check.

a. navigate location:
c:\users\%username%\appdata\local\packages\microsoft.microsoftedge_8wekyb3d8bbwe

b. delete in folder.

c. type windows powershell in search box.

d. right click on windows powershell , select run administrator.

e. copy , paste following command.

get-appxpackage -allusers -name microsoft.microsoftedge | foreach {add-appxpackage -disabledevelopmentmode -register "$($_.installlocation)\appxmanifest.xml" –verbose}


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -