From d95e4fd1811483aacc2b11966ef46d3c6f7b87f8 Mon Sep 17 00:00:00 2001 From: adipiciu <13155063+adipiciu@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:15:48 +0300 Subject: [PATCH] Update New-ToastNotification.ps1 The PendingFileRename registry key should be definitely removed from the reboot check. Everyday the registry key is filled by temporary files, so this will trigger everyday. --- New-ToastNotification.ps1 | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 171bbbe..af205f4 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 - -