Wednesday, July 22, 2015

Task kill with C. Kill processes on windows Vista/win7

A simple routine which kills processes on windows: vista/win7. You can simply write the name of the proccess and done. Process is terminated


The other way to do it is to write on cmd (command prompt) the following command:
Start -> CMD -> Enter ->
C:\> taskkill /F /IM nameOfProcess.exe



You can download source code and executable file Here: Download

No comments:

Post a Comment