Paul Purifoy

Results 22 comments of Paul Purifoy

WinAppSDK does not allow elevated apps to show AppNotifications. https://github.com/microsoft/WindowsAppSDK/blob/18acdc725de089fe5d984522f614204dc03741b3/dev/AppNotifications/AppNotificationManager.cpp#L105 I'd imagine if you are running the app as an admin, the app itself will run with elevated privileges by...

I just wrote a C# desktop packaged app that uses the WCT to build/receive activation from notification. Here's what I found: - Packaged/Not elevated = Foreground process (COM server) receives...