Environment variables -- view/edit them on windows

Find environment variables in System Properties

Set a Persistent Environment variable from Powershell

[System.Environment]::SetEnvironmentVariable('NAME_OF_VARIABLE', 'value goes here', [System.EnvironmentVariableTarget]::User)

Environment Variables Dialog

See also