windows-notification
Installation
SKILL.md
Windows 系统通知
使用 PowerShell 发送 Windows 10/11 系统通知。
使用场景
- 长时间任务完成后通知用户
- 定时提醒
- 需要引起用户注意的重要消息
命令参考
方式 1:BurntToast 模块(推荐,功能丰富)
# 首次安装
Install-Module -Name BurntToast -Force
使用 PowerShell 发送 Windows 10/11 系统通知。
# 首次安装
Install-Module -Name BurntToast -Force