How to Uninstall Pre-Installed Apps in Windows 11/10 – Guide

Windows 10 users have been complaining about the lack of an easy way to remove pre-installed store apps. With earlier builds of Windows 10, there was only one option - to use PowerShell to remove or reinstall the apps. Later versions of Windows 10 made it easier to reset or uninstall apps through Settings, but some pre-installed apps (Inbox, for example) have the Uninstall option disabled. Only Repair and Reboot buttons are enabled. Before moving on to Powershell, keep in mind that many Windows 10 apps can be removed the same way you would remove any other app. Typically, any third-party apps - like Facebook and Twitter - can be removed as normal, as can any games Microsoft puts on you (like Minecraft and Candy Crush Saga). ..

  1. Open the Start Menu and type “ Control Panel”.
  2. When the Control Panel opens, click on the “Uninstall a program” button.
  3. Type “ Windows 10 Mobile” into the search bar and hit enter.
  4. Click on the “Uninstall” button at the top of the window.

How to Uninstall pre-installed apps on Windows 11/10 PC using Powershell

Get-AppxPackage -AllUsers | Remove-AppxPackage ..

This command removes all the app packages from all users on the system. ..

The uninstall of all pre-installed apps will launch, and may display various errors with bright red text across the screen. Just don’t be alarmed as it is displaying errors regarding the apps it cannot uninstall. Once uninstalled, your Start menu will be cleaner than ever.

Uninstall Individual Apps on Windows 11/10 Using Powershell

To uninstall an app on Windows 10, use the following Powershell command: Uninstall-App -TargetAppName “MyAppName”

Get-AppxPackage -AllUsers

Get-AppxPackage | Get-AppxPackageFullName

List of all apps from all users: -curl -L “https://raw.githubusercontent.com/apache/incubator-maven/master/maven-app-list" | grep “Apache”

Get-AppxPackage -AllUsers | Get-AppxPackageFullName

Final note

If you’re like most people, you’ve probably installed a few pre-installed apps on your computer. But what if you don’t want them? In this guide, we’ll show you how to uninstall pre-installed apps in Windows 10/11. If you have any questions about this guide, feel free to ask us in the comments below. And if you’d like to share this guide with your friends, please do so by using the buttons below. Thank you for reading! ..