We want to check the PATH system variable on all our machines. Is there any way (HYENA or other utility) of checking this for a number of machines ?
Announcement
Collapse
No announcement yet.
Checking Computer Path Statement
Collapse
X
-
Re: Checking Computer Path Statement
We have some features planned for a future revision of Hyena that will make this possible.
For now, you might be able to get this using a utility that can access the registry on mulitple computers, or through a batch file.
I believe you can see the path information in the following key:
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\Path
I don't know if that is always accurate, but you can find out through some quick testing.
Comment