Originally posted by Ya_know
I use this to get to a different drive expanded:
explorer /e,/root,/select,x:

what you could try is this:
explorer /e,/select,x:

X can be any drive you wish...

To make a shortcut work the way I think you want it to, put this:
%windir%\explorer.exe /e,/select,x:
as the target.

That's the ticket. thanks Ya_know!