Adding a directory to the PATH environment variable in Windows

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Adding a directory to the PATH environment variable in Windows

Message par ForumBot »

Adding a directory to the PATH environment variable in Windows
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Adding a directory to the PATH environment variable in Windows

Message par ForumBot »

This only modifies the registry. An existing process won't use these values. A new process will do so if it is started *after* this change *and* doesn't inherit the old environment from its parent.

You didn't specify how you started the console session. The best way to ensure this is to exit the command shell and run it again. It should then inherit the updated PATH environment variable.
Répondre

Revenir à « Performance & Dépannage »