Search code examples
windowsbatch-filetaskkill

Windows 10 - Taskkill never kills a task


I have a application which is a keyboard on the screen, I need to kill it via taskkill but it is impossible to kill. How do you kill it?

enter image description here

I tried all combinations but it won't just get killed?

enter image description here


Solution

  • I was able to kill the process using wmic using hte following command.

    C:\>wmic process where name='TouchIt.exe' delete