Skip to content

Instantly share code, notes, and snippets.

@andy51002000
Last active November 2, 2017 09:43
Register App service
<Extensions>
<uap:Extension Category="windows.appService"
EntryPoint="VCDService.MyVoiceCommandService">
<uap:AppService Name="MyVoiceCommandService"/>
</uap:Extension>
<uap:Extension Category="windows.personalAssistantLaunch"/>
</Extensions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment