Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Windows Explorer

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 09-13-2006   #1 (permalink)
Jerry West
Guest


 

Windows Explorer

I like the old way of launching Windows Explorer in XP. WE was also easy to
locate as a shortcut off the Start menu in XP. It seems in Vista it is
broken up in sections on the Start Menu, i.e., Documents, Pictures, Music,
Games, Computer, etc. Is it possible to revert to the old style of Windows
Explorer, where one could open a single WE shortcut and have the entire
contents of the hard drive listed in a tree view? I find now that just
navigating to a single folder off the C: drive requires more mouse clicks
than XP. Am I missing something?

Thanks,

JW



My System SpecsSystem Spec
Old 09-13-2006   #2 (permalink)
Radzi
Guest


 

Re: Windows Explorer

"Jerry West" <jw@comcast.net> wrote in message
news:12ghc1hdnobun30@news.supernews.com...
>I like the old way of launching Windows Explorer in XP. WE was also easy to
>locate as a shortcut off the Start menu in XP. It seems in Vista it is
>broken up in sections on the Start Menu, i.e., Documents, Pictures, Music,
>Games, Computer, etc. Is it possible to revert to the old style of Windows
>Explorer, where one could open a single WE shortcut and have the entire
>contents of the hard drive listed in a tree view? I find now that just
>navigating to a single folder off the C: drive requires more mouse clicks
>than XP. Am I missing something?
>
> Thanks,
>
> JW
>



I did:
Start > All Programs > Accessories > right-click Windows Explorer - Pin to
Start Menu.
Then I right-clicked Windows Explorer > Properties > pasted

%SystemRoot%\explorer.exe /e,c:\

into the Target: box.

My System SpecsSystem Spec
Old 09-13-2006   #3 (permalink)
Just Bob
Guest


 

Re: Windows Explorer


"Radzi" <me@home.net> wrote in message
news:uFF5C851GHA.1252@TK2MSFTNGP04.phx.gbl...
> "Jerry West" <jw@comcast.net> wrote in message
> news:12ghc1hdnobun30@news.supernews.com...
>>I like the old way of launching Windows Explorer in XP. WE was also easy
>>to locate as a shortcut off the Start menu in XP. It seems in Vista it is
>>broken up in sections on the Start Menu, i.e., Documents, Pictures, Music,
>>Games, Computer, etc. Is it possible to revert to the old style of Windows
>>Explorer, where one could open a single WE shortcut and have the entire
>>contents of the hard drive listed in a tree view? I find now that just
>>navigating to a single folder off the C: drive requires more mouse clicks
>>than XP. Am I missing something?
>>
>> Thanks,
>>
>> JW
>>

>
>
> I did:
> Start > All Programs > Accessories > right-click Windows Explorer - Pin to
> Start Menu.
> Then I right-clicked Windows Explorer > Properties > pasted
>
> %SystemRoot%\explorer.exe /e,c:\
>
> into the Target: box.


Is it not strange that when I paste that command string into the command
line/search box that it opens control panel?

My System SpecsSystem Spec
Old 09-14-2006   #4 (permalink)
Radzi
Guest


 

Re: Windows Explorer

"Just Bob" <kilbyfan-nospam@aol-nospam.com> wrote in message
news:uaRFhA61GHA.968@TK2MSFTNGP03.phx.gbl...
>
> "Radzi" <me@home.net> wrote in message
> news:uFF5C851GHA.1252@TK2MSFTNGP04.phx.gbl...
>> "Jerry West" <jw@comcast.net> wrote in message
>> news:12ghc1hdnobun30@news.supernews.com...
>>>I like the old way of launching Windows Explorer in XP. WE was also easy
>>>to locate as a shortcut off the Start menu in XP. It seems in Vista it is
>>>broken up in sections on the Start Menu, i.e., Documents, Pictures,
>>>Music, Games, Computer, etc. Is it possible to revert to the old style of
>>>Windows Explorer, where one could open a single WE shortcut and have the
>>>entire contents of the hard drive listed in a tree view? I find now that
>>>just navigating to a single folder off the C: drive requires more mouse
>>>clicks than XP. Am I missing something?
>>>
>>> Thanks,
>>>
>>> JW
>>>

