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?
|
feedback
|
|
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:
| |||||||||||
feedback
|
|
The default environment variables are stored in the registry under following key
Set the path variable to its default value here:
| ||||
|
feedback
|
|
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. | |||
|
feedback
|