Windows 10: Remove all Modern Apps

Σας ενοχλούν οι σύγχρονες των Windows 10; Μαζί με τα Windows 8, η Microsoft διέθεσε τις σύγχρονες εφαρμογές ενσωματωμένες στο λειτουργικό σύστημα. Οι εν λόγω εφαρμογές δεν είναι πραγματικά κατάλληλες για χρήση με ποντίκι και πληκτρολόγιο.Windows 10 2

These applications are installed by Windows when you first log on to the your. With Windows 10 now, Universal apps are grouped together.

Also, even if you remove them from your user account, many of them will be installed again. When updating your operating system, apps are copied back to your user account from the system account.

Below we will describe how to remove all clustered Windows 10 applications if you are not using them.

Note that from Windows 8, Microsoft has made available the Modern or Metro apps and has gradually begun to phase out and develop classic desktop applications.

For example, you can use the Advanced app to view the images, but you can continue to use the classic desktop version of Photo Viewer.

The same applies to Windows Media Player, which has been replaced by music and video apps. In some cases, Microsoft has left no classic alternative application.

Games, Windows Mail, etc. were completely removed and only Modern apps took their place.

In Windows 10, more classic gadgets have been removed. For example, my desktop app has been removed along with the classic Personalization window that was replaced by the new configuration app.

Universal or Modern apps are suitable for touch screen devices because they use s WinRT designed with touchscreens in mind.

Removing metro apps does not mean you can use desktop mouse and keyboard applications as desktop applications use Win32 controls.

There are many που δεν πρόκειται να χρησιμοποιούν ποτέ σύγχρονες εφαρμογές. Το άρθρο αυτό απευθύνεται ειδικά για αυτούς. Μπορείτε να διαγράψετε τις ομαδοποιημένες Σύγχρονες εφαρμογές των Windows 10 και να κερδίσετε λίγο χώρο στο δίσκο σας.

Let's see how it can be done.

We will use the command-line tool, PowerShell.

To open PowerShell, open the Start menu and type PowerShell in the search. When it first appears in the search results, right-click on it and select "Run as administrator". Or you can also press Ctrl + Shift + Enter to open it as an administrator. Opening PowerShell as an administrator is required, otherwise the following commands will not work.

powershell

Type the following command to remove all modern applications from the system account:

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online

The command will prevent Windows 10 from creating user accounts with Modern Applications preinstalled. It also means that new user accounts will be created faster.

Type the following command to remove all modern apps from your current user account:

Get-AppXPackage | Remove-AppxPackage

The following command may be useful if you have many users on your computer. Use it to remove all Metro apps from a specific user account. It is similar to the one above, just add where it says the name of the user you want.

Get-AppXPackage -User | Remove-AppxPackage

Finally, the following command will remove metro apps for all accounts on your computer:

Get-AppxPackage-AllUsers | Remove-AppxPackage

You're done. Note that in Windows 10, the App Store can be uninstalled and once you uninstall it, there is no way to get it back unless some future updates of your operating system restore it.

Also, some apps will not be removed such as: Contact Support, Cortana, Photos, Microsoft Edge, Windows Feedback and of course the app . Also to mention that after uninstalling the Store app it came back to our system through some update.

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