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 |