Home » Questions » Computers [ Ask a new question ]

Is there an easy way to edit enviroment variables in windows xp?

Is there an easy way to edit enviroment variables in windows xp?

I wish to be able to edit my environment variables in a more user friendly manner than the Start Menu >My Computer>(right click)Properties>Advanced(tab)>Environment Variables

Asked by: Guest | Views: 279
Total answers/comments: 2
Guest [Entry]

"As far as I know, not with the built-in commands in Windows.

Take Command Console LE, a command interpretor compatible with cmd.exe, can save variables as System and User variables. Check the SET command with the /S and /U parameters respectively.

set /s sysvariable=whatever
set /u uservariable=whatever

I've not used it but Rapid Environment Editor looks good and is free."
Guest [Entry]

"Use the commandline window (cmd) using the SET command...but pay attention using this way.
My prefered way is to copy out the variable value to any texteditor (like notepad) and modify the value there, copying back the new value afterwards. This tiny dialog is a pain since too long..."