https://github.com/forderud/toastnotifier
Custom Windows "toast" notification application (incomplete)
https://github.com/forderud/toastnotifier
Last synced: about 1 year ago
JSON representation
Custom Windows "toast" notification application (incomplete)
- Host: GitHub
- URL: https://github.com/forderud/toastnotifier
- Owner: forderud
- License: mit
- Created: 2022-05-05T09:14:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T13:11:18.000Z (about 4 years ago)
- Last Synced: 2025-04-28T16:18:34.755Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 169 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Custom Windows "toast" notification application. Intended as replacement for the in-built "toast" viewer on embedded systems where `explorer.exe` is _not_ running due to a [custom shell](https://docs.microsoft.com/en-us/windows/configuration/kiosk-shelllauncher). Based on the Toast [Notification listener](https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/notification-listener) article.
**LIMITATION**: Actions like **buttons are _not_ supported**, since they do not appear to be accessible through the API.
Related forum questions:
* https://techcommunity.microsoft.com/t5/microsoft-intune/install-amp-restart-notifications-when-using-custom-shell/m-p/3300210 (answer suggested to workaround the problem with PSAppDeployToolkit)
* https://docs.microsoft.com/en-us/answers/questions/836756/how-to-access-actionsbuttons-from-windowsuinotific.html (answer suggested that this is not possible with the current API)
* https://github.com/microsoft/WindowsAppSDK/discussions/2471
## Example screenshots
Original toast notification:

Custom display of the same toast notification:
