Windows – Set a “default” folder for Windows Explorer pinned taskbar icon in Windows 7

windows 7windows-explorer

Using Windows 7.

I have a Windows Explorer icon pinned to my taskbar.

When no Explorer window is open, clicking it takes me to “Libraries”, a folder that I never use. Is there a way to set a default folder to show here?

I already followed the steps in the vaguely-related question “Is there a way to set up a default folder for Windows Explorer?”, but it had no effect (indeed a comment there suggested it no longer works in Windows 7).

Best Answer

With all Windows Explorer windows closed, hold down Shift and right-click the Windows Explorer icon that is pinned to the Taskbar. Select Properties from the menu.

On the Shortcut tab, the Target: field is probably:

%windir%\explorer.exe

Add a space and the path to the folder you want to be your default. I changed my target to

%windir%\explorer.exe "C:\Users\william\"

Quotation marks around the folder path are only necessary if the path contains a space.

Related Question