wmicSyel interaktif untuk menampilkan informasi terperinci tentang kumpulan proses Windows yang berjalan. Informasi lebih lanjut: https://learn.microsoft.com/windows-server/administration/windows-commands/wmic.
wmic {{alias}} {{klausa_di_mana}} {{klausa_kata_kerja}}
wmic process list brief
wmic process list full
wmic process get {{name,processid,parentprocessid}}
wmic process where {{name="example.exe"}} list full
wmic process where processid={{pid}} get {{name,commandline}}
wmic process {{pid}} delete