Just for fun, you can get the same result in Explorer by pressing WINKEY+M. Here's the code that does that:
Declare keybd_event in User32 ;
Short bVK, Short bScan, Long nFlags, Long dwExtraInfo
keybd_event(0x5B, 0, 0x01 , 0 ) &&press WinKey
keybd_event(0x4D, 0, 0x01 , 0 ) && press M...