Variável de ambiente de conjunto de powershell
# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"
Cautious Capuchin
# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"
$a = 2
Write-Output $a