In Windows, is 0 valid PID for a process or is it reserved by OS?
It would be nice if you can provide a link to a doc that says it is reserved or what.
Thank!
In Windows, is 0 valid PID for a process or is it reserved by
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open task manager – switch to the processes tab (maybe click “View”, “Show columns” and enable the PID column).
PID 0 is the System Idle Process. Since that process isn’t really a process and never exits, I suspect that it is always the case.
No documentation available to me, but I’m pretty certain this is always going to be the case.