Skip to content

Instantly share code, notes, and snippets.

@QZLin
Created March 14, 2022 15:39
Show Gist options
  • Save QZLin/387ce4acfa041738fa528d94ef137946 to your computer and use it in GitHub Desktop.
Save QZLin/387ce4acfa041738fa528d94ef137946 to your computer and use it in GitHub Desktop.
Reload the path in PowerShell
$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