Can I open Explorer in the C:\ drive instead of the My Computer view?

http://www.petri.co.il/open_explorer_in_c_instead_of_the_my_computer.htm

 

Yes. You can execute explorer from the command line or from a shortcut and use switches to control the view. The syntax is:

EXPLORER.EXE [/n] [/e] [,/root,{object}] [[,/select],{sub object}]

/n - opens a new "My Computer" view of the object, even if already open.

/e - opens an "Explorer" view of the object.

/root,{object} - the specified root for the display.

For example:

Explorer.exe /e,/root,D:\ will open an "Explorer" view of the D: drive.

Explorer.exe /e,D:\ will open an "Tree" view of your computer with the focus on the D: drive.

posted @ 2008-02-16 21:21  Vincent Yang  阅读(293)  评论(0编辑  收藏  举报