Created
February 8, 2017 00:03
-
-
Save saggie/0b828959fb424216df7d3ce59605bc83 to your computer and use it in GitHub Desktop.
Get path of environment variable for Windows by PowerShell
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
(Get-ChildItem Env:Path).Value.Split(';') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment