Linked Questions

Popular Questions

I need to define an environment variable that has a value similar to a system-defined variable.

For Eg: "PROGRAMDATA" is the system-defined environment variable for Win 7 and above having value C:\ProgramData. I want to define another variable say "APPLICATION_FOLDER" having the same value C:\ProgramData. Is it allowed to have such a variable overriding the existing system-defined environment variable?

Related Questions