1

In my Windows 10 start menu, under Pinned Tiles, I have two suggested apps: Asphalt8Airborne and Microsoft.AgeCastles. I do not know if the term "suggested" fits here, anyway, contrary to other preinstalled apps, when you try to run them, you are only redirected to the store app, where you are proposed to download them.

I would like to manage them in PowerShell, but:

Get-AppxPackage "GAMELOFTSA.Asphalt8Airborne" 
Get-AppxPackage Microsoft.AgeCastles* 

returns nothing.
Also:

(New-Object -Com Shell.Application).NameSpace('shell:::{4234d49b-0245-4df3-b780-3893943456e1}').Items() | Sort-Object -Property Name | Select-Object -Property Name

or

Get-StartApps | Sort-Object -Property Name | Select-Object -Property Name

return no reference to them.

Where is the suggested app list stored and how can I list them in PowerShell?

antonio
  • 10,629
  • 13
  • 68
  • 136
  • If your purpose is to remove them [your title will return some results](https://www.google.com/search?q=PowerShell:+manage+suggested+apps) on google. –  Mar 21 '17 at 23:49
  • @LotPings: of course i googled a bit, but found nothing addressing Powershell. Do you have a specific link? – antonio Mar 22 '17 at 00:44

0 Answers0