How do I get the currently available apps in Windows 8 programmatically?

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.

0


source to share


2 answers


The process is available with Windows 8, but not Windows RT. Are you developing a storage application (Windows RT)? If so, there is no way to get the information you need (security!).



+1


source


Is there a way using System.Threading.task (or) Any way to get a list of currently running apps in Windows 8 (Windows store apps)



0


source







All Articles