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?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
My google-fu was lacking earlier. The way to do this is using the SETX tool:
|
|||
|
|
|
You can find environment variables at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment. |
|||
|