-->

Type something and hit enter

Pages

Singapore Investment


On



If you are facing a problem with Windows 10 with a pop-up message as below that keeps on prompting even though you continuously clicked on the OK button, here is the fix.


Right click on the Windows icon on the left of taskbar, and run Windows PowerShell as admin.


Copy and paste the following command to run in the Windows PowerShell admin console.

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

Hopefully after this, your problem will be fixed.

http://voyager8.blogspot.com/2019/04/fix-need-new-app-to-open-ms-wpc-message.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FnzRYh+%28The+8th+Voyager%29
Back to Top