Skip to content

Instantly share code, notes, and snippets.

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