My friend got his for searching word on bin, and clicking the first Microsoft Recommended link. (she wanted to purchase and install word, and she trusted Microsoft Bing.
PC App Store won't uninstall AND I'm getting pop-ups that block my screen!!! - SOLUTION FOUND!
Since I can't figure out how to RESPOND to the other questions, I'll put the ANSWER here! If you downloaded PC App Store and now are stuck with pop ups and/or are unable to simply 'uninstall' (the usual ways like through Control Panel); or if, like me, you're being told you can't uninstall as you aren't the administrator (and you know you ARE the administrator), try what I got from Avast Premium Security:
- Restart by HOLDING DOWN SHIFT KEY and hitting Windows button (this puts your computer in Safe Mode)
- Troubleshoot - Advanced Startup Settings - Restart
- Choose #4 or hit F4, then do the usual uninstall procedures.
- Restart computer again, it should be gone.
I was amazed at Chat on Avast - the bot gave simple, step by step instructions and if one thing didn't work, it tried something else. This company rocks!
Good luck!
Windows for home | Windows 10 | Apps
3 answers
Sort by: Newest
-
John Kiley 0 Reputation points
2026-08-15T19:37:54.24+00:00 disconect pc from the internet thne reboot then uninstall works easy and fast
-
AI answer
2026-01-24T21:09:44.0366667+00:00 If you're having trouble uninstalling the PC App Store and encountering pop-ups, the steps you've outlined for entering Safe Mode and then attempting to uninstall the application are a good approach. Safe Mode can help in situations where normal uninstallation methods fail due to permissions or other issues. Additionally, if you're receiving messages indicating that you are not the administrator, it's worth ensuring that your user account has the necessary permissions.
For further troubleshooting, you might also consider using PowerShell to remove the app if it is registered for your account. Here's a brief overview of how to do that:
- Open PowerShell as an administrator.
- Use the command
Get-AppxPackage -Name <App_name>to check if the app is installed. - If it is, you can remove it using
Remove-AppxPackage -Package '<package_name>'.
Make sure to replace
<App_name>and<package_name>with the actual names of the app you're trying to uninstall. This method can sometimes bypass issues encountered in the GUI.If you continue to experience problems, consider checking for any third-party software that might be interfering with the uninstallation process, such as antivirus programs.
References:
AI-generated content may be incorrect. Read our transparency notes for more information.