Add-Content -Path $Profile.AllUsersAllHosts -Value '$env:Path = (($env:Path + [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")) -split ";" | Where-Object { $_.Trim() } | Select-Object -Uniq) -join ";"'