Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Please halp, how can one make this modification of the .exe persist?
It even changes it back when i extract the new .ico pack with round cancer, replace each individual icon and pack it back in.
you need to understand that making a batch file with a icon to launch steam itself wont do u anything, what you need to do is change the resource icon in the compiled steam.exe there are multiple tools to achieve this by replacing icons etc but as i said earlier i havent looked into the resouces myself so i dont know which icons are there but u should just play around with it and figure out which icon displays for a download / update whatever and just replace that icon.
/ maybe u can show us exactly what u did with either images so that we can get a better understanding what u have done :)
C:\Users\<USERNAME>\AppData\Local\IconCache.db
and restart explore.exe or reboot the pc
*edit*
Currently stuck on : Why does the ordinal names change
The trayicon is blue, round and melts into the windows 7 aero taskbar making it nearly impossible to spot. The old one was distinct black and white and stuck out in a nice way. The new one is not useful but also ugly, and the only reason it sticks out even a little bit is that its very bright under the gear making it an eyesore.
Yes the tray icon makes a huge diffrence, there is such a thing as a bad trayicon getting updated to a good one, what STEAM did here was change a good looking and functional one for a static ugly one with depressing blue color thats hard to see. Such a tiny detail makes a huge diffrence.
I found this autohotkey script which you can compile into an exe to change it. You would have to run the exe every time you start Steam though, but you can probably write a bat that waits until steam has loaded and then run the icon exe)
https://www.autohotkey.com/boards/viewtopic.php?style=17&t=101683
You need AutoHotkey 1.1.36 for this https://www.autohotkey.com/download/
Then use Resourcehacker to extract the old steam icon from this exe https://steam.de.uptodown.com/windows/download/78999 (Right click > Resource Hacker > Icon GROUP > Save ico resource
Then put the ico file anywhere you want, just set the "newIconPath" path in the script/ahk file accordingly
That's it!
And as I said, if you compile it into an exe (Which is just one click), you can uninstall autohotkey afterwards. You can also delete the downloaded old exe and uninstall resource hacker afterwards