Archived from groups: microsoft.public.windowsxp.customize (More info?)
Make the following the target for the Explorer shortcut. Right click the
Windows Explorer icon on your desktop and choose Properties, paste the
following:
%SystemRoot%\explorer.exe /e,/root,
"J CALCO" <anonymous@discussions.microsoft.com> wrote in message
news:546901c47415$14a1cda0$a501280a@phx.gbl...
> EXPLORER OPENS IN "MY DOCUMENTS". HOW CAN I MAKE IT OPEN
> INTO THE C DRIVE TREE?
Archived from groups: microsoft.public.windowsxp.customize (More info?)
This is the path I used. Seeing how it was done this way you can make it
open to any directory or drive you choose.
%SystemRoot%\explorer.exe /e, c:\
"Kevin" <kevincf@excite.com> wrote in message
news:uEw8owEdEHA.3596@tk2msftngp13.phx.gbl...
> Make the following the target for the Explorer shortcut. Right click the
> Windows Explorer icon on your desktop and choose Properties, paste the
> following:
>
> %SystemRoot%\explorer.exe /e,/root,
>
> "J CALCO" <anonymous@discussions.microsoft.com> wrote in message
> news:546901c47415$14a1cda0$a501280a@phx.gbl...
> > EXPLORER OPENS IN "MY DOCUMENTS". HOW CAN I MAKE IT OPEN
> > INTO THE C DRIVE TREE?
>
>
Archived from groups: microsoft.public.windowsxp.customize (More info?)
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.
"Jamess B. Holladay" <j1t2holl@magpage.com> wrote in message
news:ebjPl3LdEHA.3632@TK2MSFTNGP11.phx.gbl...
> This is the path I used. Seeing how it was done this way you can make it
> open to any directory or drive you choose.
>
> %SystemRoot%\explorer.exe /e, c:\
>
> "Kevin" <kevincf@excite.com> wrote in message
> news:uEw8owEdEHA.3596@tk2msftngp13.phx.gbl...
>> Make the following the target for the Explorer shortcut. Right click the
>> Windows Explorer icon on your desktop and choose Properties, paste the
>> following:
>>
>> %SystemRoot%\explorer.exe /e,/root,
>>
>> "J CALCO" <anonymous@discussions.microsoft.com> wrote in message
>> news:546901c47415$14a1cda0$a501280a@phx.gbl...
>> > EXPLORER OPENS IN "MY DOCUMENTS". HOW CAN I MAKE IT OPEN
>> > INTO THE C DRIVE TREE?
>>
>>
>
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.