Andris Posted September 4, 2007 Report Share Posted September 4, 2007 I have a console program that does its work in a few seconds. While it was running I used "taskkill /im program.exe" and I got a message: Process terminated successfully. But the program didn't stop, it finished its work and never was killed. How can I kill it to be terminated immediately? Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted September 5, 2007 Report Share Posted September 5, 2007 ctrl+alt+del , navigate to the process and end it.You can also use something like PSKill http://www.microsoft.com/technet/sysintern...ies/pskill.mspx Quote Link to comment Share on other sites More sharing options...
Andris Posted September 6, 2007 Author Report Share Posted September 6, 2007 ctrl+alt+del , navigate to the process and end it.You can also use something like PSKill http://www.microsoft.com/technet/sysintern...ies/pskill.mspxI need to kill the process within a program I write now. But I figured out, it needed the /F switch to be forced to kill immediately. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.