What is the difference between user variables and system variables?

前端 未结 5 2012
孤城傲影
孤城傲影 2020-11-28 18:28

What is the difference between user variables such as PATH, TMP, etc. and system variables?

I accidentally deleted the user variable

5条回答
  •  眼角桃花
    2020-11-28 18:45

    System environment variables are globally accessed by all users.
    User environment variables are specific only to the currently logged-in user.

提交回复
热议问题