Windows Explorer/"My Computer"

  • Thread starter Thread starter Newsgroup
  • Start date Start date
N

Newsgroup

I was wondering what command line instruction would allow Windows Explorer
to open with a "My Computer" configuration as default, as opposed to "My
Documents" etc...

Thanks..
 
Newsgroup said:
I was wondering what command line instruction would allow Windows Explorer to
open with a "My Computer" configuration as default, as opposed to "My
Documents" etc...

Thanks..


Create a shortcut with the following as the target. Note: You need to include
the trailing comma.

%SystemRoot%\explorer.exe /e,

If that doesn't work for you, take a look at this article.

HOW TO: Change Windows Explorer Default View to My Computer
http://support.microsoft.com/default.aspx?scid=kb;en-us;221878

For more information on the command line switches for explorer.exe, take a look
at this article.

How To Customize the Windows Explorer Views in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;307856&sd=tech

Good luck

Nepatsfan
 
Thanks v. much.... you have answered my question consicely.

--------------------------------
 
Back
Top