Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display the uwp application in the tray at the bottom right corner of the system

Tags:

c#

windows-10

uwp

Can uwp applications be displayed in the tray on the lower right corner of the system desktop?

like image 927
Values Avatar asked Jan 03 '23 06:01

Values


1 Answers

It is not supported directly for UWP apps to put themselves into the systray, but you can add a desktop extension to your package that can live in the systray and act as a proxy for your UWP. Here is a blog post on that:

https://stefanwick.com/2017/06/24/uwp-app-with-systray-extension/

like image 172
Stefan Wick MSFT Avatar answered Jan 27 '23 09:01

Stefan Wick MSFT