-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
explorerpatcher reset the new "never combine taskbar buttons" setting #2207
Comments
That is a preview update: https://support.microsoft.com/en-us/topic/september-26-2023-kb5030310-os-build-22621-2361-preview-363ac1ae-6ea8-41b3-b3cc-22a2a5682faf Uninstall it if you want to use explorer patcher and don't install preview updates in the future: https://github.com/valinet/ExplorerPatcher/wiki/Symbols In the settings app, untick "Get the latest updates as soon as available" so that preview updates are not automatically installed. All preview updates are then shown as download and install and are never automatically installed if you have the above unticked. Preview updates are also not fully tested by Microsoft and thus could have bugs. Preview updates are not supported by EP. |
I Want preview updates! |
@pyrates999 Symbols are available for this build. It's the build everyone will get in the coming weeks. Back to the issue. I saw somewhere in EP's code that it forces the Win11 taskbar to always combine due to issues with it on earlier builds. But now with never combine I guess that has to be changed. @valinet Sorry for tagging, but since you know your configuration code (GUI and stuff) well, can you make it so that the taskbar combine setting follows Win10 behavior on 22621.2361+? In other words synced with the system instead of using EP's custom registry key. |
For what it is worth, according to this article, Microsoft's new Never Combine feature does not work as well as what we have with the Never Combine feature in EP. |
I use Windows 11 taskbar in Explorer Patcher, just to know. |
There's no reason to install preview updates if you're not a developer. Security updates are not included in preview updates. So there's no technical reason for installing them. |
The article is stupid, pardon my language, but never combine shows labels even in Windows 10, and most people wanting never combine expect that. Anyway, if I am to complain, I’d complain about the new never combine having variable button widths - a malicious app can mess your entire taskbar by calling SetWindowText with different length titles, and it also can lead to misclicks and lost time. Even a malicious web site can now mess your entire taskbar, that’s nuts, it’s jarring to see no one at Microsoft thought about this, or maybe they did but again chose ”looks nice” over proper implementation. |
@Amrsatrio The situation regarding this bug is rather shitty. Let me explain: The reason for the original redirection of Now, the idea with EP was to also enable the never combine feature by default, as that was the feature initially sought by most EP users. So I consider the default glom level to be 2 throughout the EP code on Windows 11. Now that the taskbar supports never combine but not as a default, this creates a problem, since the new taskbar also uses the setting now. The reason why "never combine" settings are reset on the Windows 11 taskbar is because EP deletes remenants of
I can make a commit for that asap to at least fix this annoyance. A full fix would be to write some more |
I mean, 2 years for them to code this and it's still buggy, it's a mystery to me how it passed QA in this state: Navigating from "Desktop" to "Downloads" in the same File Explorer window doesn't redraw the button with proper width until I open some other window and a full taskbar redrawn is supposedly triggered. What a piece of crap. My first 2 minutes with this "innovation" that took 2 years to (re)develop. But hey, the search box advertises to me I should get a new pair of headphones, an Xbox, and a new laptop, so at least I know what to do with my life now. Some friend at work bought a new laptop, it has Windows 11 preinstalled, it lags and everything takes 1 sec+ to load fresh out of the box. Seeing this OS day after day makes one lose faith in humanity... What is this crap? Earlier it said "Start backup"... So Not to mention: https://winaero.com/windows-11-no-longer-allows-file-drag-n-drop-on-address-bar/ |
I have pushed an update that mitigates this issue by having Ep not reset the setting. A more polished fix should be discussed and developed momentarily. Thanks for the heads-up! |
Windows 22621.2361 with the return of never combine taskbar buttons
Explorerpatcher 22621.2361.58.1 at every restart of Windows it changes the new taskbar setting "never combine taskbar buttons" (I set to never, it returns (next time restart PC) to always.
The text was updated successfully, but these errors were encountered: