Forum Discussion
Windows 11 duplicate start menu app icons
- Feb 20, 2025
I found a fix.
I placed the following commands to Notepad:
ech0 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
ech0 on
Saved the file as ClearTileCache.bat and opened it. Issue is gone.
Since you are using the Dev channel, you could also report this issue through the Feedback Hub if none of the above solutions work. Microsoft often addresses issues reported by users in future updates.
I found a fix.
I placed the following commands to Notepad:
ech0 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
ech0 on
Saved the file as ClearTileCache.bat and opened it. Issue is gone.