How to connect a Windows Mobile PDA to Windows 10

Iain Hoult picture Iain Hoult · Aug 17, 2015 · Viewed 223.7k times · Source

Does anyone know how I can get a Windows Mobile 6.5 PDA to connect up to a Windows 10 PC?

Before upgrading the PC from Window 8.1 I was able to use Windows Mobile Device Center to link up to the PDA over USB. This allowed me to access files on the PDA via Windows Explorer, access the internet from the PDA over our network and deploy to the PDA via Visual Studio 2008.

I had to uninstall Windows Mobile Device Center as part of the Windows 10 installation, as it was flagged as incompatible with Windows 10. I can't seem to find an alternative for Windows 10?

Answer

JonathanReez picture JonathanReez · Jun 15, 2017

Unfortunately the Windows Mobile Device Center stopped working out of the box after the Creators Update for Windows 10. The application won't open and therefore it's impossible to get the sync working. In order to get it running now we need to modify the ActiveSync registry settings. Create a BAT file with the following contents and run it as administrator:

REG ADD HKLM\SYSTEM\CurrentControlSet\Services\RapiMgr /v SvcHostSplitDisable /t REG_DWORD /d 1 /f
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\WcesComm /v SvcHostSplitDisable /t REG_DWORD /d 1 /f

Restart the computer and everything should work.