>>
>>
>> I did:
>> Start > All Programs > Accessories > right-click Windows Explorer - Pin
>> to Start Menu.
>> Then I right-clicked Windows Explorer > Properties > pasted
>>
>> %SystemRoot%\explorer.exe /e,c:\
>>
>> into the Target: box.

>
> Is it not strange that when I paste that command string into the command
> line/search box that it opens control panel?



It is, because mine just opens windows explorer, showing c:\


My System SpecsSystem Spec
Old 09-14-2006   #5 (permalink)
mayor
Guest


 

Re: Windows Explorer

Create a shortcut and add one of the commands below to the TARGET box in the
properties box of the shortcut.



Configure Windows Explorer

My Computer" highlighted in left side with all drives visible but not
expanded and C: highlighted in right side: %SystemRoot%\explorer.exe
/e,/select,c:



Desktop highlighted and nothing expanded: %SystemRoot%\explorer.exe
/e,/n,/select,/root,c:



All drives visible and the system drive highlighted and expanded in full
screen: %SystemRoot%\explorer.exe /e,/select



All drives visible and the system drive expanded in small screen:
%SystemRoot%\explorer.exe /e,/select,%systemroot%



Only Windows Directory visible highlighted and expanded:
%SystemRoot%\explorer.exe /e,/root,%systemroot%



All drives visible but only C: highlighted and expanded:
%SystemRoot%\explorer.exe /e,c:



Nothing expanded and My Computer highlighted in right side:
%SystemRoot%\explorer.exe /n,/e,/select,



Opens the Windows folder as a folder: %SystemRoot%\explorer.exe %systemroot%



Opens as "My Computer": %SystemRoot%\explorer.exe %systemroot%,



This opens the Desktop folder with "My Computer" highlighted:
%SystemRoot%\explorer.exe %systemroot%,/select,



"Desktop" highlighted in the left side and no drives visible:

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



"My Computer" highlighted in left side and all drives visible but none
expanded:

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



"Desktop" in left side highlighted and "My Computer" highlighted in right
side and no drives visible:

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


--
Leo
Work Harder Millions On Welfare Depend On You


"Jerry West" <jw@comcast.net> wrote in message
news:12ghc1hdnobun30@news.supernews.com...
>I like the old way of launching Windows Explorer in XP. WE was also easy to
>locate as a shortcut off the Start menu in XP. It seems in Vista it is
>broken up in sections on the Start Menu, i.e., Documents, Pictures, Music,
>Games, Computer, etc. Is it possible to revert to the old style of Windows
>Explorer, where one could open a single WE shortcut and have the entire
>contents of the hard drive listed in a tree view? I find now that just
>navigating to a single folder off the C: drive requires more mouse clicks
>than XP. Am I missing something?
>
> Thanks,
>
> JW
>


My System SpecsSystem Spec
Old 09-14-2006   #6 (permalink)
Jerry West
Guest


 

Re: Windows Explorer

Thanks to all, this was exactly what I was looking for.

JW

