diff --git a/src/app/voice-handler.ts b/src/app/voice-handler.ts index 44496ff7..0e13b91f 100644 --- a/src/app/voice-handler.ts +++ b/src/app/voice-handler.ts @@ -88,6 +88,13 @@ class VoiceHandler { errorCallback, ); + await protocolClassRegKey.set( + 'URL Protocol', + Registry.REG_SZ, + '', + errorCallback, + ); + await applicationCapabilitiesRegKey.set( 'ApplicationName', Registry.REG_SZ,