2
Answers

How to Get List Of Applications in Window.

Photo of Mahesh Rajole

Mahesh Rajole

9y
1.1k
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)