You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using EnvironmentVariableTarget.Machine to get the environment variables. (#1220)
EnvironmentVariableTarget.Machine
The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment key in the Windows operating system registry. This value should be used on .NET implementations running on Windows systems only.
https://learn.microsoft.com/en-us/dotnet/api/system.environmentvariabletarget?view=net-6.0
0 commit comments