Start Screen Cmdlets in Windows PowerShell

Windows PowerShell® 是基于任务的命令行 shell 和脚本语言,专为系统管理而设计。本参考主题面向信息技术 (IT) 专业人员,可在利用 Windows PowerShell cmdlet 编写脚本和对任务实施自动化时提供协助。

Start Screen Cmdlets

This reference provides cmdlet descriptions and syntax for all Start screen cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Export-StartLayout

Exports the layout of the Start screen.

Get-StartApps

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

Import-StartLayout

Imports the layout of the Start screen into a mounted Windows image.

备注

To list all the cmdlets that are available, use the Get-Command –Module StartScreen cmdlet.

有关任何 cmdlet 或其语法的详细信息,请使用 Get-Help <cmdlet 名称> cmdlet,其中 *<cmdlet 名称>*是你要搜索的 cmdlet 的名称。若需了解详细信息,可以运行以下任一 cmdlet:

Get-Help <cmdlet 名称> -Detailed
Get-Help <cmdlet 名称> -Examples
Get-Help <cmdlet 名称> -Full