Code

PowerShell path 초기화

Segel 2021. 4. 7. 17:01

$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

 

stackoverflow.com/questions/17794507/reload-the-path-in-powershell#comment25967553_17794885

반응형