From 56a2d8107e9ea77700e05041bc2e6b5e81902f98 Mon Sep 17 00:00:00 2001 From: kheldorn Date: Wed, 6 Jan 2021 11:28:02 +0100 Subject: [PATCH] Update New-ToastNotification.ps1 Found an application with the InstallState "NotUpdated" where the custom protocol "ToastRunApplicationID:" would not start the installation process. --- New-ToastNotification.ps1 | 57 ++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 5ebd36c..901ae03 100644 --- a/New-ToastNotification.ps1 +++ b/New-ToastNotification.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 - -