Windows Exporer

  • Thread starter Thread starter Guest
  • Start date Start date
Create a shortcut to explorer. Right click, properties, insert the
following in target:

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

Woody
 
This works, but it doesn't open directory trees or anything like that and
doesn't look particularly useful. YMMV

Right click on the icon and select Properties. Change the target field to:

%SystemRoot%\explorer.exe c:\

There should also be a way to get the syntax options, but /?, ?, etc.,
didn't work for me the way I thought they would.

Cheers, Dave

How can I get to open windows explorer directly to c:\ drive

Don
 
Woody, Thanks.....!
--
Don


Woody said:
Create a shortcut to explorer. Right click, properties, insert the
following in target:

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

Woody
 
/Woody/ said:
Create a shortcut to explorer. Right click, properties, insert the
following in target:

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

A related question...
%SystemRoot%\explorer.exe /e,/select,c:\users\me\downloads\

opens Explorer with DOWNLOADS selected, but not expanded

How can Explorer be opened with DOWNLOADS expanded, so that its files
are displayed?
 
dev,

/select,<object> Opens a window view with the specified folder, file,
or program selected.

Use:

%SystemRoot%\explorer.exe /e, c:\users\me\downloads\

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


dev said:
Create a shortcut to explorer. Right click, properties, insert the
following in target:

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

A related question...
%SystemRoot%\explorer.exe /e,/select,c:\users\me\downloads\

opens Explorer with DOWNLOADS selected, but not expanded

How can Explorer be opened with DOWNLOADS expanded, so that its files
are displayed?
 
I deleted the /select and it worked for me, expanded in the left pane and
shows files/folders in the right pane.

Cheers, Dave

/Woody/ said:
Create a shortcut to explorer. Right click, properties, insert the
following in target:

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

A related question...
%SystemRoot%\explorer.exe /e,/select,c:\users\me\downloads\

opens Explorer with DOWNLOADS selected, but not expanded

How can Explorer be opened with DOWNLOADS expanded, so that its files
are displayed?
 
/Ramesh, MS-MVP/ said:
dev,

/select,<object> Opens a window view with the specified folder, file,
or program selected.

Use:

%SystemRoot%\explorer.exe /e, c:\users\me\downloads\

Ahh, very nice. Gracias, and good health!
 
now tell us how we can add a frikin delete icon on the toolbar of WE


dev,

/select,<object> Opens a window view with the specified folder, file,
or program selected.

Use:

%SystemRoot%\explorer.exe /e, c:\users\me\downloads\

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


/Woody/ said:
Create a shortcut to explorer. Right click, properties, insert the
following in target:

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

A related question...
%SystemRoot%\explorer.exe /e,/select,c:\users\me\downloads\

opens Explorer with DOWNLOADS selected, but not expanded

How can Explorer be opened with DOWNLOADS expanded, so that its files
are displayed?
 
Back
Top