My Windows Toast Notification Script explained in details here: https://imab.dk/windows-10-toast-notification-script/
Find a file
ondrejs4 22b11e23fa added support for running any powershell command encoded as base64
through new protocol ToastRunPSBase64
2021-01-22 09:35:56 +01:00
Images Delete lol.ps1 2020-07-03 21:27:47 +02:00
config-toast-adpwexpiration.xml Add files via upload 2020-11-16 16:00:50 +01:00
config-toast-officeupgrade.xml Add files via upload 2020-11-16 16:00:50 +01:00
config-toast-osupgrade.xml Add files via upload 2020-11-16 16:00:50 +01:00
config-toast-rebootpending.xml Add files via upload 2020-11-16 16:00:50 +01:00
config-toast-waasfu.xml Add files via upload 2020-11-16 16:00:50 +01:00
config-toast.xml retrieve AppID from notification instead of registry 2021-01-19 09:31:27 +01:00
Hidden.vbs Add files via upload 2020-07-03 21:23:56 +02:00
LICENSE Initial commit 2020-07-03 19:34:35 +02:00
New-ToastNotification.ps1 added support for running any powershell command encoded as base64 2021-01-22 09:35:56 +01:00
README.md Update README.md 2020-11-16 16:04:33 +01:00
RunToastHidden.cmd Add files via upload 2020-08-23 09:01:56 +02:00
ToastNotificationScript2.1.0.zip Add files via upload 2020-11-16 16:00:50 +01:00
Windows 10 Toast Notification Script documentation.pdf Uploaded as a part of version 2.0.0 2020-08-22 21:06:10 +02:00

Toast Notification Script

Current version: 2.1.0

Download the complete Windows 10 Toast Notification Script: https://github.com/imabdk/Toast-Notification-Script/blob/master/ToastNotificationScript2.1.0.zip

Blog posts, documentation as well as if any questions, please use: https://www.imab.dk/windows-10-toast-notification-script/

What's New

  • 2.1.0 - Added a second action button: ActionButton2
    • This allows you to have 2 separate actions. Example: Action1 starts a task sequence, action2 sends the user to a web page for more info
    • This will require new config.xml files
  • Reworked Get-GivenName function
    • Now looks for given name in 1) local Active Directory 2) with WMI and the ConfigMgr client 3) directly in registry
    • Now checks 3 places for given name, and if no given name found at all, a placeholder will be used
  • Fixed CustomAudioToSpeech option
    • This part haven't worked for a while it seems
    • Only works properly with en-US language
  • Added Enable-WindowsPushNotifications function // Thank you @ Trevor Jones: https://smsagent.blog/2020/11/12/prevent-users-from-disabling-toast-notifications-can-it-be-done/
    • This will force enable Windows toast notification for the logged on user, if generally disabled
    • A Windows service will be restarted in the process in the context of the user