"mayor" <ldontwant@mail.com> wrote in message
news:A41FF426-FBC4-487A-B5EC-F64568ABBE88@microsoft.com...
> Create a shortcut and add one of the commands below to the TARGET box in
> the properties box of the shortcut.
>
>
>
> Configure Windows Explorer
>
> My Computer" highlighted in left side with all drives visible but not
> expanded and C: highlighted in right side: %SystemRoot%\explorer.exe
> /e,/select,c:
>
>
>
> Desktop highlighted and nothing expanded: %SystemRoot%\explorer.exe
> /e,/n,/select,/root,c:
>
>
>
> All drives visible and the system drive highlighted and expanded in full
> screen: %SystemRoot%\explorer.exe /e,/select
>
>
>
> All drives visible and the system drive expanded in small screen:
> %SystemRoot%\explorer.exe /e,/select,%systemroot%
>
>
>
> Only Windows Directory visible highlighted and expanded:
> %SystemRoot%\explorer.exe /e,/root,%systemroot%
>
>
>
> All drives visible but only C: highlighted and expanded:
> %SystemRoot%\explorer.exe /e,c:
>
>
>
> Nothing expanded and My Computer highlighted in right side:
> %SystemRoot%\explorer.exe /n,/e,/select,
>
>
>
> Opens the Windows folder as a folder: %SystemRoot%\explorer.exe
> %systemroot%
>
>
>
> Opens as "My Computer": %SystemRoot%\explorer.exe %systemroot%,
>
>
>
> This opens the Desktop folder with "My Computer" highlighted:
> %SystemRoot%\explorer.exe %systemroot%,/select,
>
>
>
> "Desktop" highlighted in the left side and no drives visible:
>
> %systemroot%\explorer.exe
> /e,/root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D},/select
>
>
>
> "My Computer" highlighted in left side and all drives visible but none
> expanded:
>
> %systemroot%\explorer.exe
> /e,/root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
>
>
>
> "Desktop" in left side highlighted and "My Computer" highlighted in right
> side and no drives visible:
>
> %systemroot%\explorer.exe
> /e,/select,::{20D04FE0-3AEA-1069-A2D8-08002B30309D
>
>
> --
> Leo
> Work Harder Millions On Welfare Depend On You
>
>
> "Jerry West" <jw@comcast.net> wrote in message
> news:12ghc1hdnobun30@news.supernews.com...
>>I like the old way of launching Windows Explorer in XP. WE was also easy
>>to locate as a shortcut off the Start menu in XP. It seems in Vista it is
>>broken up in sections on the Start Menu, i.e., Documents, Pictures, Music,
>>Games, Computer, etc. Is it possible to revert to the old style of Windows
>>Explorer, where one could open a single WE shortcut and have the entire
>>contents of the hard drive listed in a tree view? I find now that just
>>navigating to a single folder off the C: drive requires more mouse clicks
>>than XP. Am I missing something?
>>
>> Thanks,
>>
>> JW
>>

>



My System SpecsSystem Spec
Old 09-14-2006   #7 (permalink)
mayor
Guest


 

Re: Windows Explorer

You are welcome. I hope it corrects your problem.

--
Leo
On the keyboard of life, always keep one finger on the escape button




"Jerry West" <jw@comcast.net> wrote in message
news:12gj0unrdid0r08@news.supernews.com...
> Thanks to all, this was exactly what I was looking for.
>
> JW
>
> "mayor" <ldontwant@mail.com> wrote in message
> news:A41FF426-FBC4-487A-B5EC-F64568ABBE88@microsoft.com...
>> Create a shortcut and add one of the commands below to the TARGET box in
>> the properties box of the shortcut.
>>
>>
>>
>> Configure Windows Explorer
>>
>> My Computer" highlighted in left side with all drives visible but not
>> expanded and C: highlighted in right side: %SystemRoot%\explorer.exe
>> /e,/select,c:
>>
>>
>>
>> Desktop highlighted and nothing expanded: %SystemRoot%\explorer.exe
>> /e,/n,/select,/root,c:
>>
>>
>>
>> All drives visible and the system drive highlighted and expanded in full
>> screen: %SystemRoot%\explorer.exe /e,/select
>>
>>
>>
>> All drives visible and the system drive expanded in small screen:
>> %SystemRoot%\explorer.exe /e,/select,%systemroot%
>>
>>
>>
>> Only Windows Directory visible highlighted and expanded:
>> %SystemRoot%\explorer.exe /e,/root,%systemroot%
>>
>>
>>
>> All drives visible but only C: highlighted and expanded:
>> %SystemRoot%\explorer.exe /e,c:
>>
>>
>>
>> Nothing expanded and My Computer highlighted in right side:
>> %SystemRoot%\explorer.exe /n,/e,/select,
>>
>>
>>
>> Opens the Windows folder as a folder: %SystemRoot%\explorer.exe
>> %systemroot%
>>
>>
>>
>> Opens as "My Computer": %SystemRoot%\explorer.exe %systemroot%,
>>
>>
>>
>> This opens the Desktop folder with "My Computer" highlighted:
>> %SystemRoot%\explorer.exe %systemroot%,/select,
>>
>>
>>
>> "Desktop" highlighted in the left side and no drives visible:
>>
>> %systemroot%\explorer.exe
>> /e,/root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D},/select
>>
>>
>>
>> "My Computer" highlighted in left side and all drives visible but none
>> expanded:
>>
>> %systemroot%\explorer.exe
>> /e,/root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
>>
>>
>>
>> "Desktop" in left side highlighted and "My Computer" highlighted in right
>> side and no drives visible:
>>
>> %systemroot%\explorer.exe
>> /e,/select,::{20D04FE0-3AEA-1069-A2D8-08002B30309D
>>
>>
>> --
>> Leo
>> Work Harder Millions On Welfare Depend On You
>>
>>
>> "Jerry West" <jw@comcast.net> wrote in message
>> news:12ghc1hdnobun30@news.supernews.com...
>>>I like the old way of launching Windows Explorer in XP. WE was also easy
>>>to locate as a shortcut off the Start menu in XP. It seems in Vista it is
>>>broken up in sections on the Start Menu, i.e., Documents, Pictures,
>>>Music, Games, Computer, etc. Is it possible to revert to the old style of
>>>Windows Explorer, where one could open a single WE shortcut and have the
>>>entire contents of the hard drive listed in a tree view? I find now that
>>>just navigating to a single folder off the C: drive requires more mouse
>>>clicks than XP. Am I missing something?
>>>
>>> Thanks,
>>>
>>> JW
>>>

>>

>
>


My System SpecsSystem Spec
Old 09-15-2006   #8 (permalink)
Chaucer
Guest


 

Re: Windows Explorer

If you want Windows Explorer to open directly in C: with everything expanded
you will need to add the following to the shortcuts properties: /e,C:\

Right click the shortcut, choose properties, and add the above to the target
field. It should look like this when you are done: %SystemRoot%\explorer.exe
/e,C:\

You can substitute any other available drive letter for C:\ also. As for
locating the shortcut it has a new icon so it takes a bit of getting used
to. I had trouble finding it at first myself. :-)

