Showing posts with label fix. Show all posts
Showing posts with label fix. Show all posts

2020-01-22

Uninstall/repair pending update [Windows 10]

Open a command prompt and run the command:

dism /image:C:\ /Cleanup-Image /revertpendingactions

2019-08-12

Fix Windows Mobile Device Center under Windows 10

Open Services and go to:

  • Windows Mobile-2003-based device connectivity
    • go to Log On and change to Local System Account
    • restart service
  • Windows Mobile-based device connectivity
    • go to Log On and change to Local System Account
    • restart service

Open an elevated command prompt and run:

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