If I modify or add an environment variable I have to restart the command prompt. Is there a command I could execute that would do this without restarting CMD?
26 s
On Windows 7/8/10, you can install Chocolatey, which has a script for this built-in.
After installing Chocolatey, just type refreshenv
.