Environment.SetEnvironmentVariable Method
.NET Framework 2.0
Creates, modifies, or deletes an environment variable.
| Name | Description |
|---|---|
| Environment.SetEnvironmentVariable (String, String) | Creates, modifies, or deletes an environment variable stored in the current process. |
| Environment.SetEnvironmentVariable (String, String, EnvironmentVariableTarget) | Creates, modifies, or deletes an environment variable stored in the current process or in the Windows operating system registry key reserved for the current user or local machine. |