Windows and system processes
Posted
by jemper
on Stack Overflow
See other posts from Stack Overflow
or by jemper
Published on 2010-03-14T19:50:19Z
Indexed on
2010/03/14
19:55 UTC
Read the original article
Hit count: 357
Note: I've asked this question in a similiar format on superuser but it seems like it may fit here on SO better. It definitely also is about programming as it concerns parts of the Win32 API, Windows in general and process management.
So there are these processes that can't be terminated with taskkill
- system processes in general. But there also is, for example my Anti Virus program that makes itself "unterminateable".
How can I access and mainly terminate system processes under windows? (kill.exe by Microsoft doesn't work)
How do processes like anti-virus programs protect themselves? How can you turn them off again, then?
© Stack Overflow or respective owner