i am using windows 10 version 1803 and some of my start menu icons are sometimes blank. Not my Windows icons but some icons from installed program.
Asked
Active
Viewed 1.8k times
3 Answers
8
I fixed it.
- Right click on the taskbar.
- Click on Taskbar Settings.
- Go to the Start Menu settings (on the left-hand side)
- Turn on Use Start full screen.
- Lave the settings and display your start menu as full screen.
- Go back to the settings and turn Use Start full screen back off.
ind2000
- 111
1
Well, I can't figure out how to do it permanently, but this seems to work for me. I created a file in notepad and saved it as "restart_explorer.bat" and then pasted these 2 lines in there.
taskkill /f /im explorer.exe
start explorer.exe
If it's not restarting your explorer, then you can add a 3rd line with the word pause to see what errors you're getting.
taskkill /f /im explorer.exe
start explorer.exe
pause
This seems to reset my icons, for now. I leave it on my desktop and run it whenever they go blank.
RalfFriedl
- 1,734
eromrab
- 11
0
I fixed this issue by unpinning the affected Apps and then pinning them back but not from the start menu itself. I opened the start menu folder:
user
%AppData%\Microsoft\Windows\Start Menu\Programscommon
%ProgramData%\Microsoft\Windows\Start Menu\Programs
And pinned back the Apps.
Qwerty
- 586