Programmatically Hard reboot

  • Thread starter Thread starter anbeyon
  • Start date Start date
A

anbeyon

Hi does anyone know if its possible to programmatically perform a hard
reset ?

I have found various code snippets that use the coredll.dll
KernelIoControl calls but can't get that to work on my target.

I'm running ;

CE 4.2 (.net) with compact framework.

Should that work ?

thanks in advance

Anbeyon
 
The code snippets probably "work" per se, but it is important to know that
whether or note the kernel IOCTL that reboots the device is implemented by
the particular device you are running on. Whether or not to implement the
IOCTL in question is left to the device manufacturer. Thus, the code you
have might work on some devices but not others.
 
Back
Top