Sick of right-clicking on my computer to select "explore"?...
After repeatedly doing this for quite some time I decided it was time to create a simple shortcut to allow my to explore My Computer with a single click. The first approach was to simply create a shortcut to c:windowsexplorer.exe - whilst this opened explorer it defaulted to viewing My Documents - a folder I never use!
What I wanted was a view that defaulted to C:
The answer wasn't too far away... a quick bit of googling found a plethora of results.
The one I used is to launch explorer defaulting to C:
explorer /n,/e,/root,,/select,C:
The easiest way to create this shortcut is:
That's it! - not too hard now was it?