BurntToast
PowerShell Module for displaying Windows 10 and Windows Server 2019 Toast Notifications
Install
PowerShell Gallery Install (Requires PowerShell v5)
Install-Module -Name BurntToast
See the PowerShell Gallery for the complete details and instructions.
Manual Install
Download BurntToast.zip and extract the contents into $env:userprofile\Documents\WindowsPowerShell\modules\BurntToast
(you may have to create these directories if they don't exist.)
if you using Powershell 6 or later, extract into $env:userprofile\Documents\PowerShell\Modules\BurntToast
Please remember to "unblock" the zip file before extracting the contents. Not doing so will result in the module not working correctly. This can be done via the file properties or with Unblock-File
.
Examples
New-BurntToastNotification
New-BurntToastNotification -AppLogo C:\smile.jpg -Text "Don't forget to smile!",
'Your script ran successfully, celebrate!'
New-BurntToastNotification -Text 'WAKE UP!' -Sound 'Alarm2' -SnoozeAndDismiss
Releases
Please note: as of v0.5.0, BurntToast no longer works on Windows 8.
Contributors
License
Image Credit
The default image for BurntToast Notifications is a photo taken by Craig Sunter
Contact