Skip to content

Instantly share code, notes, and snippets.

@davidelambert
Created April 29, 2024 17:59
Show Gist options
  • Select an option

  • Save davidelambert/e035a44aaa4d1d79e52716d4f7aa668f to your computer and use it in GitHub Desktop.

Select an option

Save davidelambert/e035a44aaa4d1d79e52716d4f7aa668f to your computer and use it in GitHub Desktop.
PowerShell: Set Windows environment variable with system-wide ('Machine') scope
# Run in elevated PowerShell session
[Environment]::SetEnvironmentVariable('VariableName', 'Value', 'Machine')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment