Open the Explore Window to the folder of my choice.

M

Margaret Bartley

When I click on Explore, it opens up at "C:\Documents and Settings\My
Name\Start Menu". What do I do so that it opens up at a different place?

Thanks muchly,
Margaret
 
S

Squire

Instead of using Explore,
Have you tried creating a shortcut to your program ?

The explore default is normal, when it opens C:\Documents....
 
A

Alan Edwards

You sound like you are doing a right-click on the Start button and
selection Explore. That will (and should) start at C:\Documents and
Settings\My Name\Start Menu.

Create a shortcut to Explorer where you want it (perhaps in the Quick
Launch Bar?)

You will have to look up the syntax to get the target right.
I like mine starting in an Explorer window at C with folders open and
I use:
%SystemRoot%\explorer.exe /e,C:\

Change the properties of the shortcut to what suits you.
Command-Line Switches for Windows Explorer
http://support.microsoft.com/default.aspx?scid=130510

....Alan
 
N

Nepatsfan

Margaret said:
When I click on Explore, it opens up at "C:\Documents and
Settings\My Name\Start Menu". What do I do so that it opens
up at a different place?
Thanks muchly,
Margaret

Are you're talking about right clicking on the Start button and
selecting Explore near the top of the menu that pops up? If
that's what you're doing then it's opening at your Start menu
because that's the location from which you launched Windows
Explorer.

Go to Start -> All Programs -> Accessories. You should see a
shortcut for Windows Explorer. Click on it. It should open to
the default which is "My Documents".

If you want a shortcut to Windows Explorer that opens to
another location then you need to create a new shortcut. Here's
how:
Right click an open area on your desktop and select New ->
Shortcut from the menu that pops up.
This should launch a box titled Create Shortcut.
Enter Explorer in the location box.
Click Next.
Enter Windows Explorer as the name and click Finish.
Now, right click on the new Explorer shortcut and select
Properties from the menu.
Click on the Shortcut tab.
What's entered in the Target line determines where Explorer
starts from.
Here you can enter the whatever starting point you want as long
as the target line begins with %systemroot%\explorer.exe /e,
(Note the trailing comma must be included).
Here are a few options you can copy and paste into the Target
line:

Open to C drive
%systemroot%\explorer.exe /e, C:

Open to My Computer
%systemroot%\explorer.exe
/e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Open to My Documents
%systemroot%\explorer.exe
/e,::{450D8FBA-AD25-11D0-98A8-0800361B1103}

Here's an article with more information:

http://support.microsoft.com/default.aspx?scid=kb;en-us;307856&sd=tech

Good luck

Nepatsfan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top