Answers for "how to list environment variables in windows powershell"

1

powershell show environment variables

[System.Environment]::GetEnvironmentVariables()
Posted by: Guest on December-27-2021
0

windows show environment variables powershell

echo $Env:PATH | tr ';' 'n'
Posted by: Guest on October-19-2021

Code answers related to "how to list environment variables in windows powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language