How to remove “Metro Apps” from Windows 8 Metro Screen

Metro-Apps-in-Windows-8-1-Preview

How to remove Metro Apps:

It Disturbs Many of Us to See Unnecessary Metro Apps in Our Windows 8 “Start Screen or Metro Screen “. I’ll Show You Today How to Remove Metro Apps Easily.

{100% Working Method}

Step One: Open Powershell

Move your mouse cursor to the right edge of the screen and press “SEARCH.”

The Powershell is another powerfull apps that can work like or better than the Command Prompt.

Note: Right click on “PowerShell” and select open as an administrator.

How to remove “Metro Apps” from Windows 8 Metro Screen

Step Two: Writing Code

How to remove “Metro Apps” from Windows 8 Metro Screen-3

Once you find the Windows PowerShell, you have to write some code on it to remove the metor apps. 

Becareful to write the code, as it contains comma, space, or special charecters. Any mistaken typing can miss the result. Just copy from here and paste using the right-click on the powershell.

Step Three: The App Package Get Code

Now Type “Get-AppxPackage -AllUsers” and press Enter Button in your keyboard. The code may case sensetive, so just copy from below and paste.

    
     Get-AppxPackage -AllUsers
    
   
How to remove “Metro Apps” from Windows 8 Metro Screen-4

Step Four: Remove App Package Code

How to remove Metro Apps from Windows 8 Metro Screen 5

Now Type “Get-AppXPackage | Remove-AppxPackage” and press Enter in the keybord.

This code will immediately start to remove the Metro Apps from All Users of this PC.

    
     Get-AppXPackage | Remove-AppxPackage
    
   

Step Five: Time to See The Result

Now you can see “UN-INSTALL” progress starts. Wait until it finishes uninstalling all the metro apps from the PC.

When finished, you will be asked to exit, Click okay or Enter from the keyboard and you can see no metro apps exist in the start menu of your windows 8.

How to remove “Metro Apps” from Windows 8 Metro Screen-7

Conclusion

This is one of the easiest way of How to remove the metro apps from the Windows 8 🙂.

For more tips like this, you can read our post category about “Tips and Tricks“.

Related Articles

How To Refresh A PC By 1 Click Using Refresh.bat Easily
08Aug

How To Refresh A PC By 1 Click Using Refresh.bat Easily

Let's do something funny and worthy. Refresh your entire hard drive with just one click. Make your computer faster than you ever imagine. In this article, you will get the answer: "How to refresh on computer? Or How to refresh…

How to Remove Properties and Personal Information From Useful Files Now? Quick smartest way
15Jun

How to Remove Properties and Personal Information From Useful Files Now? Quick smartest way

This article will help you to “Remove Properties and Personal Information” from your files, and it works for almost all Windows Versions. You will be able to remove properties and personal information from Music files, Images Files, Document Files, or any…

6 Crucial Solutions for Acer Pc So Slow – The Experts View
14Jun

6 Crucial Solutions for Acer Pc So Slow – The Experts View

Some Acer PC, i.e. Aspire One D 270, are very slow sometimes. It acts as unusable. The scenario is like this – the start time is 15 minutes, and the shutdown time is 7 minutes. In this article, we will…

Leave a Comment