共用方式為


Get-StartApps

Get-StartApps

Gets the names and AppIDs of apps in the Start screen.

語法

Parameter Set: Default
Get-StartApps [[-Name] <Object> ] [ <CommonParameters>]

詳細描述

The Get-StartApps cmdlet gets the names and AppIDs of apps in the Start screen of the current user. An AppID is an AppUserModelID. You can specify a particular app by using its name, or you can specify a name that includes the wildcard character (*). If you do not specify a name, the cmdlet displays all the apps from the Start screen.

參數

-Name<Object>

Specifies the name of an app. You can use the wildcard character. If you do not specify this parameter, the cmdlet gets all the apps.

別名

必要?

false

位置?

1

預設值

All Apps

接受管線輸入?

false

接受萬用字元?

true

<CommonParameters>

此 Cmdlet 支援一般參數:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 與 -OutVariable。如需詳細資訊,請參閱 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

輸入

輸入類型是您可以使用管線處理方式傳遞給 Cmdlet 的物件類型。

輸出

輸出類型是 Cmdlet 所發出的物件類型。

  • PSObject

    A PSObject that contains the name and AppID for each app found in the Start screen for the user, as in this output example:

    Output Example:

    Name AppID
    ---- -----

    A. Datum Pro Center Datum.ProCenter
    Proseware Studio Proseware.Studio.5
    A. Datum 2010 prog..tion_0000000000000000_ebec13db489e8ef9
    Fabrikam Initializer Fabrikam.Initializer.1
    A. Datum Connector Contoso.Datum.Connector
    Proseware Design Pro Proseware.Design.3

範例

Example 1: Get all apps on the Start screen

This command gets all the names and IDs of apps in the Start screen for the current user.

PS C:\> Get-StartApps

相關主題

Export-StartLayout

Import-StartLayout