hacops
hacops copied to clipboard
Set-PathEnvironmentVariable.ps1 doesn't allow setting either machine or user variables.
[System.Environment]::SetEnvironmentVariable allows setting process, user, or machine variables but your Set-PathEnvironmentVariable.ps1 only looks to allow changing system variables
and how to use without admin?