Remove all Windows 10 applications with one command

In previous posts we have mentioned how to remove all of them of Windows 10 simultaneously, or how to do it individually. Today we will see how you can remove them all outside the Windows Store.

For this we will have to run a script with it . With a single PowerShell command we'll remove all the apps that come with Windows 10 and leave only the Windows Store, so you can install only what you want on your PC, not what Microsoft decided. windows 10 store

Let's see how it can be done:

Open PowerShell with administrator privileges. To do this, search for Powershell in the Start menu search, or press the Win key on the keyboard and type Powershell. You will see it first in the search results, right-click on it and select "Run as administrator".

Or you can simply press Ctrl+Shift+Enter to open it as administrator. If you open PowerShell as a simple , the command below will not produce 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 , 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

Note that in the next build build, embedded Windows 10 applications will return.

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.).