Update README.md

This commit is contained in:
Martin Bengtsson 2021-12-08 12:21:07 +01:00 committed by GitHub
parent f01e63c02d
commit 05c560f140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,14 @@
## 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
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.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
- 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