StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
thexray  
#1 Posted : Thursday, July 27, 2023 9:41:52 AM(UTC)
thexray

Rank: Newbie

Reputation:

Groups: Approved
Joined: 7/26/2023(UTC)
Posts: 1

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
Hi everyone, somebody might find this useful too.

I became so annoyed by Windows 10 taskbar icon highlighting when you minimize inactive window, that I wrote this simple script:

Code:
sp.RegistryWrite(Registry.CurrentUser, "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", "TaskbarFlashing", 0, "QWord", true)
action.Window.Minimize();
sp.RegistryWrite(Registry.CurrentUser, "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", "TaskbarFlashing", 1, "QWord", true)


This might work in Windows 11 as well.
thanks 1 user thanked thexray for this useful post.
Swagboy69 on 8/22/2023(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.