Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 12366

Lets try - Find out how many apps you have installed using PowerShell?

$
0
0
You can check how many apps by using the following Windows PowerShell script. To do this, we can use the Get-StartApps cmdlet to get the names and AppIDs of apps in the Start screen of the current user. An AppID is an AppUserModelID. For more info, you can refer documentation. Let get started. First we will see how get all apps on the Start Screen. Activity # 1: Get all apps on the Start Screen : From Start menu > Windows PowerShell > Type Get-StartApps This command gets all the names and IDs...(read more)

Viewing all articles
Browse latest Browse all 12366

Trending Articles