Windows 8.1: Get the Names and AppIDs of Apps in the Start Screen

Ever wondered what are the applications that are running when your Windows 8.1 is booting up? Can you get the AppID from PowerShell? this is how…..it’s seriously simple and all you have to do is just to issue the following  command:

PS C:\Users\username>Get-StartApps

And the command will produce the following:

Nore info can be found here @ TechNet: http://technet.microsoft.com/en-us/library/dn283402.aspx

getstartapps