Quote:
Originally Posted by mswlogo
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)