Environment Variables: Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ == Set environment variable (Scope = System) == <source lang="powershell">[Environment]::SetEnvironmentVariable("<VariableName>", "<VariableValue>", 'Machine'…“) |
Admin (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
+ | |||
+ | |||
+ | ''More informations: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7'' | ||
Version vom 5. Mai 2020, 09:18 Uhr
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