View Single Post
  #203 (permalink)  
Old 02-20-2007, 09:36 PM
saridnour's Avatar
saridnour
Regular 'Geeker
Offline
Threadstarter
Location: Seattle, WA
 
Join Date: Jan 2007
Posts: 365
Reputation: 10
saridnour is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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