How do I forcibly end an application using the command prompt?
4 replies, posted
I thought it was something like "taskkil /[app].exe" but I guess not.
Thanks muchly!
taskkill /im /f app.exe
/im = Image Name
/f = Force Termination
What do I put for Image Name? CP says "invalid syntax. Value expected for IM".
I want to end WBVista.exe
[QUOTE=TinyTank;20403511]What do I put for Image Name? CP says "invalid syntax. Value expected for IM".
I want to end WBVista.exe[/QUOTE]
Well in my example you would change app.exe to WBVista.exe
taskkill /f /im WBVista.exe
Though I see now I put /im before /f which makes it not work.
Oh okay, that was the problem. /f came first. Thanks again Panda!
Sorry, you need to Log In to post a reply to this thread.