Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cmd で次のコマンドを使用して、プロセス コマンド ラインを取得しました。すべてのプロセスの詳細を示します。
WMIC /OUTPUT:C:\ProcessList.txt PROCESS get Caption,Commandline,Processid
特定のプロセスの詳細をメモ帳の名前で取得したいと考えています。ありがとう。