A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Windows Explorer



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 14th 06, 01:29 AM posted to microsoft.public.windows.vista.file_management
Jerry West
external usenet poster
 
Posts: 25
Default 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


  #2 (permalink)  
Old September 14th 06, 01:42 AM posted to microsoft.public.windows.vista.file_management
Radzi
external usenet poster
 
Posts: 21
Default Windows Explorer

"Jerry West" wrote in message
...
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.

  #3 (permalink)  
Old September 14th 06, 01:50 AM posted to microsoft.public.windows.vista.file_management
Just Bob
external usenet poster
 
Posts: 19
Default Windows Explorer


"Radzi" wrote in message
...
"Jerry West" wrote in message
...
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?

  #4 (permalink)  
Old September 14th 06, 11:06 AM posted to microsoft.public.windows.vista.file_management
Radzi
external usenet poster
 
Posts: 21
Default Windows Explorer

"Just Bob" wrote in message
...

"Radzi" wrote in message
...
"Jerry West" wrote in message
...
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:\


  #5 (permalink)  
Old September 14th 06, 03:43 PM posted to microsoft.public.windows.vista.file_management
mayor
external usenet poster
 
Posts: 53
Default 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" wrote in message
...
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


  #6 (permalink)  
Old September 14th 06, 04:32 PM posted to microsoft.public.windows.vista.file_management
Jerry West
external usenet poster
 
Posts: 25
Default Windows Explorer

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

JW

"mayor" wrote in message
...
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" wrote in message
...
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




  #7 (permalink)  
Old September 14th 06, 06:53 PM posted to microsoft.public.windows.vista.file_management
mayor
external usenet poster
 
Posts: 53
Default 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" wrote in message
...
Thanks to all, this was exactly what I was looking for.

JW

"mayor" wrote in message
...
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" wrote in message
...
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





  #8 (permalink)  
Old September 16th 06, 02:43 AM posted to microsoft.public.windows.vista.file_management
Chaucer
external usenet poster
 
Posts: 24
Default 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" wrote in message
...
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


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:50 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.