P
P
Pavel Nikitin2016-02-24 15:03:33
Windows
Pavel Nikitin, 2016-02-24 15:03:33

How to detect frozen applications and automatically close on windows7?

The game server periodically crashes with the error "The program has stopped working" , tell me how you can identify a hung application and automatically close such applications for the subsequent restart of the server?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
res2001, 2016-02-24
@res2001

taskkill has a process state filter, you can write something like
taskkill /FI "STATUS ne RUNNING"

R
Ruslan Pikulin, 2016-02-25
@adsllinkact

Try third party software as an option.
For example , Process Lasso can automatically terminate hung processes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question