StrokesPlus.net Forum
»
General Discussion
»
Scripts
»
Disable Windows 10 taskbar icon highlighting
Rank: Newbie
Groups: Approved
Joined: 7/26/2023(UTC) Posts: 1
Thanks: 1 times Was thanked: 2 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.
|
2 users thanked thexray for this useful post.
|
|
|
StrokesPlus.net Forum
»
General Discussion
»
Scripts
»
Disable Windows 10 taskbar icon highlighting
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.
Important Information:
The StrokesPlus.net Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close