I want to create a Desktop shortcut of my Application after installing from the store...
it is possible in UWP?
I want to create a Desktop shortcut of my Application after installing from the store...
it is possible in UWP?
How to create desktop shortcut after install application from store?
Drag & Drop from Start
You could drag the app from start menu to desktop, it will generate shortcut automatically.
Create shortcut with File Explorer
Press Win + R to bring up the Run dialog and type: shell:AppsFolder
and hit Enter or click OK. Select the app right click then select create shortcut in the popup menu.
Please note :
currently there is no such api could create shortcut programmatically.
4 people are following this question.
How to write and read multiple types of data using Data Writer and Data Reader
Consuming UWP mail api from WPF Desktop Bridge App
Get Network usage information in UWP apps
How to Get/Set Cookies in Windows.Web.Http API
Switch the ListView Datatemplate from one data template to another data template?