1

After a recent update, notepad app lost its icon: it is not displayed in the corner of the window:

enter image description here

in the taskbar:

enter image description here

in the file system and basically everywhere (the screenshot below is for C:\Windows)

enter image description here

What could be wrong and what can I do about this? Notepad is not an UWP app if I understand correctly (and notepad is the only app that lost its icon as far as I can see); for start menu (I'm using Open Shell) I tried to set the icon manually and it tells that "notepad.exe doesn't contain icons":

enter image description here

and the list from SHELL32.dll doesn't seem to contain the icon as well:

enter image description here

(well, I won't make screenshots covering the whole set, but you got the idea)

May be somebody knows where it should be located? Could it be located in C:\ProgramData\Microsoft\Windows\Start Menu\Programs itself? (since I have Programs organized into folders of my liking, I've deleted some folders with links "restored" in Programs by update; but it would be weird to store the icon only there)

YakovL
  • 869

3 Answers3

1

Try refreshing the icon cache by executing the following command

ie4uinit.exe -ClearIconCache

for windows 10 use

ie4uinit.exe -show

Alternatively try this or this tutorial

veritaS
  • 351
1

In the Properties of Notepad, click the button of Change Icon....

Enter as file name %windir%\system32\notepad.exe and press Enter to find your icon. Click OK twice.

enter image description here

harrymc
  • 498,455
0

In my opinion the correct settings for Notepad.exe should better be:
Target: %windir%\system32\notepad.exe
Start In: %HOMEDRIVE%%HOMEPATH%
enter image description here