EnvironmentVariableTarget

EnvironmentVariableTarget enum

Specifies the environment variable location.

enum EnvironmentVariableTarget

Values

NameValueDescription
Process0Environment block associated with the current process.
User1Registry key HKEY_CURRENT_USER[Environment](../environment/).
Machine2Registry key HKEY_LOCAL_MACHINE[System](../)\CurrentControlSet\Control\Session Manager[Environment](../environment/).

See Also