0

In Windows 10, is it possible to combine/extend system environment variables with user environment variables? Similar to how path works?

I've seen this answer on another question, but it only described the default behaviour of having a system environment variable and a user environment variable with the same name.

My issue is I have a system environment variable with quite a few semi-colon separated values in, that occasionally changes and isn't controlled by me, but I need to add 2 values to the end of it to allow me to develop on my account. Ideally, I don't have to update my user one every time the system one changes but that is what I'm currently doing

2
  • Why don’t you create a new system variable and add it to your PATH variable? Keep in mind that system variables do have a maximum character length
    – Ramhound
    Commented Jan 7, 2023 at 13:56
  • See this answer and especially the part about "embedded environmental variables".
    – harrymc
    Commented Jan 7, 2023 at 15:52

0

You must log in to answer this question.

Browse other questions tagged .