I was setting up a programming environment and I went to run my Main.exe and due to lack of sleep I left out the .exe. To my surprise the mouse properties dialog opened up. I knew my hello world app wasn't magically opening up mouse properties so I ran a quick Get-Command Main and it spat out C:\Windows\system32\main.cpl. So I guess the real question here is why does C:\Windows\system32\main.cpl open up my mouse properties?