Start Windows Explorer at Any Directory
Tags: windows explorerThere is a way to start windows explorer at any directory you wish to.
Run “explorer.exe /n,/e,<desired folder>” from command line.
e.g. run “explorer.exe /n,/e,C:\Windows\” for setting my explorer start up folder as C:\Windows.
There are more options available for the same.
Syntax
EXPLORER.EXE [/n][/e][,/root, ][[,/select],]
Switches:
/n:
Opens a new window in single-paned (My Computer) view for each item selected, even if the new window duplicates a window that is already open.
/e:
Uses Windows Explorer view. Windows Explorer view is most similar to File Manager in Windows version 3.x. Note
that the default view is Open view.
/root,(object):
Specifies the root level of the specified view. The default is to use the normal namespace root (the desktop). Whatever is specified is the root for the display.
/select,(sub object):
Specifies the folder to receive the initial focus. If “/select” is used, the parent folder is opened and the specified object is selected.
Related posts:
- Keyboard Shortcuts Windows Explorer keyboard shortcuts END Display the bottom of...
- Select Active Item in Solution Explorer If you work on Microsoft dot net technologies and use...
- ‘Copy to Output Directory’ Property in VS2005 I am sure many of you must be new to...
- Improve Windows Starting Up Performance If you think your windows take hell lot of time...
- How to Cleanup Hard Drive in Windows It is very improtant to cleanup your hard disk every...
- How to Disable Tabs in Display Properties in Windows Run registery editor. Type regedit in Run dialog box...
- How to Enable/Disable The Use of USB Devices To disable the use of USB devices in windows XP...
- Chat With the Internet Explorer Team You can now chat with the team of Microsoft’s popular...
- How to Install and Uninstall Windows Live Messenger 2009 I recently installed Windows Live Messenger 2009 but was consistently...
- How to Delete/Remove a Windows Service? Practically speaking, uninstalling an application should remove all its associated...

Leave your response!