HN user

KindOne

1,078 karma
Posts15
Comments177
View on HN

I just automatically assumed I was having internet issues instead of checking other connections like I usually do when other sites have issues.

iOS 16 4 years ago

Some people don't like Steam since its proprietary. I own around 200 games on Steam and almost all of them have Steam's DRM that prevents me from running the game without being logged into Steam.

https://partner.steamgames.com/doc/features/drm

Some games can be bought on Steam, GoG (DRM-free), and/or their website.

Example:

https://www.kerbalspaceprogram.com/games-kerbal-space-progra...

https://www.gog.com/en/game/kerbal_space_program

https://store.steampowered.com/app/220200/Kerbal_Space_Progr...

Win2k has 16-bit colour in the tray icons. You can enable 32-bit colour if you hex the explorer.exe.

I've used this program before:

https://web.archive.org/web/20120824125326/http://www.r1ch.n...

Note: It will timeout when it tries to download the database.

If you want to manually patch it yourself, open explorer.exe in a hex editor and edit this:

---

Original: 57 6A 2C 6A 40 C7 44 24 18 01 00

Modified: 57 6A 2C 6A 40 C7 44 24 18 19 00

---

Original explorer.exe MD5: 59cf2b7dced9111f48f51b4b570e672d

Modified explorer.exe MD5: 9ac937ca2217cf5a9b71cd6e9014f0e7

---

Windows will overwrite your changes since it has file protections. You can fix that via:

http://smallvoid.com/article/winnt-wfp.html

If you are curious as to what this changes, you can look at this file in the leaked Win2k source code:

private/shell/explorer/traynot.c line 991