requestenableasync

About this tag
The requestenableasync tag covers the Windows API method used by Universal Windows Apps to request startup at user log-in. Content shows that this feature was introduced in Windows 10 Insider Build 16226 and the corresponding SDK, extending startup capability to regular UWP apps. Developers use requestenableasync in their App class to handle startup scenarios, working with the user to respect their choices. The tag is relevant for UWP developers implementing log-in startup functionality in their Windows apps.
  1. News

    Configure your app to start at log-in

    For a long time, desktop PC users have been able to configure Win32 apps to start at startup or user log-in. This has also been possible for Desktop Bridge apps since the Windows 10 Anniversary Update (v10.0.14393.0). We’ve now extended this feature to allow regular Universal Windows Apps to...
Back
Top