View Single Post
  #75 (permalink)  
Old 02-12-2010, 02:48 PM
nayr1482's Avatar
nayr1482
Regular 'Geeker
Offline
 
Join Date: Dec 2009
Posts: 312
Reputation: 1315
nayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

Quote:
Originally Posted by mswlogo View Post
I pretty sure you can. You have to look in the registery to see what it's called and then update the two registry calls in script and that would shut it down and restart it. I believe that the 6.5 menu is called Titanium but who knows what it's call in the registry. Just toggle it off and on use the "Today Settings" (I think it's called "Windows Default" in the Today configuration) and look in the registry to see what is being enabled/disabled.
Agree - I believe what you are looking for is "Windows Default" as mswlogo said.

So where the script says...

RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense", "Enabled",0)

I THINK you would need...

RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\"Windows Default"", "Enabled",0)
Reply With Quote