# Windows CMD
C:\> set VAR_NAME="VALUE"

# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"