Skip to content

Instantly share code, notes, and snippets.

@the-nerdery-dot-info
Created January 25, 2016 06:13
Show Gist options
  • Save the-nerdery-dot-info/dafb27e7b15d5ba820c3 to your computer and use it in GitHub Desktop.
Save the-nerdery-dot-info/dafb27e7b15d5ba820c3 to your computer and use it in GitHub Desktop.
reload windows environment variables
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment