PDA

View Full Version : Windows explorer start directory


Bob
January 8th 04, 10:27 PM
When I open Windows explorer, it opens to "My Documents" which I never
even use. Is there any way to make it start in "My computer" or better
still C:\ drive?
What would be ideal is if it would open to the last directory you were
using like the old Norton file manager. Thanks.

Eddy11
January 8th 04, 10:40 PM
Go to Start\Programs\Accessories
Right-click windows explorer and select Properties
In the target box type %SystemRoot%\explorer.exe /e,c:\
to open explorer with C:\ expanded
For single pane viewing:
%SystemRoot%\explorer.exe /root,c:\
To choose a specific location, say program files:
%systemroot%\explorer.exe /e,c:\Program Files

--
Regards,
Eddy


"Bob" > wrote in message ...
> When I open Windows explorer, it opens to "My Documents" which I never
> even use. Is there any way to make it start in "My computer" or better
> still C:\ drive?
> What would be ideal is if it would open to the last directory you were
> using like the old Norton file manager. Thanks.
>

Bob
January 8th 04, 11:08 PM
Thank you. That worked like a charm!

Eddy11 wrote:

> Go to Start\Programs\Accessories
> Right-click windows explorer and select Properties
> In the target box type %SystemRoot%\explorer.exe /e,c:\
> to open explorer with C:\ expanded
> For single pane viewing:
> %SystemRoot%\explorer.exe /root,c:\
> To choose a specific location, say program files:
> %systemroot%\explorer.exe /e,c:\Program Files
>
> --
> Regards,
> Eddy
>
> "Bob" > wrote in message ...
> > When I open Windows explorer, it opens to "My Documents" which I never
> > even use. Is there any way to make it start in "My computer" or better
> > still C:\ drive?
> > What would be ideal is if it would open to the last directory you were
> > using like the old Norton file manager. Thanks.
> >

Google