Bug Fix
There is an issue where VoiceCommand can not control media player. There are missing keys from the registry that enable this functionality. I had issues importing this as a .reg and had to apply them manually.
The keys are:
[HKEY_CLASSES_ROOT\VoiceCommandMedia]
@=""
[HKEY_CLASSES_ROOT\VoiceCommandMedia\CLSID]
@="{A13C7005-B7BD-4F0F-B496-A830EAF8DB32}"
[HKEY_CLASSES_ROOT\VoiceCommandMedia.1]
@=""
[HKEY_CLASSES_ROOT\VoiceCommandMedia.1\CLSID]
@="{A13C7005-B7BD-4F0F-B496-A830EAF8DB32}"
[HKEY_LOCAL_MACHINE\Software\Microsoft\MediaPlayer\ UIPlugins\{A13C7005-B7BD-4f0f-B496-A830EAF8DB32}]
"Capabilities"=dword:42000001
I will roll these into the next patch hopefully this evening.
-saridnour
|