Answers for "windows change environment variables without powershell"

15

powershell set environment variable

# Windows PowerShell
PS C:> $env:VAR_NAME="VALUE"
Posted by: Guest on May-26-2020
0

windows show environment variables powershell

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

Code answers related to "windows change environment variables without powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language