Site icon TestingDocs.com

How to edit PATH variable on Windows 11?

Overview

In this tutorial, we will learn the steps involved to edit the PATH variable on Windows 11 operating system. PATH is a system environment variable that Windows 11 uses to locate programs from the command line. It is a semicolon-separated string of program directories.

Check PATH variable

To check the PATH environment variable, open the command prompt.

Steps to launch command prompt on Windows 11 PC.

https://www.testingdocs.com/questions/how-to-launch-command-prompt-on-windows-11/

Type the following command.

\> echo %PATH%

 

Edit PATH variable

Click on the Search icon in the Taskbar.

Type Environment in the search bar.

Click on the Edit the system environment variables Control panel item.

 

 

##Alternatively,  open the Run command window ( Windows Key + R ) keyboard shortcut.

Type sysdm.cpl and click on the OK button to open the System Properties window.

In the System Properties window, switch to the Advanced tab and click on the Environment Variables… button.

 

 

Select the PATH system variables and click on the Edit… button. If the PATH environment variable does not exist, click the New… button.

To edit we can change the entities listed in the window screen.

Append to PATH

To append the PATH variable, click on the New button and add the program.

For example, to append JDK bin directory by adding the following entry:

%JAVA_HOME%\bin

We can refer to other system variables with enclosing %. For example, to refer to the path of the Java home directory, we can use %JAVA_HOME%. JAVA_HOME is a system environment variable that we need to set prior to accessing it.

 

 

That’s it. We have successfully appended the JDK directory to the PATH variable.

Windows 11 Tutorials

https://www.testingdocs.com/windows-11-tutorials/

More Information on Windows 11

https://www.microsoft.com/en-us/windows

Exit mobile version