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.
そのプロセスが開くときはいつでも、Windowsタイトルでプロセスを閉じたいです。どうすればいいですか?
Windowsでは、を使用FindWindow()して目的のタイトルのウィンドウを見つけ、見つかった場合はを使用してメッセージをPostMessage()投稿します。ウィンドウが一定期間経過してもウィンドウが実行されている場合は、権限に応じて、、およびWM_QUITを使用して、ウィンドウをブルートフォースで強制終了できる可能性があります。GetWindowThreadProcessId()OpenProcess()TerminateProcess()
FindWindow()
PostMessage()
WM_QUIT
GetWindowThreadProcessId()
OpenProcess()
TerminateProcess()