Windows Mobile Device center stops working after Windows 10 1703 upgrade

后端 未结 6 847
甜味超标
甜味超标 2021-01-30 14:44

i just installed new Windows 10 version (1703) and now i\'m not able to connect any Windows CE device because Windows Mobile Device center 6.1 doesn\'t run. I tried to reinstal

6条回答
  •  后悔当初
    2021-01-30 15:27

    Try this

    Open the command line as an administrator and run these two commands:

    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
    

    After that, reboot your PC/laptop and the Windows Mobile device center should work again.

提交回复
热议问题