How do I modify the system PATH environment variable using script (or even a registry setting) so that when Windows boots it's already configured?
|
feedback
|
|
My google-fu was lacking earlier. The way to do this is using the SETX tool:
| |||
|
feedback
|
|
You can find environment variables at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment. | |||
feedback
|