Forum Discussion
JohnnyGui
Jul 25, 2022Copper Contributor
Recommended Section of Start Menu showing blank icons
Is it just me or does the Recommended Section of the Start Menu still show blank icons for files? This issue has been there for quite a while now. Rebuilding the icon cache did not help. SFC /sc...
JohnnyGui
Aug 05, 2022Copper Contributor
Thanks for the confirmation. I sent a feedback to MS and they said the following
Thank you for your feedback! We included a fix for this issue with Build 22504, now available in the Dev Channel: https://aka.ms/wip22504 But please let us know if you continue to experience any issues.
UPDATE: This is also now available in the Beta Channel with Build 22581: https://aka.ms/wip22581
However, build 22504 was released in november 2021. Is it possible that all this time this specific fix is still in the Insider builds and not yet released to the stable releases
Goncalo_NSPinto
Jan 28, 2023Copper Contributor
I found a workaround:
Create a batch file with the following code:
"@echo off
TIMEOUT /T 3
taskkill /f /im StartMenuExperienceHost.exe
EXIT"
Then on the task scheduler, make it run said batch file upon log on.
It worked for me 😊
Create a batch file with the following code:
"@echo off
TIMEOUT /T 3
taskkill /f /im StartMenuExperienceHost.exe
EXIT"
Then on the task scheduler, make it run said batch file upon log on.
It worked for me 😊