Default windows icons
site listing various DLLs containing default icons.
apps canât have a custom icon.
(âAppsâ use theâUniversal Windows Platformâ(UWP)
but shortcuts to apps can.
TODO grey notepad icon¶
challenge - incomplete¶
install resource hacker
open C:\Windows\notepad.exe
select icon folder
before we can save
- take ownership of the file.
- R-Click on Program Files -> Properties -> Security Tab
- Click Advanced -> Owner (change)
- click
advanced
under fieldenter the object name to select
- click find now
- select administrator
- close and re open properties
-
now set permissions
great source -
now save notepad in resource hacker
it works when saving notepad exe to desktop but cant yet paste it back.
issue 1¶
- need permissions. rather not mess with whole windows folder
isue 2¶
we set icon when saved on desktop, but not thumbnail
darkmode
however a shortcut to notepad results in 2 notepad icons once launched, since notepad is an app.
Have you tried to bypass the shell32.dll and instead modify theâimageres.dllâfile which ought to contain the various icons you are wanting?
sourceFirst you need âResource Hackerâ to edit you Shell32.dll file icons. In order to save the changes you need to save the file as the same name but in a different directory. Then you need to run âSe7en File replacer.exeâ Get you edited file from the directory you saved it into and then select Windows\System32 and it will copy it into that directory.
source