Possible Duplicate:
What is the default PATH environment variable setting on fresh install of Windows 7

It seems that my PATH settings were deleted by some program (it currently has only entries for Digital Mars D utilities), so I'm asking what directories are included in path by default? Even the most basic things such as tracert or ping are not working for me.

link|improve this question

73% accept rate
@heavyd Looks like it is. I'm voting to close this one. – AndrejaKo Sep 27 '10 at 20:28
feedback

closed as exact duplicate by heavyd, AndrejaKo, Diago Sep 27 '10 at 20:51

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 1 down vote accepted

I have:

%CommonProgramFiles%\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

link|improve this answer
feedback

See the Windows 7 column in Default Values on Microsoft Windows.

link|improve this answer
I don't think this actually answers the question. It might show the default values for the variable names, but it doesn't show what the default PATH settings are. – Randolph West Sep 27 '10 at 20:23
In the table, %PATH% and %PSModulePath% rows specify the default PATH settings. – Mehper C. Palavuzlar Sep 27 '10 at 20:28
feedback

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