Windows Exporer

W

Woody

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

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

Woody
 
D

DoubleDAZ

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
 
G

Guest

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


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

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

Woody
 
D

dev

/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?
 
R

Ramesh, MS-MVP

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?
 
D

DoubleDAZ

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?
 
D

dev

/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!
 
K

kirk jim

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?
 

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

Top