Windows Explorer Problem

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I have a query from one of our senior members, he is running XP Pro and when
he goes to Start/All Programs/Accessories/Windows Explorer, instead of
opening the normal windows tree it only opens My Documents where it shows
the default folders.

Any ideas please?

--

Regards
Joe
Tasmania
Remove NOT to reply
 
Hi Joe,

Right click Windows Explorer/Properties and type this into the Target path:

To have C: open (No folders)
%SystemRoot%\Explorer.exe /root, C:\

To have My Computer
C:\WINDOWS\explorer.exe /n

To have C: open expanded - Examples
%windir%\EXPLORER.EXE /e,c:
%windir%\EXPLORER.EXE /e,f:\Limited Documents

To have C: open and My Documents
%windir%\EXPLORER.EXE /e,c:,%HOMEDRIVE%%HOMEPATH%\My Documents

For it to open to My Documents:
explorer /n,/e,%HOMEDRIVE%%HOMEPATH%\My Documents or
C:\WINDOWS\explorer.exe /n,/e,%HOMEDRIVE%%HOMEPATH%\My Documents

To have My Documents open only (No folders)
Explorer /root, c:\Documents and Settings\%username%\My Documents
Explorer /root, c:,%HOMEDRIVE%%HOMEPATH%\Kelly's Computer

If you wish to have Explorer open at My Documents on another drive, you
would use:
%SystemRoot%\explorer.exe /e, f:\My Documents

To have another Drive letter assigned to opening: D for example
C:\Windows\Explorer.exe /e, d:\

d:\ can be modified for any folder/sub-folder you like. As in:
%SystemRoot%\Explorer.exe /e,d:\My Stuff

The /e switch tells Windows Explorer to open in the two pane explorer mode
and the c:\ tells it to open in folder C:\. If you omit the /e switch,
Windows Explorer opens in a single pane view.

Command Line Switches Examples for Windows Explorer
http://www.kellys-korner-xp.com/xp_c.htm#comline

Command-Line Switches for Windows Explorer
http://support.microsoft.com/support/kb/articles/Q130/5/10.asp
 
Hi

Right click on the icon for Windows Explorer, select Properties and then
type or copy/paste the following into the 'Target' box to open WE with the C
drive expanded:

%systemroot%\EXPLORER.EXE /e,c:

--

Will Denny
MS-MVP Windows - Shell/User
Please reply to the News Groups


| I have a query from one of our senior members, he is running XP Pro and
when
| he goes to Start/All Programs/Accessories/Windows Explorer, instead of
| opening the normal windows tree it only opens My Documents where it shows
| the default folders.
|
| Any ideas please?
|
| --
|
| Regards
| Joe
| Tasmania
| Remove NOT to reply
|
|
 
G'day Kelly and Will, thank you both very much for that valuable
information, I have passed the piece on to him that he needs but not the lot
at it may confuse him too much.

--

Regards
Joe
Tasmania
Remove NOT to reply
 

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

Similar Threads

Remove From Open With 13
Novell Problem 3
Display Problems 2
Default Mail Program 5
Recycler 4
Sasser 3
Windows Explorer - Open and Explore actions help 3
dd9.exe 2

Back
Top