I am trying to write a C# program to retrieve a complete process list. However I find that an application open a window but I don\'t see it in the process tab of Windows tas
I'm not sure what you mean. The code above lists the same number of processes as pslist
. When you talk about methods to hide a process are you talking about root kits? If so they usually work by changing how the list commands work. I.e. the processes are in fact being enumerated, but the info is not displayed to the user.