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
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