Quoting from Wikipedia
On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution but still has an entry in the process table. This entry is still needed to allow the process that started the (now zombie) process to read its exit status.
Since Windows is VMS based, you won't be getting a zombie.
Again, why not answer my question? Let's hear what brought you to want this.
For example I could go on and ask for some POSIX compliant type 3 pipe and ask why that's not implemented. Since I know it's not Unix, that on its own is not a good question. If I was to write how or why I needed it then some progress on workarounds or how to create something like it may occur.
Bob