|
|
|
|
|
by FdbkHb
802 days ago
|
|
> Maybe I'm too old, but since when is simply using another software as opposed to built-ins considered modding? Most of these seem like replacements to me. ExplorerPatcher /is/ modding. It's not killing explorer.exe and launching another UI that is independent from the os like, say, what blackbox for windows or litestep did.
It's patching running executables in memory in a way that could break whenever any data structure gets changed in a Windows update, which is a big deal because Windows is a rolling release OS that constantly adds and remove features. Users of explorer patcher found themselves having to boot in windows safe mode to disable it in the past after windows update ran. It's literally breaking your machine in a way that computer users that aren't very savvy might not understand how to fix. It's very bad publicity for MS who might get blamed by some: "my computer isn't starting anymore after a windows update, I hate MS" so it makes perfect sense to prevent this program from launching in a new major update. And it's relying on the assumption that the old code paths it depends on won't disappear in the future. EP doesn't have a replica of the old windows taskbar: it's merely disabling Windows 11's new one and forcing the old one to appear, and it can do that because the code for the Windows 10 task bar is still there. You surely don't expect this to survive all future refactorings and cleanups? ExplorerPatcher is the kind of software that would have been neat in the old world of Windows where a release of Windows gets frozen and sees no major changes past security updates except for the release of a Service Pack which you have to manually install yourself. It is a terrible idea in the current world of a rolling release state OS. |
|
They deserve to be blamed but for something else: 1) create a problem, 2) refuse to solve it, 3) prevent third-party solutions. People used to ungroup tasks and have the taskbar to the side etc. for two decades. At least the ungrouping thing is coming back but Microsoft stubbornness about blocking the remaining features makes me thing something else might be at play other than someone's hurt ego or some designers aesthetic vision.