Make “Windows Explorer” taskbar icon open “My Computer” instead of “Libraries”
Oct 5th, 2010 by admin
The default “Windows Explorer” icon on the taskbar in Windows 7 & Windows Server 2008 R2 opens the “Libraries” by default.
Now, I’m not sure about you, but I would much rather it opened up “My Computer” instead.
Fortunately, it’s a very simple change.
Right click on the “Windows Explorer” icon in the taskbar, now right click “Windows Explorer” in the menu, and click “Properties”.
![]()
In the properties dialog-box that opens up, the “Target” field would read -
%windir%\explorer.exe
Change it to -
%windir%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
![]()
Click “OK” and you’re done !
Thanks for the quick buck..!
Will that code work for all computers or is it a code we have to look for?
@Data warehouse,
In windows, “20D04FE0-3AEA-1069-A2D8-08002B30309D” is the CLSID of “My Computer” – it’s the same on every computer running Microsoft Windows.
So this code works on them all.
Hey, thanks for this useful tip that I was searching from long time. It makes easy to navigate on my computer now.