Quantcast
Channel: DavidRing.ie
Viewing all articles
Browse latest Browse all 307

Windows Powershell – Setting Environment Variable

$
0
0
The following describes how to leverage the $ENV:PATH syntax within powershell to add a value to the Path environment variable, please note changing the environment variables using this method only works for the current powershell session. If you wish to make this change persist in the registry then use System properties->Advanced->Environment Variables->Path->Edit->Edit Text  Example of … Continue reading Windows Powershell – Setting Environment Variable

Viewing all articles
Browse latest Browse all 307

Trending Articles