I installed an application that screwed my PATH variable. Now I cannot run anything from the command prompt. Is there any way I can restore PATH variable?
|
|
Got the answer on Experts Exchange. Here is the excerpt: Start These are the "Last Know Good" configurations; if you're lucky, there's still one left that has a path variable. If not, the bare minimum required is this:
|
|||||||||||||||
|
|
The default environment variables are stored in the registry under following key
Set the path variable to its default value here:
|
||||
|
|
Windows XP System Environment VariablesThe key is
The value is
That's it. |
|||
|
|
|
http://www.computerhope.com/issues/ch000549.htm Did you use google at all? Note: If you had other applications installed before you damaged your path variable, you need to make certain they are also placed on your PATH. The path variable is a simple list, with semicolon delimitation. |
|||
|