You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm trying to replace the Windows Start button image using Windows 11 Taskbar Styler.
The selector I've been using is:
Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton]
The Windhawk log reports that the ImageBrush is applied successfully, but the custom image is never rendered.
I've already verified:
I noticed that recent Windows 11 updates required new selectors (for example,
Taskbar.TaskListButtonin another discussion).Has the Start button selector changed in Windows 11 25H2 Build 26200.8655?
If so, what is the current selector for the Start button?
Thank you.
All reactions