PowerShell add Windows PATH variable using setx. Run Powershell as Administrator setx /M PATH "$Env:PATH;". To verify $Env:PATH.
確定! 回上一頁