notify.ps1
PowerShell脚本,提供Windows桌面通知功能:
# 直接运行 .\notify.ps1 # 或者在PowerShell 7+中执行 pwsh -ExecutionPolicy Bypass -File .\notify.ps1
最好安装 powershell 7 + 然后使用 pwsh 运行