From e0c1f9329dc74603e52d2627c7adef054249213e Mon Sep 17 00:00:00 2001 From: kheldorn Date: Thu, 7 Apr 2022 16:09:22 +0200 Subject: [PATCH] Update New-ToastNotification.ps1 Reboot button action do not install updates pending reboot. See https://github.com/imabdk/Toast-Notification-Script/issues/30 --- New-ToastNotification.ps1 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 171bbbe..638c0cf 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 - -