8000 code/PowerShell at main · Darknetzz/code · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

PowerShell

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.
0