powershell path configuration

New-Item $profile -Type File -Force

$Env:Path="C:\Users\my-user-name\apps\my-jdk-folder\bin;"+$Env:Path

echo $env:Path

links