up vote 1 down vote favorite
share [g+] share [fb]

Since the last time I updated my computer my enviromental variables got screwed for some reason(the PATH variable didn't exist), and I set them back for java and maven .. the tools that I currently use, and I have a problem with all other variables such as ping, rm,copy etc. how do I get these standard commands back ?

link|improve this question
Belongs to superuser.com – Graviton Feb 2 '10 at 9:35
@Ngu Soon Hui, oh cmon man you see the Related section there are bunch of other similar questions didn't go to super user.. – user24795 Feb 2 '10 at 9:41
feedback

migrated from stackoverflow.com Feb 2 '10 at 22:51

This question came from our site for professional and enthusiast programmers.

1 Answer

According to Wikipedia and vlaurie.com, the default value is:

C:\Windows\System32\;C:\Windows\;C:\Windows\System32\Wbem

But that doesn't include modifications by third-party apps.

link|improve this answer
you mean I should include that in my PATH variable ? – user24795 Feb 2 '10 at 9:40
Yes, it should have at least that. – Matthew Flaschen Feb 2 '10 at 9:41
Got it thank you – user24795 Feb 2 '10 at 9:42
I did set it .. but still nothing is happening, however I did set it from win enviroment, I'll try now with command line – user24795 Feb 2 '10 at 9:43
Any program that uses the PATH needs to be restarted. So consider restarting the computer after setting it in the GUI. You don't need to set it in multiple places. – Matthew Flaschen Feb 2 '10 at 10:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.