Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Identifing system processes.

Reply
Fix Vista Errors
Thread Tools Display Modes

Identifing system processes.

 
 
GAK
Guest
Posts: n/a

 
      11-10-2009



The task manager shows different processes as belonging to the system or to
a user. I guess (correct me if I'm wrong) that the user mode processes that
belong to the System are services. What I'd like to know is how do I
identify the owner of a process.

For example in the kernel during IRP_MJ_CREATE, I can do
PsGetCurrentProcess() or PsGetCurrentProccessId(). But now how do I go from
the Object or the handle to the information I need?

Thanks



 
Reply With Quote
 
Don Burn
Guest
Posts: n/a

 
      11-10-2009
Have a user space helper app you use to get that data. Trying to do it in
the kernel is just not worth it.

--
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply



"GAK" <> wrote in message
news:...
> The task manager shows different processes as belonging to the system or
> to a user. I guess (correct me if I'm wrong) that the user mode processes
> that belong to the System are services. What I'd like to know is how do I
> identify the owner of a process.
>
> For example in the kernel during IRP_MJ_CREATE, I can do
> PsGetCurrentProcess() or PsGetCurrentProccessId(). But now how do I go
> from the Object or the handle to the information I need?
>
> Thanks
>
>
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4591 (20091110) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>




__________ Information from ESET NOD32 Antivirus, version of virus signature database 4591 (20091110) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com




 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I have 3GB of RAM installed but the system only reports 2814MB Shade00 Windows Vista Hardware 7 01-11-2008 12:46 PM
I think system restore deleted lots of my cs files on Vista Ultimate Dave Windows Vista File Management 10 10-29-2007 07:01 PM
Can I repair parental controls service? Paul Spoerry Windows Vista Installation 3 06-04-2007 01:25 PM
system processes cvduhn Windows Vista Performance 0 03-17-2007 05:05 PM
What is up with Vista's file system? Stan Shankman Windows Vista File Management 7 08-15-2006 08:59 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59