Manage Environment Variables
Beside Windows registry which contains entire of Windows configurations, Windows also has its variables that manage where the temporary files is placed, its path, its windir path and others variable. And this article will discuss how to manage the Environment Variables.
- Right click My Computer and then click Properties menu.

- In System Properties, click Advanced tab then click Environment Variables button.

- In Environment Variables, you can to obtain all variables here. They are split be two section. User variables are containing variables which apply to your account only and System variables are contain variable which apply to your machine.

- You can edit the existing variable, just click a variable which want to edit and then click Edit button.

- Or you can also create a new variable by click New button.

- You can obtain the Environment Variable through MS-DOS console. Just open MS-DOS console first and then enter
seton its prompt.

- You can also look and configure a variable through MS-DOS console. To set a variable, enter
set variable_name="variable_value". For example, if you want create or edit OS variable and fill the variable with Test value, typeset OS="Test"and then press Enter. To test it, just enterecho %OS%on prompt and then press Enter.

(Article no: 0088)
![Otak Atik [dot] Com](http://www.otakatik.com/wp-content/themes/typebased/styles/default/logo.jpg)


Administrar variables de entorno en Windows on July 6th, 2008
[...] Vía: Otak Atik [Dot] Com [...]