From 48266662549ede4e9ed27362501558e30b55a3c1 Mon Sep 17 00:00:00 2001 From: ASAJacob <97627658+ASAJacob@users.noreply.github.com> Date: Sat, 22 Jan 2022 13:58:55 -0700 Subject: [PATCH] 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. --- New-ToastNotification-AppLocker-Edition.ps1 | 39 +++++++++++---------- New-ToastNotification.ps1 | 39 +++++++++++---------- config-toast-adpwexpiration.xml | 1 + config-toast-officeupgrade.xml | 1 + config-toast-osupgrade.xml | 1 + config-toast-rebootpending.xml | 1 + config-toast-waasfu.xml | 1 + config-toast.xml | 1 + 8 files changed, 46 insertions(+), 38 deletions(-) diff --git a/New-ToastNotification-AppLocker-Edition.ps1 b/New-ToastNotification-AppLocker-Edition.ps1 index 6cc17b4..231c51e 100644 --- a/New-ToastNotification-AppLocker-Edition.ps1 +++ b/New-ToastNotification-AppLocker-Edition.ps1 @@ -82,18 +82,18 @@ ** As well as added support for dynamic deadline retrieval for software updates ** ** Stuff has been rewritten to suit my understanding and thoughts of the script ** - 2.0.0 - Huge changes to how this script handles custom protocols - Added Support for Custom Actions/Protocols within the script under user context removing the need for that to be run under SYSTEM/ADMIN - -