ProcessStartInfo.EnvironmentVariables gives an incorrect value for a running process. We fetch environment variables via the GetEnviornmentVariables which gives the information of the current process and not of the running process. Desktop also has the same behavior.
ProcessStartInfo.EnvironmentVariables gives an incorrect value for a running process. We fetch environment variables via the GetEnviornmentVariables which gives the information of the current process and not of the running process. Desktop also has the same behavior.