"Jerry West" <jw@comcast.net> wrote in message
news:12ghc1hdnobun30@news.supernews.com...
>I like the old way of launching Windows Explorer in XP. WE was also easy to
>locate as a shortcut off the Start menu in XP. It seems in Vista it is
>broken up in sections on the Start Menu, i.e., Documents, Pictures, Music,
>Games, Computer, etc. Is it possible to revert to the old style of Windows
>Explorer, where one could open a single WE shortcut and have the entire
>contents of the hard drive listed in a tree view? I find now that just
>navigating to a single folder off the C: drive requires more mouse clicks
>than XP. Am I missing something?
>
> Thanks,
>
> JW
>


My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
windows explorer has stopped working....window explorer restarting hunting_bears Vista General 7 3 Weeks Ago 12:57 AM
Vista Internet Explorer/Windows Explorer shortcut problem mgraham1964 Vista General 0 08-27-2008 12:34 PM
Windows explorer (NOT Internet explorer) keeps shutting down Phil Vista General 1 03-21-2008 05:25 PM
Changing Filename COLORS in (VISTA )Windows Explorer (explorer.exe Eddie Vista file management 6 02-09-2008 05:51 PM
Windows explorer has stopped working Windows Explorer is restartin Miranda Vista General 2 08-27-2007 04:42 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51