PowerShellを使用して開いているすべてのウィンドウタイトルの一覧を取得する
2021/02/28
Windows 7/8/8.1/10
PowerShellで開いているウィンドウタイトルの一覧を表示する方法について記載します。
PowerShellでウィンドウタイトルの一覧を表示する方法
PowerShellを起動して、以下のコマンドを実行します。
PS C:\Users\itbasesta> Get-Process | Where-Object {$_.MainWindowTitle -ne ""} | Select-Object MainWindowTitle
(出力結果)
MainWindowTitle
---------------
Google — Mozilla Firefox
無題 - メモ帳
Windows PowerShell
Microsoft Text Input Application
