powershell -Command "[Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); [Reflection.Assembly]::LoadWithPartialName('System.obj'); $toast = New-Object Windows.UI.Notifications.ToastNotificationHistory; $xml = [Windows.Data.Xml.Dom.XmlDocument, Windows.Data.Xml.Dom.XmlDocument, ContentType]::new(); $xml.LoadXml('<toast><visual><binding template=\"ToastGeneric\"><text>⚠️ ВНИМАНИЕ! РАБОЧИЙ СТОЛ ОЧИЩАЕТСЯ</text><text>Файлы после перезагрузки удаляются. Сохраняйте работы на СЕТЕВОЙ ДИСК!</text></binding></visual></toast>'); [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType]::CreateToastNotifier('Windows').Show([Windows.UI.Notifications.ToastNotification, Windows.UI.Notifications, ContentType]::new($xml))"