Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 236 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 236 Bytes

taskkill

Build in Visual Studio

This is a reference example for how to call the Windows API to enumerate and kill a process similar to taskkill.exe. This is based on (incomplete) MSDN example code. Proof of concept or pattern only.