How to set environment variable in windows 10?
setx /m PATH_TO_VARIABLE VALUE
/m - specifies to set the variable in the system environment.
Further reading:
setx /m PATH_TO_VARIABLE VALUE
/m - specifies to set the variable in the system environment.
Further reading: