8
4
Possible Duplicate:
Setting and getting windows environment variables from the command prompt?
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.
2It's part of Windows since at least Vista, though. – Joey – 2010-03-14T19:05:06.140
Good point, forgot to mention that. :) – Ƭᴇcʜιᴇ007 – 2010-03-14T19:22:44.860
It is possible to do the same from System Properties > Advanced > Environment Variables, or registry
HKCU\Environment
. – user1686 – 2010-03-15T14:52:13.877