Last active
September 4, 2018 21:47
-
-
Save iliyaZelenko/e5a23bc7d31bd5a25d7dd42d38f958d1 to your computer and use it in GitHub Desktop.
PowerShell SetEnvironmentVariable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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