View Single Post
  #2018 (permalink)  
Old 05-26-2010, 12:23 PM
Deimoss's Avatar
Deimoss
VIP Member
Offline
Location: United States
 
Join Date: Nov 2008
Posts: 1,155
Reputation: 1240
Deimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on repDeimoss is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Quote:
Originally Posted by Deimoss View Post
how can i change it so that Voice Command from 23568 cooks in disabled, (without a checkmark) As of right now its enabled at boot, but also takes up a little RAM. rather use it when i really need it with long send key, like when driving thanks!
I believe i found where i can enable and disable those options, incase anyone else wants to dive in and pre configure voice command settings for the road d:

edit 410788f1-acd5-457b-b9ea-df86ac7f990e.rgu inside your SYS voicecommand package.

Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Voice Command\Speech]
	"SRTimeout" =		dword:00000FA0
	"IgnoreThreshold" = 	dword:0000000A
	"SharedRecognizer" = 	dword:00000000
	"RejectionThreshold" = 	dword:0000002D
	"Enabled" =		dword:00000001
	"Options" = 		dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Start Menu]
	"Enabled" = 	dword:00000000
	"Options" = 	dword:00000001
	"Flags" =	dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Phone]
	"Flags" =	dword:00000003
	"Options" =	dword:00000001
	"Enabled" = 	dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Media]
	"Enabled" = 	dword:00000000
	"Options" = 	dword:00000001
	"Flags" =	dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Contacts]
	"Flags" =	dword:00000001
	"Options" =	dword:00000000
	"Enabled" = 	dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Calendar]
	"Flags" = 	dword:00000001
	"Options" =	dword:00000001
	"Enabled" =	dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Status]
	"Flags" = 	dword:00000001
	"Options" = 	dword:00000000
	"Enabled" = 	dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Email]
	"Flags" = 	dword:00000003
	"Options" = 	dword:00000001
	"Enabled" = 	dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Voice Command\Extensions\Notifications]
	"Flags" = 	dword:00000009
	"Options" = 	dword:00000000
	"Enabled" = 	dword:00000001
__________________
Patience .. It's a Virtue
Part of StarCraft II :Beta Team
PPCGeeks All around nice guy
Reply With Quote