Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created January 27, 2023 19:53
Show Gist options
  • Save jcefoli/ef5735ace81d0977f8ae3ee8d7fec1e5 to your computer and use it in GitHub Desktop.
Save jcefoli/ef5735ace81d0977f8ae3ee8d7fec1e5 to your computer and use it in GitHub Desktop.
Refresh Path In Powershell Session Using Chocolatey
# Use chocolatey to refresh the path
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Update-SessionEnvironment -Full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment