About 488,000 results
Open links in new tab
  1. 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 …

  2. What are PATH and other environment variables, and how can I …

    Setting variables These files are regular shell scripts and can contain more than just environment variable declarations. To set an environment variable, use export. To show your currently …

  3. 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 …

  4. How do I set system environment variables in Windows 10?

    How do I set a system environment variable in Windows 10 (without using the registry editor)? (Note: Other answers don't specifically address Windows 10 - at least not yet - and they leave …

  5. How can I display the contents of an environment variable from …

    Sep 29, 2011 · In Windows 7, when I start the Command prompt, is there any command to display the contents of an environment variable (such as the JAVA_HOME or PATH variables)?

  6. Set New User and System Environment Variables in Windows

    Jul 7, 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 …

  7. How to get to Environment Variables from Run - Super User

    I often need access to the Environment Variables on my Windows 7. What command do I need to type in the Run window to get to them? At the moment I do the following: Control Panel > …

  8. environment variables - Is there any easy way or shortcut to set …

    May 16, 2019 · 22 (via How to Set User Environment Variable Using Setx in Windows 10) To open the Environment Variables dialog directly, create a desktop shortcut to: rundll32 …

  9. Windows-11: from a batch file , is it possible to set environment ...

    Feb 12, 2025 · To share variables between batch files, you can try: "Use setx to set environment variables for future sessions, but if you need immediate access, use reg query in a loop.

  10. A complete list of "%%" relative paths/variables in Windows …

    Jun 7, 2021 · The answer is the PowerShell command that lists the environmental variables, not the list of environmental variables, as the values will differ from system to system.