How can I read a user specific environment variable? I know how to get a system wide one, like
Environment.GetEnvironmentVariable(\"SOMETHING\");
Use second overload of GetEnvironmentVariable which let's you specify EnvironmentVariableTarget.