Reputation:
I have seen that there are UWP and desktop applications that have shortcuts.
How could you create shortcuts like that?
Tasks in Calculator
Upvotes: 0
Views: 83
Reputation: 51
It sounds like you're referring to jumplists. When you add an item using the jumplist class it will show up when the app is right clicked. Then you just handle the app launch from the jumplist menu item to perform what you need. The windows uwp sample by microsoft for this is straight forward and can be found here.
Upvotes: 1