how to make the powershell working in windows 10 with system environment code example
Example: powershell set environment variable
# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"
# Windows PowerShell
PS C:\> $env:VAR_NAME="VALUE"