From 05c560f14026677264dd8062a7997aa6423d3338 Mon Sep 17 00:00:00 2001 From: Martin Bengtsson Date: Wed, 8 Dec 2021 12:21:07 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8c92adf..7efcfc3 100644 --- a/README.md +++ b/README.md @@ -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