diff --git a/Sources/Winget-AutoUpdate/Winget-Notify.ps1 b/Sources/Winget-AutoUpdate/Winget-Notify.ps1 index de22ef7..69ee5e6 100644 --- a/Sources/Winget-AutoUpdate/Winget-Notify.ps1 +++ b/Sources/Winget-AutoUpdate/Winget-Notify.ps1 @@ -16,7 +16,7 @@ $ToastXml = [Windows.Data.Xml.Dom.XmlDocument]::New() $ToastXml.LoadXml($NotifConf.OuterXml) #Specify Launcher App ID -$LauncherID = "Windows.SystemToast.Winget.Notification" +$LauncherID = "Windows.SystemToast.WAU.Notification" #Prepare and Create Toast $ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXML) diff --git a/Sources/Winget-AutoUpdate/functions/Start-NotifTask.ps1 b/Sources/Winget-AutoUpdate/functions/Start-NotifTask.ps1 index 4f5ec01..02c9d04 100644 --- a/Sources/Winget-AutoUpdate/functions/Start-NotifTask.ps1 +++ b/Sources/Winget-AutoUpdate/functions/Start-NotifTask.ps1 @@ -155,7 +155,7 @@ function Start-NotifTask { $ToastXml.LoadXml($ToastTemplate.OuterXml) #Specify Launcher App ID - $LauncherID = "Windows.SystemToast.Winget.Notification" + $LauncherID = "Windows.SystemToast.WAU.Notification" #Prepare and Create Toast $ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXml)