From 80f07d401adb33def15d307bfcbfbf405e6b71d3 Mon Sep 17 00:00:00 2001 From: ondrejs4 Date: Fri, 22 Jan 2021 10:24:34 +0100 Subject: [PATCH] added support to run under SYSTEM account --- New-ToastNotification.ps1 | 396 +++++++++++++++++++++++++++++++++----- 1 file changed, 352 insertions(+), 44 deletions(-) diff --git a/New-ToastNotification.ps1 b/New-ToastNotification.ps1 index 5ebd36c..2b3a190 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 - -