Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windows explorer change opening behaviour

Status
Not open for further replies.

mmaddox

IS-IT--Management
May 22, 2002
53
US
how can I change the behaviour of windows explorer so that when I open it it does not expand the C: drive and jump to Documents and Settings?
 
Create a shortcut to Explorer edit the Properties window to show at the end of the command line for Explorer /e, (note the comma is important). This will open at My Computer. Other options:

Explorer Switches:

Explorer [/e,] [/n,] [/root,<object>,] [[<folder>] | [/select, <sub object>]]

/e

Use Explorer view (scope and results pane view). The default is open view (results in pane view only).

/n

unknown

/root<object>

Specify the object in the &quot;normal&quot; name space that is used as the root (top level) for Windows Explorer. The default is the Desktop folder.

<folder>

Opens the specified folder.

/select

The parent folder opens and the specified object is selected.

<sub object>

The folder or file that Windows Explorer opens. If the /select switch is used, the sub object is highlighted. If the /select switch is not used, the folder or file opens in Explorer. The default is the root<object>.

Examples
Explorer /e, /root, \\Reports

Opens an Explorer window at \\Reports.

Explorer /select, C:\Windows\Calc.exe

Opens a folder at C:\Windows (or activates one that is currently open), and selects Calc.exe.

Explorer /e, /root, \Source\Internal\Design\Users\David\Archive

Opens a folder to the Archive folder. This is a good way to create a dedicated, remote, documents archive folder. A link to the \\Source\Internal\Design\Users\David\Archive folders can then be placed in the SendTo folder for quick routing of documents.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top