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.
プログラミング方法でaudiodg.exeプロセスを強制終了する方法は?
最良のプログラミング方法はcppです。
TerminateProcess()を呼び出します。そのためには、プロセスハンドルが必要です。次に、このメソッドによってプロセス名から取得できるプロセスID(PID)が必要です。TerminateProcess()には、アクセス権としてPROCESS_TERMINATE(0x0001)が必要です。