TASK KILL

Michel Claveau mcPas.De.Spam at mclaveauPas.De.Spam.com
Tue Apr 10 02:25:32 EDT 2007


> Will TASKKILL kills a thread when thread id is given ?? Or does it
> kill only a process??
>
> How to ensure that a thread is killed?

Hi!

Sorry, TASKKILL is only for process.
For help on TASKKILL :    TASKKILL /?
Other infos with TASKLIST  (TASKLIST /?)

If the object who use process is a service (kif-kif daemon), you can 
use SC (see SC /?)


For thread, the concept is fuzzy. Thread can be manage by OS, by 
software (e.g. by Python, for Python's threads), or by middlewares.

There are no universal way.





-- 
@-salutations

Michel Claveau





More information about the Python-list mailing list