Windows Explorer (file manager) Setup Question

  • Thread starter Thread starter MS Jordan
  • Start date Start date
M

MS Jordan

Is there away to have Win Explorer always come up in a particular
configuration ?

Like

My Docs
My Computer
C:
D:
E:
etc
etc


With all the drives not expanded ?

My default configuration always has c: expanded out and I only have system
files there so I hardly ever need to go there

Thanks
 
[email protected],
MS Jordan said:
Is there away to have Win Explorer always come up in a
particular configuration ?

Like

My Docs
My Computer
C:
D:
E:
etc
etc


With all the drives not expanded ?

My default configuration always has c: expanded out and I
only have system files there so I hardly ever need to go
there

Thanks

If you want to change the default display of Windows Explorer
to My Computer, right click the shortcut and change the entry
in the target box to the following:

%SystemRoot%\explorer.exe
/e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Take a look here for more info:

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

To open Windows Explorer with My Computer selected
http://www.microsoft.com/resources/...0/server/reskit/en-us/prork/prde_ffs_gkge.asp

Good luck

Nepatsfan
 
MS Jordan said:
Is there away to have Win Explorer always come up in a particular
configuration ?

Like

My Docs
My Computer
C:
D:
E:
etc
etc


With all the drives not expanded ?

My default configuration always has c: expanded out and I only have system
files there so I hardly ever need to go there

Thanks


Right click the shortcut that you use to open Windows Explorer and select
Properties. In the Target Line, place the following text.

%SystemRoot%\explorer.exe /e,

(Note the space and the Comma)

Click Apply/OK.
 
Right click the shortcut that you use to open Windows Explorer and
select Properties. In the Target Line, place the following text.

%SystemRoot%\explorer.exe /e,
%SystemRoot%\explorer.exe /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Thank you both, I'm curious what the the code between {__} acomplish's
 
Back
Top