How to close an application by Command Prompt in Windows?

There are couple of ways you can close an application in Windows.They are
1. Clicking on Close button
2. Using TaskBar
3. Using Command Prompt

Let us see how to do it by Command Prompt

All you have do is run the below command
taskkill /f /im application.exe


Shan

I am a  Technical Architect who dabbles with different languages and technologies

You may also like...