How can I check, if a user has reset the pocket pc?

Re: Soft reset by Chris

Chris
Tue Mar 14 13:36:42 CST 2006

I don't think you can detect it programmatically, but you could place a
small program in the Startup folder and it will run whenever the device is
soft-reset.

"Michael" <winhotel@buerosysteme.at> wrote in message
news:OzGO7A1RGHA.1728@TK2MSFTNGP11.phx.gbl...
> How can I check, if a user has reset the pocket pc?
>



Re: Soft reset by Brooke

Brooke
Tue Mar 14 21:29:39 CST 2006

The bootcount will increment in the registry every a soft reset if
performed. Don't know if that helps, but you could check the count every
you app starts to see if the count has increased.

[HKEY_LOCAL_MACHINE\Comm]
"BootCount"=dword:00000061


HTH


"Chris Scott" <donotATmailDOTcom> wrote in message
news:eWq7g65RGHA.5924@TK2MSFTNGP09.phx.gbl...
>I don't think you can detect it programmatically, but you could place a
>small program in the Startup folder and it will run whenever the device is
>soft-reset.
>
> "Michael" <winhotel@buerosysteme.at> wrote in message
> news:OzGO7A1RGHA.1728@TK2MSFTNGP11.phx.gbl...
>> How can I check, if a user has reset the pocket pc?
>>
>
>



Re: Soft reset by Michael

Michael
Wed Mar 15 04:44:16 CST 2006

Thank you for helping!

"Brooke" <tbrooked@hotmail.com> schrieb im Newsbeitrag
news:OT$txC%23RGHA.5728@tk2msftngp13.phx.gbl...
> The bootcount will increment in the registry every a soft reset if
> performed. Don't know if that helps, but you could check the count every
> you app starts to see if the count has increased.
>
> [HKEY_LOCAL_MACHINE\Comm]
> "BootCount"=dword:00000061
>
>
> HTH
>
>
> "Chris Scott" <donotATmailDOTcom> wrote in message
> news:eWq7g65RGHA.5924@TK2MSFTNGP09.phx.gbl...
>>I don't think you can detect it programmatically, but you could place a
>>small program in the Startup folder and it will run whenever the device is
>>soft-reset.
>>
>> "Michael" <winhotel@buerosysteme.at> wrote in message
>> news:OzGO7A1RGHA.1728@TK2MSFTNGP11.phx.gbl...
>>> How can I check, if a user has reset the pocket pc?
>>>
>>
>>
>
>