Edit AppID for notif
parent
cb192a6146
commit
66657dc4b5
|
@ -16,7 +16,7 @@ $ToastXml = [Windows.Data.Xml.Dom.XmlDocument]::New()
|
||||||
$ToastXml.LoadXml($NotifConf.OuterXml)
|
$ToastXml.LoadXml($NotifConf.OuterXml)
|
||||||
|
|
||||||
#Specify Launcher App ID
|
#Specify Launcher App ID
|
||||||
$LauncherID = "Windows.SystemToast.Winget.Notification"
|
$LauncherID = "Windows.SystemToast.WAU.Notification"
|
||||||
|
|
||||||
#Prepare and Create Toast
|
#Prepare and Create Toast
|
||||||
$ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXML)
|
$ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXML)
|
||||||
|
|
|
@ -155,7 +155,7 @@ function Start-NotifTask {
|
||||||
$ToastXml.LoadXml($ToastTemplate.OuterXml)
|
$ToastXml.LoadXml($ToastTemplate.OuterXml)
|
||||||
|
|
||||||
#Specify Launcher App ID
|
#Specify Launcher App ID
|
||||||
$LauncherID = "Windows.SystemToast.Winget.Notification"
|
$LauncherID = "Windows.SystemToast.WAU.Notification"
|
||||||
|
|
||||||
#Prepare and Create Toast
|
#Prepare and Create Toast
|
||||||
$ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXml)
|
$ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXml)
|
||||||
|
|
Loading…
Reference in New Issue