Windows Explorer Defaults to Libraries Folder in Windows 7

When you open Windows Explorer in Windows 7, it opens the Libraries folder by default. You can change the default startup folder using the Windows Explorer shortcut properties, as you did in earlier versions of Windows.

In Windows 7, right-clicking on the Windows Explorer Taskbar icon will show the Jump Lists. To access the shortcut properties, hold the Shift key down, right-click on the shortcut and choose Properties. The rest of the procedure is the same as in other versions of Windows.

To change the startup folder to (My) Computer, use this target path:

explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Where the GUID {20D04FE0-3AEA-1069-A2D8-08002B30309D} represents the My Computer folder.



For the Documents folder, use this target path:

explorer.exe ::{450D8FBA-AD25-11D0-98A8-0800361B1103}

You may also suffix the full path instead of using GUID. For example,

explorer.exe D:\Scripts

hand point iconNote that the above methods create a new explorer.exe instance every time you use it. An alternate method to accomplish the task would be using AutoHotKey, as mentioned in the article How to Change WinKey + E Shortcut Target.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

5 thoughts on “Windows Explorer Defaults to Libraries Folder in Windows 7”

  1. If holding shift doesnt work, try unpinning explorer from taskbar, creating a new shortcut on desktop with the above path(s) and pinning that shortcut to the taskbar. You can safely delete the shortcut afterwards.

    Reply
  2. dano : This solution is indeed simple, but it still creates a new process everytime you open Explorer… Is there a workaround that doesn’t create a new process?

    Reply
  3. It is much simple than that.
    Simply change %SystemRoot%\explorer.exe by C:\ or D:\MyFolder.

    This has the advantage that it does not create another Explorer process.

    Cheers

    Reply
  4. Note that you CAN change the default start folder if you’re using WinKey + E to launch Explorer. Just go to RegEdit – HKEY_CLASSES_ROOT\Folder\shell\open\command and change (Default) value to: %SystemRoot%\Explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
    If you want to start from My Computer.

    Reply

Leave a Comment