First understand Variables , variables are a name which have assigned some random value to it & that might be any data types.
An environment variable is a dynamic-named value that can affect the way running processes will behave on a computer. Because they are part of the environment in which a process runs. Thats why they are called environment variables.
In order to open the edit environment variable:
just press win key & type "env" & open the "edit the system environment" option
Now Click On Environment Variables Option
Here is a youtube video link for edit system environment variables
variables can be implemented two way , first is user specific & system wide.
So if you want to apply the variable for user add variable in user option else choose system option.
Select the path variable & click on edit button.
Now click on new tab & enter the path of the application for which you want to set the path variable.
Click ok & come exit from all windows.
Now restart the system & check if the implimentation has been done or not by run the variable.
#variable #windows #environment_variables #runbox
0 Comments