Hi all!
Is it possible to kill process from my driver by processID?
Thanks.
Hi all!
Is it possible to kill process from my driver by processID?
Thanks.
On Nov 2, 2006, at 10:05 AM, xxxxx@dlao.com wrote:
Is it possible to kill process from my driver by processID?
This is the kind of thing that is best accomplished from a user-mode
service. Come to think of it, most things that can be done from user-
mode are better to do from user-mode.
-sd
Not via any supported mechanism.
Of course, you can always kill the process by calling KeBugCheckEx…
Tony
Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com
Thank you for your help!
Does that solve the issue for you?
If not, for what purpose do you need to terminate?
or what actually do you need to terminate ?
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@dlao.com
Sent: Friday, November 03, 2006 9:32 AM
To: Windows File Systems Devs Interest List
Subject: RE:[ntfsd] TerminateProcess
Thank you for your help!
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@surfcontrol.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Get the latest news on SurfControl and our products,
subscribe to our monthly e-newsletter, SurfAdvisory at:
http://www.surfcontrol.com/resources/surfadvisory/surfadvisory_signup.aspx
*********************************************************************
The information in this email is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
email by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, distribution or any action taken
or omitted to be taken in reliance on it, is prohibited and may be
unlawful. If you believe that you have received this email in error,
please contact the sender.
*********************************************************************
I want to terminate some well known “bad” apps (spyware, viruses, etc). Think, it was a good idea to terminate processes from service…
Does that solve the issue for you?
If not, for what purpose do you need to terminate?
or what actually do you need to terminate ?