crclayton / custom-cortana-commands-template

This is a template for how to register custom Cortana commands on Windows 10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Cortana Commands Template

This is a simple template for how to register custom commands with Cortana on Windows 10.

Examples include:
  • Opening a website
  • Opening a file
  • Creating/modifiying a file
  • Sending serial data
  • Sending simple Pushover.Net notifications

Feel free to create pull requests with additional command templates!

Requirements

This was built with Visual Studio Community Edition with the Windows Universal Platform application template, and requires that developer mode be enabled.

Here's a short tutorial on how to create commands

How to Create Custom Cortana Commands Tutorial

And a tutorial on how to use this repository

How to Create Custom Cortana Commands Tutorial 2

About

This is a template for how to register custom Cortana commands on Windows 10.


Languages

Language:C# 100.0%