ToastNotifications sent from PowerShell disappear from Action Center

自作多情 提交于 2019-11-30 04:12:56

You must set a registry key for each AppID whose notifications you would like to persist in the Action Center.

For example, if you want your irssi notifications to persist, add the key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\irssi with a DWORD named ShowInActionCenter with value 1.

Thanks to "Passing By" for the solution in this article's comments, and Mattias Fors for creating the article.

Update: You can also toggle this in your "Notifications & actions" Settings on a per-app basis.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!