Remove individual applications in Windows 10

Windows 10 comes with a lot of Universal application packages. Apps like Photos, Groove Music etc come pre-installed on each Windows 10 user. Recently, we published how to get rid of all application packages at once.windows 10 black

Today, we'll see how to remove individual apps.

To remove a single application in Windows 10, you need to open a PowerShell with administrator rights.

Δίπλα από το μενού Έναρξης υπάρχει η αναζήτηση. Πληκτρολογήστε PowerShell. Όταν εμφανιστούν τα αναζήτησης, κάντε δεξί κλικ πάνω στο εικονίδιο της εφαρμογής και επιλέξτε “Εκτέλεση ως διαχειριστής”. powershell

Or, you can also press Ctrl + Shift + Enter to open it as an administrator (with the search box open).

Opening PowerShell as an administrator is necessary, otherwise the commands you run will not work.

First, let's see which applications are installed on Windows 10. Type the following command:

Get-AppxPackage -AllUsers

You'll get a great list of apps you'll probably never use:

power shell windows 10

In the list of applications present in Windows 10, the value PackageFullName is also mentioned. There you will find the whole of the application you wish to remove. For example, let's remove Bing's Food and Drink app.

The full name of the app is:

.BingFoodAndDrink_3.0.4.336_x64__8wekyb3d8bbwe

So once we have the full name, we can run the removal command:

Remove-AppxPackage Microsoft.BingFoodAndDrink_3.0.4.336_x64__8wekyb3d8bbwe

The above command will remove Food and Drink.
You can repeat this step for all the applications you want to remove from your system.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).