My Windows Toast Notification Script explained in details here: https://imab.dk/windows-10-toast-notification-script/
Find a file
ASAJacob 4826666254
Custom Protocol Support For Notification itself
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.
2022-01-22 13:58:55 -07:00
Images Delete lol.ps1 2020-07-03 21:27:47 +02:00
config-toast-adpwexpiration.xml Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
config-toast-officeupgrade.xml Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
config-toast-osupgrade.xml Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
config-toast-rebootpending.xml Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
config-toast-waasfu.xml Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
config-toast.xml Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
Hidden.vbs Add files via upload 2020-07-03 21:23:56 +02:00
LICENSE Initial commit 2020-07-03 19:34:35 +02:00
New-ToastNotification-AppLocker-Edition.ps1 Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
New-ToastNotification.ps1 Custom Protocol Support For Notification itself 2022-01-22 13:58:55 -07:00
README.md Update README.md 2021-12-08 12:22:18 +01:00
RunToastHidden.cmd Add files via upload 2020-08-23 09:01:56 +02:00
ToastNotificationScript2.3.0.zip Add files via upload 2021-12-08 12:19:05 +01:00
Windows 10 Toast Notification Script documentation.pdf Uploaded as a part of version 2.0.0 2020-08-22 21:06:10 +02:00

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