Remove all Windows 10 applications with one command

In previous posts we have mentioned how to remove all its applications ταυτόχρονα, ή πως να το κάνετε μεμονωμένα. Σήμερα θα δούμε πως μπορείτε να τις αφαιρέσετε όλες εκτός του Windows Store.

This is why we need to run a script with PowerShell. With a single PowerShell command we will remove all the applications that bring Windows 10 and leave only the Windows Store to install on your computer only that you want and not that Microsoft has decided. windows 10 store

Let's see how it can be done:

Open PowerShell with administrator rights. To do this search from the Start menu search for Powershell or press it Win on the keyboard and type Powershell. You'll see it first in the results , right-click on it and select “Run as administrator”.

Or you can just press Ctrl + Shift + Enter to open it as an administrator. If you open PowerShell as a simple user, the following command will not deliver the expected results.

Copy and paste the following command:

 Get-AppxPackage -AllUsers | where-object {$ _. name -notlike "* store *"} Remove-AppxPackage

Caution: If you copied the command above, look for the quotation marks around the text “*store*”. They may have been converted to Greek double quotes in the program s, so the script won't work. If you copied the command, you better add (type) the English quotes 1with the hand.

Press Enter and you're ready. All applications other than the Windows Store should be left out of your system

Let us mention that in case In the next build, Windows 10 built-in apps will return.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.090 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.).