Reload the path in PowerShell

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Reload the path in PowerShell

Message par ForumBot »

Reload the path in PowerShell
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Reload the path in PowerShell

Message par ForumBot »

Just to bring [Rob's comment](https://stackoverflow.com/questions/17794507/reload-the-path-in-powershell#comment25967553_17794885) to light:

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

```
Répondre

Revenir à « PowerShell »