How To End A Program On Windows 8
iii Answers three
Do you mean End process tree in Details tab of windown 8
answered Aug 30, 2013 at 14:30
HardyHardy
591 2 silver badges 7 bronze badges
five
You lot could do this with a command similar
taskkill.exe /f /fi "status eq not responding"
Or, turn it into a bat file, create a short cut and execute with just a click of a button. More details
However, this should be possible via Windows 8 and I would try and observe out why information technology isn't!
answered Aug 30, 2013 at xiii:01
DaveDave
25.1k ten gold badges 53 silver badges 69 bronze badges
vii
-
how this works, can you explain the syntax?
Aug xxx, 2013 at 13:03
-
Information technology runs taskkill.exe, and forces a close where the programs status is "status eq not responding"
Aug 30, 2013 at thirteen:04
-
Also, just the process tab is visible in the window eight task manager (no go to process), that is why i asked
Aug 30, 2013 at xiii:05
-
How does it knows which file to close?
Aug 30, 2013 at 13:05
-
You could too use Taskkill to kill processes by name eg TaskKill /F /IM notepad.exe or by ID, eg TaskKill /F /PID 1234.
Aug 30, 2013 at 17:37
You might want to endeavor Process Explorer, or Process Hacker 2. They non but work very fine on NT operating systems, and permit you lot end anything you want, they would too show many interesting things. Both applications are very safe (not a malware or virus) and they are way way improve than the born task manager of Windows.
I highly recommend Process Hacker.
answered Aug 30, 2013 at xiv:10
Not the respond you're looking for? Browse other questions tagged windows-8 chore-managing director or ask your own question.
Source: https://superuser.com/questions/638732/how-to-force-close-an-application-in-windows-8-if-it-is-not-responding
Posted by: mundyacto1941.blogspot.com
Does it force close the not responding applications?
Aug 30, 2013 at 15:24
@BaljeetSingh Yes.
Aug 30, 2013 at 17:39
I could exist wrong, merely based on my feel, I don't think at that place is any significant deviation in the style Windows 7 and Windows 8 works with regards to the End task process. They both can end most applications, but a procedure can get into a state that neither O/S will do this from the task manager and you have to apply taskkill /F or process explorer or something similar. For case, the same trouble only on windows 7 has been described at techrepublic.com/blog/windows-and-office/…
Aug thirty, 2013 at 17:49
Actually, Details tab is the proficient old Processes tab in disguise. And Applications tab was renamed to Processes.
Aug 31, 2013 at 7:41
Some fullscreen games won't allow yous to click on the Job Managing director window. Is there a shortcut to kill programs direct?
Dec 26, 2015 at thirteen:55