Simple Windows Explorer question

When I open Windows Explorer it always opens up with the My Documents folder highlighted and open and everything else closed. I want it to open with the C: drive highlighted and open and everything else closed. What command line do I need to add to the shortcut to get it to function that way?

Thanks.

This seems to work in Vista, anyway: Open Explorer, select the Computer node, right-click on the C drive on the right hand view, and select Create Shortcut (it doesn’t seem to work if you drill down to the C drive itself in the tree view). That shortcut will open the view you want. (Edit: Assuming that a new shortcut is acceptable, of course.)

edit: nm. “/e” was what I was looking for.

explorer.exe /e,c:\

Thanks, got it.