When you can put configurations values in the registry, are environment variables a thing of the past?
When you can put configurations values in the registry, are environment variables a thing
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you use .NET and the default way to store per user settings they are stored in .setting file in
%USERPROFILE%\Local Settings\Applicationdirectory.So this way even registries are things of past.
Registration-Free COM also gives a way of registering COM components without using registry.
That being said environment variables give a easy way of a passing information from a parent process to a spawned process. This is true for OS X , Windows and Linux. For this they are immensely valuable