Click here to Skip to main content
15,894,337 members
Articles / Mobile Apps / Windows Mobile

Windows Mobile 6.x -How to find out the last boot type

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
22 Mar 2010CPOL 9.8K   1  
I have been asked, how one can see, if a device has been clean booted. Here is an answer.First, there is a registry key you can check:[HKEY_CURRENT_USER\Performance]"Last Boot Type"=dword:00000002after a coldboot this value is 0. For warmboots the value is 2.and another...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions