Reputation: 1898
I found out Windows security toast notification are not dismissible mutable, and it seems no other app are able to do so. How does it managed to do that?
There is an old post about this question, but it's 8 yr old (so it's at most windows 10) and I've never noticed this on windows 10.
Update2: Downvotes? Undoable for any third-party app? I waited for couple days just to prove that there is a third-party app, Sougou IME , does it.
Upvotes: -3
Views: 161
Reputation: 3024
Windows security toast notifications are designed to be persistent and not dismissible by default. This is because they often contain critical security information that Microsoft wants to ensure users see and address.
For UWP applications, it is not possible to disable "turn off notifications", even the latest Important Notifications in WinUI3 can also be turned off.
Upvotes: 0