1

As a follow up to the older question : How can I get a list of all open named pipes in Windows? , I am in a situation where I need to check if a process uses anonymous pipes to communicate with its children. Is there a way to do this ? I've tried pipelist and process-explorer but it looks like they display only lists of NamedPipes

Community
  • 1
  • 1
asudhak
  • 2,929
  • 4
  • 22
  • 27

1 Answers1

0

@Deanna : As an answer to close this topic Indeed procExplorer lists all anonymous objects. But it is not yet possible to view anonymous pipes specifically. Which leads me to assume that, one cannot determine with absolute certainty the un-named pipes used by a process

asudhak
  • 2,929
  • 4
  • 22
  • 27