Code Repo    |     RSS
MD's Technical Sharing



Wednesday, June 10, 2009

Disable USB Charging on Windows Mobile devices

If your device can charge over USB, you can probably disable this feature by setting:


HKLM\Drivers\BuiltIn\usbfndrv\EnableUsbCharging = 0 (DWORD decimal)

And to re-enable:

HKLM\Drivers\BuiltIn\usbfndrv\EnableUsbCharging = 1 (DWORD decimal)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.