How do I view the environment variable of a Windows process? Looking for Windows equivalent for something like environ
file in procfs on Unix.
views:
54answers:
4
+2
A:
Process Explorer or one of it's friends should help.
Maxwell Troy Milton King
2010-02-13 00:29:16
should have clarified my question, I was actually looking for 3rd party tool to view env of an arbitrary process
theactiveactor
2010-02-13 15:13:41
+1
A:
To get process environment, you must be able to obtain its context. And within the context, use getenv()
to get specific variable.
alemjerus
2010-02-13 00:29:41