Yeah, that'd work but I really want to avoid that. I know that in Mortscript you can switch Sense off with that registry key, refresh the today screen and it switches off. B4PPC must be able to some how, mustn't it?
Sub RestartSense
reg.New1
reg.RootKey(reg.rtLocalMachine)
reg.SetDWordValue("Software\Microsoft\Today\Items\HTC Sense", "Enabled", 0)
dzh.New1
dzh.PostMessage(65535,26,0,0)
End Sub
But it didn't shut down Sense Am I doing this right?