1 Star 0 Fork 0

jason.w.wei/PSAppDeployToolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Show-BalloonTip.md 1.56 KB
一键复制 编辑 原始数据 按行查看 历史

Show-BalloonTip

SYNOPSIS

Displays a balloon tip notification in the system tray.

SYNTAX

Show-BalloonTip [-BalloonTipText] <String> [[-BalloonTipTitle] <String>] [[-BalloonTipIcon] {None | Info | Warning | Error}] [[-BalloonTipTime] <Int32>] [<CommonParameters>]

DESCRIPTION

Displays a balloon tip notification in the system tray.

PARAMETERS

-BalloonTipText <String>

Text of the balloon tip.

-BalloonTipTitle <String>

Title of the balloon tip.

-BalloonTipIcon

Icon to be used. Options: 'Error', 'Info', 'None', 'Warning'. Default is: Info.

-BalloonTipTime <Int32>

Time in milliseconds to display the balloon tip. Default: 500.

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters.

-------------------------- EXAMPLE 1 --------------------------

PS C:>Show-BalloonTip -BalloonTipText 'Installation Started' -BalloonTipTitle 'Application Name'

-------------------------- EXAMPLE 2 --------------------------

PS C:>Show-BalloonTip -BalloonTipIcon 'Info' -BalloonTipText 'Installation Started' -BalloonTipTitle 'Application Name' -BalloonTipTime 1000

REMARKS

To see the examples, type: Get-Help Show-BalloonTip -Examples

For more information, type: Get-Help Show-BalloonTip -Detailed

For technical information, type: Get-Help Show-BalloonTip -Full

For online help, type: Get-Help Show-BalloonTip -Online

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/jason.w.wei/PSAppDeployToolkit.git
git@gitee.com:jason.w.wei/PSAppDeployToolkit.git
jason.w.wei
PSAppDeployToolkit
PSAppDeployToolkit
master

搜索帮助