Killing a process ?

  • Thread starter Thread starter sysMaker\(to be\)
  • Start date Start date
Probably because the print spooler service is a service which runs as
a system account. You can't kill services that run under this account.
If you are a domain admin or at least an admin on the machine you
should be able to kill the services that run under the administrator
account (or an other account except the system account). You can also
use pskill (part of pstools) to kill of any process (regardless of
system or not).
 
Probably because the print spooler service is a service which runs as
a system account. You can't kill services that run under this account.
If you are a domain admin or at least an admin on the machine you
should be able to kill the services that run under the administrator
account (or an other account except the system account). You can also
use pskill (part of pstools) to kill of any process (regardless of
system or not).
so why does Taskinfo do kill system processes, is it because it is like
pstools ?
 
Back
Top