2
Answers

How to Get List Of Applications in Window.

Mahesh Rajole

Mahesh Rajole

8y
984
1
I want List of Installed applications plus windows default applications plus windows store application with there Icon and there ProcessName ( to open application from code like System.Diagnostics.Process.Start("mspaint.exe");)
 
how could i get this .?
 
i want to show this list on Grid like columns
 
 
 Icon Application Name Process Name
  Microsoft Paint mspaint.exe
  
Answers (2)