parent
9d6fa35138
commit
3978edd9d2
|
@ -170,8 +170,6 @@ function Start-NotifTask
|
||||||
{
|
{
|
||||||
#else, run as connected user
|
#else, run as connected user
|
||||||
# Load Assemblies
|
# Load Assemblies
|
||||||
$null = (Add-Type -AssemblyName Windows.UI)
|
|
||||||
$null = (Add-Type -AssemblyName Windows.Data)
|
|
||||||
$null = [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime]
|
$null = [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime]
|
||||||
$null = [Windows.Data.Xml.Dom.XmlDocument, Windows.Data.Xml.Dom.XmlDocument, ContentType = WindowsRuntime]
|
$null = [Windows.Data.Xml.Dom.XmlDocument, Windows.Data.Xml.Dom.XmlDocument, ContentType = WindowsRuntime]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue