I want to create an app to list current apps in Windows 8 using vsExpress 2012 (C # Windows Store)
I tried to use System.Diagnostics.Process
but on Windows 8 it is not supported by the "Process" class,
if anyone knows please share it.
source
to share