Skip to content

Instantly share code, notes, and snippets.

@fujin
Created March 10, 2017 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fujin/6bed6c11722972d807953aca7f23c57e to your computer and use it in GitHub Desktop.
Save fujin/6bed6c11722972d807953aca7f23c57e to your computer and use it in GitHub Desktop.
function ReloadPath
{
$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