Windows Explore settings

J

jimmxz

How do I get my Windows Explore to default to show the folders view when I
open it from a shortcut?

I put a shortcut for one of my folders in the C: drive on the Quicklaunch
area (lower left next to the Start button) and when I open it up I need to
select the "Folders" button to show all the folders in the left hand column.
I would like it to open with the folders showing the left column as the
default.

Thanks!
Jim
 
A

Asger Joergensen

Hi jimmxz
How do I get my Windows Explore to default to show the folders view when I
open it from a shortcut?

I put a shortcut for one of my folders in the C: drive on the Quicklaunch
area (lower left next to the Start button) and when I open it up I need to
select the "Folders" button to show all the folders in the left hand column.
I would like it to open with the folders showing the left column as the
default.

Put this in the shortcut:

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

c: is the path and can be a path to any folder.

Kind regards
Asger
 
N

Nepatsfan

jimmxz said:
How do I get my Windows Explore to default to show the folders view when I
open it from a shortcut?

I put a shortcut for one of my folders in the C: drive on the Quicklaunch
area (lower left next to the Start button) and when I open it up I need to
select the "Folders" button to show all the folders in the left hand
column.
I would like it to open with the folders showing the left column as the
default.

Thanks!
Jim


Right click on the shortcut in the Quick Launch toolbar and select
Properties from the menu.
Click on the Shortcut tab.
Click inside the Target box and add the following before the path to your
folder.

%windir%\explorer.exe /e,

As an example, let's say I currently have a shortcut to My Documents folder.
The entry in the Target box would look like this.

%windir%\explorer.exe /e, "D:\Nepatsfan Documents"

Note: If you want to change the icon displayed go back to shortcut's
properties sheet and click on the Change Icon button on the Shortcut tab.

Good luck

Nepatsfan
 

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