Modify Where Windows Explorer Opens By Default

April 24, 2007 · Filed Under Configuring Vista System Settings 

You will find one of the things that takes the most getting used to in Vista is the way the explorer window now looks and acts. Windows Explorer by default opens the the logged in users documents folder as you can see:

If you want to have more control and have it open in other locations you can modify the shortcut. Just right click on the Windows Explorer shortcut and replace it with the codes below. Here are some common locations you might want to change it to:

  • “Computer” highlighted in left side with all drives visible but not expanded and C: highlighted in right side
    %SystemRoot%\explorer.exe /e,/select,c:
  • Desktop highlighted and nothing expanded
    %SystemRoot%\explorer.exe /e,/n,/select,/root,c:
  • All drives visible and the system drive expanded in small screen:
    %SystemRoot%\explorer.exe /e,/select,%systemroot%
  • Only Windows Directory visible highlighted and expanded:
    %SystemRoot%\explorer.exe /e,/root,%systemroot%
  • All drives visible but only C: highlighted and expanded:
    %SystemRoot%\explorer.exe /e,c:

Credit for this goes to a post on microsoft.public.windows.vista.file_management by Leo

No Related Posts Found

Comments

One Response to “Modify Where Windows Explorer Opens By Default”

  1. Charlie Hall on June 1st, 2009 12:15 am

    Thankyou, after years of fustration a excellent se tof answers.

Leave a Reply