Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WinRT - Start an application on Windows boot?

I'm working on a Metro style application in the new WinRT (.NET 4.5) framework for Windows 8, and I was wondering if it would be possible somehow for an application (through the registry or some other means) to register itself to start up when Windows starts as well.

I haven't been able to find anything about this anywhere else, only for Windows 7 or below, with normal-style applications.

like image 731
Mathias Lykkegaard Lorenzen Avatar asked Sep 29 '11 16:09

Mathias Lykkegaard Lorenzen


1 Answers

There is no way to make a Metro style application launch at boot. The user will have to invoke the application from the start screen. Metro style applications cannot be services and so launching them at boot time doesn't seem like the right approach any more than launching Microsoft Word or Adobe Photoshop at boot time would be.

like image 198
Steve Rowe Avatar answered Oct 04 '22 18:10

Steve Rowe