Answer the question
In order to leave comments, you need to log in
Make active window by window title name in powershell?
Hello. Tell me how to make the active window by the name of the title. In this way I close the window, but before closing - the window must be made active by name.
Get-Process name_process | Where {$_.MainWindowTitle -Match 'name_file'}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question