Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Ηι!

I have created a Windows Forms C# app called "Desktop Web Tiles", wich creates a panel with four websites that run with Microsoft Edge:

https://www.microsoft.com/en-us/p/desktop-web-tiles/9pmp8f1nqcj7?activetab=pivot:overviewtab

I converted the app with Desktop Bridge for Windows Store and published it. The only problem is I cannot make the Windows Store app run at startup for the end user. Looking around I found this link:

https://blogs.windows.com/windowsdeveloper/2017/08/01/configure-app-start-log/#V6oroyVxClAEehF6.97

It says to use the "windows.startupTask" Extension in my app manifest to make the app autostartup. The problem is I don't know much about handling the app manifest and I am stuck. It is essential for my app to start with windows, because it is fundamental for its usage. I would appreciate your help.

What I have tried:

I tried pasting the code from the windows blog but it gives me errors and I don't know what to do.
Posted
Updated 10-Jul-19 22:22pm
Comments
CHill60 11-Jul-19 4:08am    
What errors?

1 solution

 
Share this answer
 
Comments
BillWoodruff 12-Jul-19 14:16pm    
+5
Maciej Los 12-Jul-19 16:15pm    
Thank you, Bill.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900