Environment Variables
Aus Wiki-WebPerfect
Version vom 5. Mai 2020, 09:18 Uhr von Admin (Diskussion | Beiträge)
Set environment variable (Scope = System)
[Environment]::SetEnvironmentVariable("<VariableName>", "<VariableValue>", 'Machine')
More informations: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7