Learn how to remove Windows 11 system apps easily with PowerShell

0
Learn how to remove Windows 11 system apps easily with PowerShell

Pre-set up or system applications, these types of as Cortana, Microsoft Pics, Microsoft Edge, and the Individuals app, are effectively not possible to uninstall from Home windows 11. These applications cannot be uninstalled working with the Management Panel or Options.

 

But if you happen to be a much more knowledgeable user, you can use Home windows PowerShell to take out any procedure applications from your Windows 11 set up. Right here are the ways for eradicating method applications on Windows 11 employing PowerShell.

 

How to remove Windows 11 System Apps using PowerShell?
How to clear away Windows 11 Method Applications using PowerShell?

 

To take out Windows 11 program applications making use of PowerShell, you can use the pursuing actions:

  1. Open up PowerShell as an administrator. You can do this by urgent the Home windows vital + X and picking “Windows PowerShell (Admin)” from the menu.
  2. Use the command “Get-AppxPackage” to checklist all of the installed apps on your system. You can also use “Get-AppxPackage -AllUsers” to list all applications installed for all end users on the method.
  3. Come across the deal identify of the application you wish to clear away. The package identify will be detailed in the “Identify” column of the output.
  1. Use the command “Take away-AppxPackage” followed by the offer name of the app you would like to take away. For example, “Take out-AppxPackage Microsoft.WindowsCalculator” to take away the Calculator app.
  2. Push enter and the app will be removed from your system.
  3. Repeat techniques #4 – #5 for each app you want to clear away.
  4. When you’ve taken out the apps you want to clear away, restart your pc for the adjustments to get outcome.

 

 

Note: Remember to maintain in intellect that eradicating program apps may induce issues with your system, so carry on with caution and assure that you are only removing applications that you no lengthier need to have or want.

 

Also do observe that some applications can not be taken out by “Remove-AppxPackage“, people applications are called provisioned applications. You can clear away them employing the command “Eliminate-AppxProvisionedPackage -PackageName -online“.

 

Leave a Reply