Noel Hibbard
6cf92c69c0
Set/Unset user environment as origional non-admin user
2019-07-07 18:05:03 -04:00
Dawid Gosławski
0a1f322c6a
Define that NVM_PATH is for nvm
2019-06-26 10:13:34 +02:00
tomisawk
238992a6f5
Avoid mixing user-environment PATH and system-environment PATH
...
%PATH% expands to the system plus the user variables,
so if user defined user-environment PATH, 'setx /M PATH "%PATH%;..."'
mixes user-environment PATH and system-environment PATH.
2018-05-16 22:56:29 +09:00
tomisawk
a175c5987a
Set environment variables for current process
...
setx command doesn't affect current process, so use also 'set VAR=VALUE'
2018-05-16 22:42:15 +09:00
Corey Butler
36c592d2f8
Added a manual installer, courtesy @heri16. Closes #20 .
2014-11-18 13:51:43 -06:00
Corey Butler
9e48a87faa
Added helper scripts and icon
2014-10-02 17:48:07 -05:00