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:
- turn live tiles off
- unpin tile
- ms edge browser cache , history clearing
- delete content within c:/users/user_name/appdata/local/packages/microsoft.microsoftedge_randomized_hash/localstate/pinnedtiles
- delete file iconcache.db inside c:/users/user_name/appdata/local
- 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_8wekyb3d8bbweb. 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
Post a Comment