My Windows Toast Notification Script explained in details here: https://imab.dk/windows-10-toast-notification-script/
Find a file
2021-04-20 14:13:54 +02:00
Images Delete lol.ps1 2020-07-03 21:27:47 +02:00
config-toast-adpwexpiration.xml Uploaded with version 2.2.0 2021-04-20 14:09:33 +02:00
config-toast-officeupgrade.xml Uploaded with version 2.2.0 2021-04-20 14:09:33 +02:00
config-toast-osupgrade.xml Uploaded with version 2.2.0 2021-04-20 14:09:33 +02:00
config-toast-rebootpending.xml Uploaded with version 2.2.0 2021-04-20 14:09:33 +02:00
config-toast-waasfu.xml Uploaded with version 2.2.0 2021-04-20 14:09:33 +02:00
config-toast.xml Uploaded with version 2.2.0 2021-04-20 14:09:33 +02: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.ps1 Uploaded with version 2.2.0 2021-04-20 14:09:33 +02:00
README.md Update README.md 2021-04-20 14:13:54 +02:00
RunToastHidden.cmd Add files via upload 2020-08-23 09:01:56 +02:00
ToastNotificationScript2.2.0.zip Uploaded with version 2.2.0 2021-04-20 14:09:33 +02: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.2.0

Download the complete Windows 10 Toast Notification Script: https://github.com/imabdk/Toast-Notification-Script/blob/master/ToastNotificationScript2.2.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.2.0 - Added built-in prevention of having multiple toast notifications to be displayed in a row
    • This is something that can happen, if a device misses a schedule in ConfigMgr
    • The nature of ConfigMgr is to catch up on the missed schedule, and this can lead to multiple toast notifications being displayed
    • This will require new config.xml files
    • Added the ability to run the script coming from SYSTEM context
    • This has proven to only work with packages/programs/task sequences and when testing with psexec
    • Running the script in SYSTEM, with the script feature in configmgr and proactive remediations in Intune, still yields unexpected results