crclayton / custom-cortana-commands-template

This is a template for how to register custom Cortana commands on Windows 10.
84 stars 56 forks source link

this no longer works because as of May2020 windows 10 doesn't have integrated cortana #9

Open snowy0wl69 opened 3 years ago

snowy0wl69 commented 3 years ago

Please correct me if this is a wrong assumption but compiling the default file, generates errors.

Severity Code Description Project File Line Suppression State Error DEP6957: Failed to connect to device '127.0.0.1' using Universal Authentication. Please verify the correct remote authentication mode is specified in the project debug settings. COMException - No connection could be made because the target machine actively refused it. (Exception from HRESULT: 0x8007274D) [0x8007274D] CustomCortanaCommands

inxomnyaa commented 3 years ago

Cortana is not using file-generated commands in the latest Windows afaik. Apps need to register a service on Azure iirc