Is there a way to set Windows environment variables from the command line PERMANENTLY
- by ScottS
Is there any way to set permanently set an environment variable system wide from the command line in Windows?
something like
>systemset newVar=foo
or a file to edit would work well too.