In Windows 7, the UI including the taskbar, jump lists etc.. was a huge upgrade. But what about the folder shortcut on your taskbar? I find it really helpful being that I can just click it and I’m instantly in Windows Explorer sitting in my Libraries folders but like any groovy geek, I like to choose my own destiny so let’s change where it points me!
How To Change Your Explorer’s Default Folder In Windows 7
Step 1
Right-Click your Explorer taskbar icon and Select Properties.
Note that you may have to Right-Click it and then Right-Click it again within the jump list that appears to actually get to the context menu where you can Select Properties.

Step 2
The shortcut tab should open by default, but if it doesn’t just Click the Shortcut tab.
The only area of interest on this tab is the Target box. By default the target will point to:
1 |
%windir%\explorer.exe |
This is exactly where we want it to point to so don’t modify that at all. What were going to do is add some text after it.
Type a single space after the %windir%explorer.exe part, and then Type your folder path right after it. For example, I want it to point to my Downloads folder so I mine becomes:
1 |
%windir%\explorer.exe C:\Users\grooveDexter\downloads\ |
Or I could have just put %userprofile%downloads since that will automatically point to the C:UsersgrooveDexter folder for me. Notice I didn’t change the first part, I just added the folder location right after explorer.exe. This might sound a little confusing, so refer to the screenshot below as it explains it a little more clearly. Don’t forget to Click OK to save changes!

Done!
From now on when you Click the Windows Explorer shortcut on your taskbar it will open up to the folder you specified in Step 2! Groovy eh?

If you ever want to revert back to the original settings just go back in and modify the target, setting it back to the default path of just %windir%explorer.exe.

Unique tutorial! Very thoughtful, but I must ask – can I make it open My Computer?
Never one to leave well enough alone, I wonder how to make the left pane of Windows Explorer expand to reveal the tree structure for the deep drill-down target when you execute the “trick” above.
Double left clicking on the open Windows Explorer Window (anywhere, I’ve tried it multiple times) does not do it (sometimes it does other things depending upon where you click).
One still has to left click on each folder’s right-pointing triangle in the left pane to drill down.
Why would I want to do this? Well, for example, what if my \Downloads folder and my \Software-to-be-tested-&-saved folder are not under one another, but rather of the same “rank” and I want to move/copy something from \downloads over to the other folder? I still have to click by click expand/drill down on the left side to reveal the similarly ranked folder to \downloads.
Sombody please show me a neat trick! Thanks.
My Win7 already expands the tree by default… but the settings are under (with Windows Explorer open):
Organize –> Folder and Search Options
Make sure “Expand to Current Folder” is checked.
Excellent! That worked……but I usu. use Start-E to open Explorer, is there a way to modify that to open my desired folder? Thanks.
Easy,effective and marvelous tutorial..keep it up mate.
All of these solutions result in an extra instance of the explorer.exe process each time the modified shortcut is used, and they accumulate until you logoff.
A simpler and better solution is simply to replace all of the “Windows Explorer.lnk” shortcuts throughout the system with an ordinary folder shortcut named “Windows Explorer.lnk” that points to whatever folder you’ve chosen.
Here’s a little procedure that does this for Windows 7 and 8, where the replacement shortcut points to the %USERPROFILE% folder. The standard admonition should you try this is to first make a restore point as a precaution.
http://reliancepc.com/menu/tips/Downloads/ReplaceDefaultExplorerShortcuts.zip
Once unzipped, you can use 7zip to look inside the resulting .exe (which is a 7z SFX) and see what it does and that nothing nefarious is inside.