A user of ours cleared their path, thanks to some directions on the internet.

What is the default path, I am a developer so I have tons of extra stuff in mine, what should my user get on a plane jane one?

link|improve this question
feedback

3 Answers

up vote 6 down vote accepted

According to this MVP, on Vista it was:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

I would assume the same for Windows 7. I also have \Windows\System32\WindowsPowerShell\v1.0\ as one of my first entries so you might want to add it as well since PowerShell was shipped with Windows 7.

link|improve this answer
this pretty much covered the bases – DevelopingChris Mar 27 '10 at 16:47
feedback

I just finished installing Windows 7 Enterprise SP1-U (x64 English) in a virtual machine. I can certify the following as the default Path environment variables. Note that I haven't installed anything (not even the "additions", "drivers", or "tools") into the virtual machine.

Default system Path environment variable (the inconsistent capitalization is as-is):

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\

There is no default user Path environment variable (i.e., no such variable was set).

link|improve this answer
feedback

Sorry, mine's no longer "plain jane" but I've removed the obvious added items (this is on 64 bit, adjust the progfiles bits if you're on 32):

PATH=C:\Program Files (x86)\PC Connectivity Solution\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\

I'm not 100% on the first item in the list but it seems to be something to do with bluetooth. Not sure why that should need to be in the path though.

link|improve this answer
1  
PC Connectivity Solution was definitely added by a 3rd party – heavyd Mar 26 '10 at 0:09
I'm not gonna -1 cuz at least you answered, most people brushed by and didn't bother to copy their var and just paste it in an answer, +1 for effort. – DevelopingChris Mar 27 '10 at 16:48
feedback

Your Answer

 
or
required, but never shown

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