we are developping under CE 5.0 and CE 6.0 and we noticed that our device
would wakeup on their own. We did a little bit of investigation and found out
that an application called "calnot.exe" was the cause of all this. This
application sets a event in seven days at midnight. each time the clock is
changed and set it periodically. What is the purpose of this application and
why is it doing this? We want to find a way to disable this bad feautre in
our OS design by either some sysgen, registry key or something convenient.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"Bhentai" <b.la...@daptech.com> wrote in message
news:540B5957-9FE3-45FE...@microsoft.com...
"Bruce Eitman [eMVP]" wrote:
> .
>
Michel Verhagen has offered a solution for deleting things like this in his
blog (http://guruce.com/blogpost/filteringdatfiles) It is written for dat
files, but you could easily modify it for use on DB files as well.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
"Bhentai" <b.la...@daptech.com> wrote in message
news:5F478AE8-7FB6-4C59...@microsoft.com...
Paul T.
With that info, I was able to create the PostFmergeObj.bat that clears the
relevant wakeup event from calnot.exe that was really not necessary. All the
info was in intdb.ini. I kept everything except the things related to
calnot.exe.
Thanks again!!
"Bruce Eitman [eMVP]" wrote:
> .
>
Paul T.