Windows tricksΒΆ Edit environment variables without admin accessΒΆ Execute command in run window PowerShellrundll32 sysdm.cpl,EditEnvironmentVariables Alternatively environment variables can be set using powershellΒΆ PowerShell[Environment]::SetEnvironmentVariable("HOME", "C:\path\to\home", "User") List all the variables PowerShellGet-ChildItem Env: Or, show particular environment variable PowerShellGet-ChildItem Env:HOME