How to Open Windows Explorer to the Drive or folder you want.
If you want Windows Explorer
to open to C:\, right- click the Windows Explorer shortcut that you use to run
the program and choose "Properties."
At the Windows Explorer
Properties dialog box, click the Shortcut tab.
Click in the Target entry box,
and then press End.
Add to the end of the existing
line /e, c:\. The complete line in the Target entry box should now be
%SystemRoot%\explorer.exe /e, c:\
The /e switch tells Windows
Explorer to open in the two-pane Explorer mode and the c:\ tells it to open in
folder C:\. If you omit the /e switch, Windows Explorer opens in a single-pane
view.
If you want to open to a spcific folder, just add the path
after the e, . remember to have a space between , and the path.
Also, the path must be in quotes, ie, "C:\Program Files".
The entire path will look like this:
%SystemRoot%\explorer.exe /e, "C:\Program Files"