Weekly Tip 10

Set environment variable from PowerShell:

[environment]::SetEnvironmentVariable(“<variable name>”,“variable value”,“Machine”)

Ex: [environment]::SetEnvironmentVariable(“JAVA_HOME”,“C:\Program Files (x86)\Java”,“Machine”)

This example sets a system wide variable. Replacing “Machine” with “User” will set a variable for the current user.

Share:

Facebook
Twitter
LinkedIn

Contact Us

Name
=
On Key

More Posts