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. Note that you cannot change the default start folder if you’re using WinKey + E to launch Explorer.
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. 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:
Where the GUID {20D04FE0-3AEA-1069-A2D8-08002B30309D} represents the My Computer folder.
For Documents folder, use this target path:
You may also suffix the full path instead of using GUID. For example,
Related Posts
- How to Customize the Library Icons in Windows 7
- Fix Error “Documents.library-Ms Is No Longer Working” In Windows 7
- Restore Missing “Mozilla Firefox” Entry to Set Program Access and Defaults in Windows XP
- Internet Explorer Does Not Open Links to Audio or Video Files
- Fix Send Page by E-Mail Option Grayed Out in Internet Explorer
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?





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?
Not sure how you figured that out, but there is a problem with it. When you open a new directory, it tries to open a new explorer.exe process to view that directory. This is not the behavior that most people are looking for.
Instead, just change the shortcut to:
%SystemRoot%\explorer.exe “”
(Just blank quotes). This will open the explorer to the “My Computer” location.
You don’t need to use the special hex code syntax. You can just simply change the target line to: %SystemRoot%\explorer.exe C:\MyFolder\Stuff