- Source Of PID
- Posted by Yuke on January 31st, 2004
Hi
I have a win2k server with multiple cmd.exe pids displaying in the task manager under the process tab. These PID's can not be deleted via the task manager (access denied) but I have found the kill.exe utility which did the job
My question relates to how can I discover which application(s) are spawning these "hung" cmd.exe processes. I originally thought that they be some sort of virus but the server's virus protection (norton's) has been kept up to date and multiple scans do not show any viruses. The cmd.exe's are spawning at a rate of 2 to 6 per day
I appreciate any help you may have about this issue.
- Posted by Richard McCall [MSFT] on January 31st, 2004
Sounds like a scheduled task or another process is spawning them. Copy
msconfig from an XP machine and run it to see what resources are starting
and what services.
--
Richard McCall [MSFT]
"This posting is provided "AS IS" with no warranties, and confers no
rights."
"Yuke" <carney_joseph@hotmail.com> wrote in message
news:EAA34C61-ABA4-4246-9688-16CB4F0695D7@microsoft.com...
manager (access denied) but I have found the kill.exe utility which did the
job.
some sort of virus but the server's virus protection (norton's) has been
kept up to date and multiple scans do not show any viruses. The cmd.exe's
are spawning at a rate of 2 to 6 per day.
- Posted by Yuke on February 1st, 2004
Thanks Rich. That was a great call. Tried it out and thought it would do the trick but there are only 3 programs that start up automatically and none of them seem to be programs that would cause cmd.exe's to spawn and hang
Any other thoughts
Thanks