📎 AI Summary:
The thread discusses a newly built Windows 10 PC experiencing issues with an unresponsive start menu and recurring errors related to “ms-wpc,” identified as Windows Parental Controls. The user seeks help, and Neemobeer suggests a PowerShell command to fix the start menu and explains that the ms-wpc issue is likely linked to parental controls. The original poster confirms that running the suggested command resolved both problems, indicating that the parental controls were causing the issues.

Gman6466

New Member
Member details
Joined
Oct 7, 2019
Messages
3
Thread Author #1
right now I am having a few problems with my newly built pc on windows 10. first of all, the start menu is not working. whenever I try to open the start menu or settings it just does nothing. my second problem is that the error “you’ll need a new app to open this ms-wpc link” keeps popping up whenever I log into the computer. I can click on the screen to hide it temporarily but it would come back in 30 seconds or so. to be completely honest I don’t know where to start on either of these problems.
 

Solution
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.

Neemobeer

Windows Forum Team
Staff member
Member details
Joined
Jul 4, 2015
Messages
8,995
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.
 

Solution

Gman6466

New Member
Member details
Joined
Oct 7, 2019
Messages
3
Thread Author #4
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.
we do have parental controls on this computer, that most likely has something to do with it.