quick powershell script to get window info for ignore rules #1009
Unanswered
DBMasterC
asked this question in
Show and tell
Replies: 1 comment
-
works nicely, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wrote a quick powershell script to use in figuring out the information for windows I want to add to my ignore list, and I figured I'd share it as an alternative to the apps called out in the readme. It grabs the info for whatever window is active, so normal use would be something like run
start-sleep -seconds 2; ./script.ps1
and click on the window you're interested in. 2 seconds later, powershell will dump out theclass
,name
, andtitle
which you can use for matching yourwindow_rules
.Beta Was this translation helpful? Give feedback.
All reactions