但可以用系統層級的提示詞達到相同目的。
1.安裝PowerShell模組
`Install-Module -Name BurntToast -Scope CurrentUser`
2.在系統層級提示詞%USERPROFILE%\.copilot\copilot-instructions.md新增
- The PowerShell module `BurntToast` has been installed on this machine. You must send me a notification after each work. Execute the PowerShell command `New-BurntToastNotification -Text "{title}", "{content}" -Sound Alarm2`
