Scripts and projects in PowerShell.
| Script / topic | Description |
|---|---|
| RefreshEnv.ps1 | Refreshes environment variables in the current session from User and Machine registry (Path = Machine + User). Run: . .\RefreshEnv.ps1 (dot-source). |
| refreshenv (Go) | For a compiled option that can also spawn a new shell or emit commands, see Go/refreshenv. Use refreshenv.exe -emit | iex to refresh the current session. |