Share via

WS-WPC error message

Anonymous
2018-12-17T14:49:41+00:00

I am receiving an error code ws-wpc and it tells me to look for it in the store however it is not in the store and I cant open programs such as google.

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2018-12-17T14:53:45+00:00

    Hi TheSoymonster ... this error could be a an update is stuck.

    Try the following.

    Go to search and type services.msc and open it.

    Stop the Background Intelligent Transfer Service and Windows Update

    Then go to file explorer and go to C:\Windows\SoftwareDistribution

    Delete everything in that folder.

    Then Right click your start button and go to powershell (Admin)

    Run the following hitting enter after each line.

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    Reboot and see if that works.

    If not then Right click your start button and go to powershell (Admin)

    Type\Paste the following...

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Reboot and try again.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments