• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Thetechhacker

Simplify your tech life.

  • News
  • Best
  • Guides
    • Android
    • iOS
    • Windows
    • Mac
    • Linux
    • Internet
    • Cryptocurrency
    • VPN
  • Reviews
Home / Tutorials

Anand Narayanaswamy / May 15, 2017

Steps Required To Batch Uninstall Windows 8 Default Apps using PowerShell

Windows 10 Powershell

Windows 8 created huge waves among people with the brighter user interface coupled with Metro screen. Even though Windows 8 is outdated, the operating system is still used by several people across the world. If you had worked with Windows 8, you would know about few default apps that will serve your daily requirements.

If you install third-party apps, the default apps will occupy plenty of space on the Metro screen. If you need not require the default apps and are not using them on a daily basis, you can batch uninstall them with Powershell. It is possible to manually uninstall each app. However, it will be time consuming and tedious task. Hence, it is advisable to make use of PowerShell script, which will be capable of uninstalling the apps quickly.

To batch uninstall Windows 8 default apps, you need to navigate to the Windows 8 start screen and search for Powershell. You should right click on Windows PowerShell and select Run as Administrator option. You then need to provide the required permission for Windows 8 to run PowerShell as an Administrator by providing the below command

Get-AppxPackage –AllUsers

The main purpose of the above command is to load all the data on the default applications pre-loaded with Windows 8. The batch uninstall process will start as soon as you type in the following command.

Get-AppxPackage –AllUsers | Remove-AppxPackage

The execution of the above command will take few minutes to complete depending upon your system speed. If you have a system with latest processor, it will run fast. Otherwise, it will take few minutes to complete. You should note that there is no script available that enable you to select the default apps that are uninstalled using Powershell.

Alternative Method

You can also remove the default programs by using a program called Windows 8 App Remover, which is a desktop program used to automate the process of uninstalling modern UI apps.

You will be able to remove the apps with just a few clicks. The tool is compatible with Windows 8, Windows 8.1 or Windows 8.1.1. You will view a list of all the apps installed on Windows 8. You need to select the checkbox alongside each other and select the Remove Apps button.

Primary Sidebar

Related Articles

Footer

Thetechhacker-Logo

Website

  • About us
  • Advertise
  • App Review Program
  • Our Services
  • Contact Us

Policies

  • Disclosure
  • Privacy Policy
  • Terms and Conditions

Copyright © 2025 · Thetechhacker

This site uses cookies to serve you better. By continuing to use this website, you agree to our cookie and Privacy Policy.