About 91,400 results
Open links in new tab
  1. Environment Variables in Windows 10 | Tutorials - Ten Forums

    Dec 15, 2022 · There are two types of environment variables: user environment variables (set only for current user) and system environment variables (set for all users). This tutorial will …

  2. Edit User and System Environment Variables in Windows

    Aug 6, 2020 · There are two types of environment variables: user environment variables (set only for current user) and system environment variables (set for all users). This tutorial will show …

  3. Add a folder to the PATH environment variable in Windows 10 …

    On StackOverflow and on the internet in general, there are outdated and few guides on how to add a specific folder to the Windows 10 PATH environment variable of the user. I think a …

  4. List all environment variables from the command line

    Mar 16, 2011 · Is it possible to list all environment variables from a Windows' command prompt? Something equivalent to PowerShell's gci env: (or ls env: or dir env:).

  5. Set New User and System Environment Variables in Windows

    Jul 7, 2020 · How to Set New User and System Environment Variables in Windows Environment variables are a set of dynamic named values that can affect the way running processes will …

  6. How can I export and import environment variables in Windows?

    Jul 4, 2025 · I found it is hard to keep my environment variables synchronised on different machines. I just want to export the settings from one computer and import to other ones. I …

  7. Adding a directory to the PATH environment variable in Windows

    Mar 3, 2012 · I am trying to add C:\\xampp\\php to my system PATH environment variable in Windows. I have already added it using the Environment Variables dialog box. But when I type …

  8. cmd - Is there a command to refresh environment variables from …

    Oct 5, 2008 · 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?

  9. how to get program files x86 env variable? - Stack Overflow

    Better reference: MSDN: WOW64 Implementation Details - "The ProgramW6432 and CommonProgramW6432 environment variables were added starting with Windows 7 and …

  10. How are Windows Environment variables evaluated?

    Feb 26, 2011 · Everything says in is correct. To be absolutely clear, there is a difference between how the user path environment variable is evaluated, and the other user environment variables …