How can i change the icon of an exe file in windows7.I am asking about changing the icon of application itself not shortcut because i know that there is a way to change the icon of a shortcut.
Asked
Active
Viewed 6.2k times
30
-
4If "you may be able to get help on Super User", why on Earth wasn't this migrated to Super User? – Proxy Feb 19 '14 at 16:51
-
2If the answer to this was 'general-computing-related' then the answer wouldn't be 'download and use this third-party app'. This really should not be closed. – Darren Ringer Jun 12 '15 at 17:36
-
1This is absolutely related to programming and software development. For example, Electron apps require distributing the Electron executable and it's very-much expected that one would want to ['rebrand' the executable](http://electron.atom.io/docs/tutorial/application-distribution/#rebranding-with-downloaded-binaries). – Kenny Evitt May 18 '16 at 21:55
-
You could also use shimgen to create another exe that points to the old one with a different icon – Jared Beach Apr 17 '19 at 12:42
1 Answers
31
Resource Hacker can do this.

Zombo
- 1
- 62
- 391
- 407
-
5
-
3For @xiaodai and future readers: If changing the icon in the exe doesn't seem to work, then check any dlls that come with the program, as they may also have icons that need to be replaced. This was the case with [clover](http://ejie.me/). – Cam Jackson Jul 06 '14 at 11:05
-
2