Site icon Thetechhacker

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.

Exit mobile version