Is there a way to start a desktop application from within a metro app.
eg. if user clicks on something called "clean my computer" the app can open ccleaner for him/her.
I tried using process class under
System.Diagnostics namespace but it didn't work.
sushant sagar