|
| ||||||||||
| Tags: application, program, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Force a program to close manually
|
|
#2
| ||||
| ||||
| Re: Force a program to close manually
You can use taskkill.exe with the /F parameter. "TASKKILL /F /IM notepad.exe" would kill notepad -- you can kill by application name, PID, or window title.Or set the value of “AutoEndTasks” to 1 if you want force exit or force close any unresponsive programs automatically. to do so, go through this steps:-
|
|
#3
| |||
| |||
| Re: Force a program to close manually
You can even kill the program from Konsole window but you need to do is find the Process ID for doing this. To do so, try this steps:- Type ps -e | grep NameOfProgramYouWantToKill in the konsole window. Sometimes the name of the program not obvious or not what you expect it to be. So type ps -e and scroll through the list to find it. Once you find it, you'll notice a number beside it, on the left. Now type the Kill + number of the process and enter. Thats it !! |
|
#4
| |||
| |||
| Re: Force a program to close manually
Thanks for sharing tis useful info guys. I was also facing this problem sometime, but i got rid of it. If you've ever wondered why pressing the power button on a modern PC makes it shutdown a lot quicker than going to start and choosing shutdown, its because the former forces the applications to close NOW. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Force a program to close manually" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Even after force close steam application reopens itself in HTC Wildfire | Maryland | Portable Devices | 3 | 26-03-2012 10:30 PM |
| How to force safari toolbar to close an application in macosx | Esmel | Technology & Internet | 5 | 15-11-2010 09:51 PM |
| Force recheck does not find manually added files in uTorrent version 2.0 | Nereus | Windows Software | 6 | 29-06-2010 09:34 AM |
| How to make odbc connection force to close | Rixwel | Software Development | 3 | 13-08-2009 09:39 AM |
| How to open close ports manually? | Darsheet | Networking & Security | 6 | 22-05-2009 08:19 AM |