Is it possible to list all environment variables from a Windows\' command prompt?
Something equivalent to PowerShell\'s gci env: (or ls e
gci env:
ls e
Don't lose time. Search for it in the registry:
reg query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"
returns less than the SET command.