Reputation: 43
I have been using Windows Mobile Device Center in Windows 10 for about three months and haven't had any problems but when I updated my Windows this week, Windows Mobile Device Center stopped working and would not recognize my device.
Did anyone see this situation?
I tried different compatibility settings (Vista, sp2 , sp3 ) run as administrator etc, but nothing worked. Does anybody know of a fix?
Upvotes: 4
Views: 2125
Reputation: 116
If Windows 10 is showing you the "This app isn't working correctly" notification when you try to start Windows Mobile Device center, first reinstall it as it suggests. use the 6.1 installation available from the Microsoft Download Center:
This should make the message go away, but WMDC still does not launch, either nothing happens or it will be stuck on the splash screen.
You should now be able to start the service and WMDC will work as expected again.
Upvotes: 2
Reputation: 628
Open up the command prompt as administrator and type the following 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
Restart your PC and see if that works. Hope that helps. If that doesn't work, try uninstalling and reinstalling the application after making changes to the registry editor. That's what worked for us!
It was an update to windows that also caused this issue for me. As Microsoft do not support windows mobile device center anymore, that's probably why.
Upvotes: 3