Skip to content

Instantly share code, notes, and snippets.

@iliyaZelenko
Last active September 4, 2018 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iliyaZelenko/e5a23bc7d31bd5a25d7dd42d38f958d1 to your computer and use it in GitHub Desktop.
Save iliyaZelenko/e5a23bc7d31bd5a25d7dd42d38f958d1 to your computer and use it in GitHub Desktop.
PowerShell SetEnvironmentVariable
[Environment]::SetEnvironmentVariable("<VARIABLE_NAME>", "<VARIABLE_VALUE>", "User")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment