MEET ACTION1 AT RSA CONFERENCE 2024

May 6 - 9 | San Francisco | Booth #5472

Action1 5 How-to Articles 5 How to Change Environment Variables on Windows OS

How to Change Environment Variables on Windows OS

June 14, 2019

By Peter Barnett

An environment variables is a short reference to an object in the system. Using such abbreviations, for example, you can create universal paths for applications that will run on any PC, regardless of usernames and other parameters.

In many situations, it’s necessary to set application specific environment variables for testing and debugging purposes. These kinds of variables are exclusive to the application and will be dead when the application exits. For example, suppose if you’ve a rendering application in which the rendering path is specified as environment variable. Sometimes it might be necessary to change these variables for testing or in some situations you may need to add or delete the existing one. In most cases, the application specific variables are controlled launching through script files after setting up necessary variables or by a launcher application (Environment variables are inherited from Parent Process). Still dynamically updating variables is out of our reach.

1. Using a Graphical User Interface to Change Variables

You can get information about existing variables in the system properties. From the Control Panel, open the System applet or right click mouse button on the Computer shortcut on the desktop and select the Properties

Step 1 to Change Environment Variables is to Use a Graphical User Interface

Select the Advanced tab.

Step 1 to Change Environment Variables is to Select the Advanced tab

In the opened window with the tab “Advanced” we press the button indicated in the screenshot below (Environment Variables button).

how to change environment variables on windows systems

Click the New button under the User variables or System variables box depending on whether you want to create an environment variable that is visible only to the currently logged-on user or system-wide.

System variables box

Enter the variable name and value and click OK until all windows are closed.

changing environment variables windows

2. Using a Command-line Interface to Change Variables

  • Click the search icon on the taskbar or the start button.
  • In the search bar type cmd or just start typing command after opening the Start menu.
  • In the search results, right-click on the classic application Command line.
  • In the menu that opens, select Run as administrator
Step 2 to Change Environment Variables is to open command line

To view environment variables, run the set command. You can also view a subset of environment variables by running set and specifying the first letters of the variable(s). This command displays all environment variables that begin with USER:

set user

Step 2 to Change Environment Variables is to check all veriables

You can use the wmic utility to print environment variables on a remote system:

wmic /node:"" environment list full

use the wmic utility to print environment variables

You can print the value of an environment variable using echo:

echo %Path%

print the value of an environment variable using echo

To set an environment variable for use in the current CMD session, use the set command. The following command sets the FOOBAR environment variable:

set FOOBAR=test

Step 2 to Change Environment Variables is to use command set

Consider Using Action1 to Set Environment Variables if:

  • You need to perform an action on multiple computers simultaneously.
  • You have remote employees with computers not connected to your corporate network.

Action1 is a cloud-based platform for IT management encompassing free MSP tools such as remote patch management, software deployment, remote desktop, software/hardware inventory, endpoint management and reporting.

See What You Can Do with Action1

 

Join our weekly LIVE demo “Patch Management That Just Works with Action1” to learn more

about Action1 features and use cases for your IT needs.

 

spiceworks logo
getapp logo review
software advice review
trustradius
g2 review
spiceworks logo

Related Posts

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.