List Environment Variables | Windows
How to list Environment Variables in Windows
From cmd command prompt:
set
Save the output in text file:
set > c:\temp\env_output.txt
From cmd command prompt:
set
Save the output in text file:
set > c:\temp\env_output.txt