Is there a way to launch a desktop application from a Metro-style app on Windows 8? I\'m trying to create some simple shortcuts to desktop applications to replace the deskto
What you can do is host external WCF service on your computer with separate installation and connect to it from metro style application using localhost. Then you can do pretty much anything including Process.Start.