Tile icons missing from start page in Windows 10

After a little digging and experimentation from various sources, I found that saving this as a .bat file and running it works (found on a Microsoft answers page)

@echo off
taskkill /f /im explorer.exe
taskkill /f /im shellexperiencehost.exe
timeout /t 3 /NOBREAK > nul
del %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\* /q
timeout /t 2 /NOBREAK > nul
start explorer
@echo on

One day into fix now, issue has not resurfaced so far.

Edit: As of 05-Oct-2017, the issue has not resurfaced. Hope this helps someone in a similar boat