All Projects → crclayton → Custom Cortana Commands Template

crclayton / Custom Cortana Commands Template

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

Projects that are alternatives of or similar to Custom Cortana Commands Template

Judo Heroes
A React application to showcase rendering with Universal JavaScript
Stars: ✭ 373 (+344.05%)
Mutual labels:  tutorial, universal-app
Judo Heroes 2
Universal Javascript sample application with React Router 4 and Express 5 (Enhanced version of https://github.com/lmammino/judo-heroes)
Stars: ✭ 182 (+116.67%)
Mutual labels:  tutorial, universal-app
Spring Boot Microservices
This repo is part of a tutorial about writing microservices using Spring Boot
Stars: ✭ 79 (-5.95%)
Mutual labels:  tutorial
Rust rocket api authentication
An example of API written in Rust with the rocket.rs framework, with a JWT Authentication
Stars: ✭ 82 (-2.38%)
Mutual labels:  tutorial
Deploying Flask To Heroku
Deploying a Flask App To Heroku Tutorial
Stars: ✭ 81 (-3.57%)
Mutual labels:  tutorial
Django Crash Starter
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
Stars: ✭ 80 (-4.76%)
Mutual labels:  tutorial
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (-2.38%)
Mutual labels:  tutorial
Data Driven Web Apps With Pyramid And Sqlalchemy
Demos and handouts for Talk Python's Data-Driven Web Apps with Pyramid and SQLAlchemy course
Stars: ✭ 79 (-5.95%)
Mutual labels:  tutorial
Conways Gol
Conway's Game of Life implemented with Go and OpenGL.
Stars: ✭ 84 (+0%)
Mutual labels:  tutorial
Bfjit
Brainfuck JIT 虚拟机教程
Stars: ✭ 81 (-3.57%)
Mutual labels:  tutorial
Flask Wtform Tutorial
📝😎Tutorial to implement forms in your Flask app.
Stars: ✭ 84 (+0%)
Mutual labels:  tutorial
Ac2100 Openwrt Guide
Install OpenWrt on the AC2100 (black cylinder)
Stars: ✭ 80 (-4.76%)
Mutual labels:  tutorial
Learning Tf Zh
📖 [译] TensorFlow 学习指南
Stars: ✭ 80 (-4.76%)
Mutual labels:  tutorial
Tensorflow Tutorials
TensorFlow Tutorials with YouTube Videos
Stars: ✭ 8,919 (+10517.86%)
Mutual labels:  tutorial
Sploitfun Linux X86 Exp Tut Zh
📖 [译] SploitFun Linux x86 Exploit 开发系列教程
Stars: ✭ 78 (-7.14%)
Mutual labels:  tutorial
Dependent Dropdown Example
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"
Stars: ✭ 84 (+0%)
Mutual labels:  tutorial
Do more with twitter data
Tutorials for getting the most out of Twitter data.
Stars: ✭ 78 (-7.14%)
Mutual labels:  tutorial
Godot Demos
Dozens of free and open source demos for the Godot game engine
Stars: ✭ 1,231 (+1365.48%)
Mutual labels:  tutorial
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-2.38%)
Mutual labels:  tutorial
Spring Boot Mongodb Angular Todo App
A Sample App built using Spring Boot, Angular and MongoDB
Stars: ✭ 84 (+0%)
Mutual labels:  tutorial

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].