ms-wpc is Windows ParentalControl so it's likely associated to that, so you can try the following command from a powershell prompt.
Get-AppxPackage -Name *parent* | % { Add-AppxPackage -Path "$($_.InstallLocation\AppxManifest.xml)" -Register -DisableDevelopmentMode If it returns nothing than it worked, but if you get any red errors let me know.