Windows Explorer





EXPLORER: Opens in Control Panel
  • Windows Explorer Starts When You Start Your Computer
    After you start your computer normally or in safe mode, Windows Explorer may start and display the contents of the root folder or the Windows folder.
    http://support.microsoft.com/?kbid=228502 (i. e. 5. W98 9/27/2002)

EXPLORER: View Menu

EXPLORER: View - general

EXPLORER: General
  • Windows Explorer Starts When You Start Your Computer
    After you start your computer normally or in safe mode, Windows Explorer may start and display the contents of the root folder or the Windows folder.
    http://support.microsoft.com/?kbid=228502 (i. e. 5. W98 9/27/2002)

Top
Welcome page

http://www.colba.net/~hlebo49/explorer.htm













Explorer command line switches
    Let's say that Explorer opens at C:\ and you want D:\ to be open on startup. Find the shortcut in the Windows\Start Menu and change the properties from:

    C:\WINDOWS\EXPLORER.EXE /n,/e,C:\
    to
    C:\WINDOWS\EXPLORER.EXE /n,/e,D:\

    To open in My Computer, use:
    C:\WINDOWS\EXPLORER.EXE /n, /e, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
    Note the double colon.

    To open to "My Documents" folder, use:
    C:\Windows\Explorer.exe /n, /e, ::{450d8fba-ad25-11d0-98a8-0800361b1103}
    Note the double colon.

    Windows Explorer Command-Line Switches

    explorer [/n] [/e][,/root,object][[,/select],subobject] Parameters /n Always open a new window (even if the specified folder is already open). /e Use Windows Explorer view. The default is Open view. /root,object Specify the object in the normal name space that will be used as the root of this Windows Explorer Folder. The default is to just use the normal name space root (the desktop). subobject Specify the folder to receive the initial focus unless /select is used. The default is the root. /select Specifies that the parent folder is opened and the specified object is selected. Windows Explorer Examples To open a window rooted at \\myserver so you can easily browse the whole server, but nothing else: explorer /e,/root,\\myserver To open a folder window on C:\WINDOWS (or make an open window active) and select CALC.EXE, use: explorer /select,c:\windows\calc.exe
  • Command-Line Switches for Windows Explorer
    http://support.microsoft.com/?kbid=130510 (W95/98/se/ME/NT 4/2/2002)

  • HOW TO: Have Windows Explorer Default to the %SystemRoot% Drive When Started
    By default, Windows Explorer starts in the My Documents folder. This article describes how to configure Windows Explorer to start with the %SystemRoot% drive as the default view.
    http://support.microsoft.com/?kbid=257518 (W2000 5/28/2003)
Top