Master Chief

New Member
Joined
Apr 15, 2009
Messages
194
Hey. When Windows Explorer is pinned to the taskbar, clicking it opens by default the Libraries window. I never use these, and was wondering how I could change the default location to the Computer window. I know I can just pin Computer to it, but why not cut out a step? :P

Thanks
 

Solution
Right-click on the Explorer shortcut in the taskbar, click 'Properties' and then change the 'Target' to

%SystemRoot%\explorer.exe /e,::{20d04fe0-3aea-1069-a2d8-08002b30309d}

That will open Explorer in 'My Computer'.

Hope that helped :)

gavin19

New Member
Joined
Aug 8, 2009
Messages
440
Right-click on the Explorer shortcut in the taskbar, click 'Properties' and then change the 'Target' to

%SystemRoot%\explorer.exe /e,::{20d04fe0-3aea-1069-a2d8-08002b30309d}

That will open Explorer in 'My Computer'.

Hope that helped :)
 

Solution

RAK

Extraordinary Member
Joined
Jul 6, 2009
Messages
2,502
The series of letters can be changed to any path you wish, for example I have several on my desktop, to access quickly different parts of my Computer. The main one is %windir%\explorer.exe /n /e, C:\ , which of course, opens it in root C.
Fwiw n, opens a single pane window and e, opens in the default view. Not really needed, just a habit, i Guess.

Many users are complaining about the libraries. If you would really like to se the last of them, I have enclosed a zipped file containg three reg files, which are self explanatory.
 

Last edited:

Master Chief

New Member
Joined
Apr 15, 2009
Messages
194
Thanks, worked like a charm. However, when I click Computer from the start menu, it opens in an instant, but the taskbar shortcut lags for like half a second to open. I guess it's just finding the folder from the GUID path :)