My Windows Toast Notification Script explained in details here: https://imab.dk/windows-10-toast-notification-script/
This allows for a custom protocol to be called when the Notification itself is called. For example could be used to get around Toast Notifications ability to be dismissed. If the user clicks the notification you could trigger the notification to be displayed again. Also useful to perform the same action as one of the protocols assigned to the action buttons. |
||
|---|---|---|
| Images | ||
| config-toast-adpwexpiration.xml | ||
| config-toast-officeupgrade.xml | ||
| config-toast-osupgrade.xml | ||
| config-toast-rebootpending.xml | ||
| config-toast-waasfu.xml | ||
| config-toast.xml | ||
| Hidden.vbs | ||
| LICENSE | ||
| New-ToastNotification-AppLocker-Edition.ps1 | ||
| New-ToastNotification.ps1 | ||
| README.md | ||
| RunToastHidden.cmd | ||
| ToastNotificationScript2.3.0.zip | ||
| Windows 10 Toast Notification Script documentation.pdf | ||
Toast Notification Script
Current version: 2.3.0
Download the complete Windows 10 Toast Notification Script: https://github.com/imabdk/Toast-Notification-Script/blob/master/ToastNotificationScript2.3.0.zip
Blog posts, documentation as well as if any questions, please use: https://www.imab.dk/windows-10-toast-notification-script/
What's New
- 2.3.0 – Added the Register-CustomNotificationApp function
- This function retrieves the value of the CustomNotificationApp option from the config.xml
- The function then uses this name, to create a custom app for doing the notification
- This will reflect in the shown toast notification, instead of Software Center or PowerShell
- This also creates the custom notifcation app with a prevention from disabling the toast notifications via the UI
- This function retrieves the value of the CustomNotificationApp option from the config.xml