Skip to content

Instantly share code, notes, and snippets.

@robinmanuelthiel
Last active December 2, 2015 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinmanuelthiel/393bee48760be1a1427a to your computer and use it in GitHub Desktop.
Save robinmanuelthiel/393bee48760be1a1427a to your computer and use it in GitHub Desktop.
// Register Cortana voice commands
var file = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///CortanaCommands.xml"));
await Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync(file);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment