Just a quick request

letdown427

Golden Member
Jan 3, 2006
1,594
1
0
Could you just press Ctrl+Shift+Esc to bring up Task Manager, then check the Process ID for System.exe

I'm hoping it is just 4 for XP, and 8 for 2000, but it might not be.

Just post the number if you want. Thanks.

If you're wondering why, it's for a program I'm making, and although I could add the code to get the Process ID, if it is just 4 and 8 then i'll just use that.

http://forums.anandtech.com/messageview...&STARTPAGE=1&FTVAR_FORUMVIEWTMP=Linear

 

Zugzwang152

Lifer
Oct 30, 2001
12,134
1
0
Originally posted by: letdown427
Could you just press Ctrl+Shift+Esc to bring up Task Manager, then check the Process ID for System.exe

I'm hoping it is just 4 for XP, and 8 for 2000, but it might not be.

Just post the number if you want. Thanks.

If you're wondering why, it's for a program I'm making, and although I could add the code to get the Process ID, if it is just 4 and 8 then i'll just use that.

http://forums.anandtech.com/messageview...&STARTPAGE=1&FTVAR_FORUMVIEWTMP=Linear

if you can write the code to return the correct value, that is always preferred to hard-coding.
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
Windows XP: Pid is 4

I would get the process by name, so you don't need to check the OS for the PID.
 

letdown427

Golden Member
Jan 3, 2006
1,594
1
0
awesome, thanks guys. looks like xp is 4(i've looked on a few machines here too)

anymore? I have 2kpro, and it's 8 on that, is it also 8 on 2000?