Delete integrated Windows 10 applications for all users who use PowerShell Script



Updated April 2024: Stop getting error messages and slow down your system with our optimization tool. Get it now at this link
  1. Download and install the repair tool here.
  2. Let it scan your computer.
  3. The tool will then repair your computer.

Pre-installed applications have been included since the deployment of Windows 10. Some of these applications are indispensable for consumers, while others are installed from an advertising point of view. There are several reasons why Microsoft adds applications, even if you upgrade from one version to another – but it can be removed. This guide explains how to remove embedded Windows 10 applications from TechNet Gallery using a predefined PowerShell PowerShell script.

Microsoft also sells Windows to Enterprise, and there is no room for pre-installed applications. They are limited by company policies, and only approved applications can be installed and available.

Deleting Windows 10 applications integrated with PowerShell

Both instructions work well, but there are some drawbacks. Some applications like Cortana, Edge, etc. cannot be removed because they are essential for the whole experience. Also, the first method could leave broken links in the Start menu.

Removing applications from the ISO file



April 2024 Update:

You can now prevent PC problems by using this tool, such as protecting you against file loss and malware. Additionally it is a great way to optimize your computer for maximum performance. The program fixes common errors that might occur on Windows systems with ease - no need for hours of troubleshooting when you have the perfect solution at your fingertips:

  • Step 1 : Download PC Repair & Optimizer Tool (Windows 10, 8, 7, XP, Vista – Microsoft Gold Certified).
  • Step 2 : Click “Start Scan” to find Windows registry issues that could be causing PC problems.
  • Step 3 : Click “Repair All” to fix all issues.

download



This solution works on Windows 10 machines on which you will reinstall them. We have to remove the applications from the ISO file and then install them so that none of these applications are installed first-hand.

This PowerShell script takes a simple list of applications and removes applications from the install.wim file by default.

This method is only for users who understand the level of technicality.

Here is a video followed by instructions :

Example commands :

      1. . emoveapps.ps1 -pathtowim c:10install.wim
      2. .emoveapps.ps1 -pathtowim c:10install.wim -selectapps $true
      3. .emoveapps.ps1 -pathtowim c:10install.wim -select $true -index 2

However, there is a major drawback. After installing the operating system or when you add a new user, the Start menu is full of invalid shortcuts with only the name of the remote application squared. It will look like P~Microsoft.SkypeApp_kzf8qxf38zg5c!App. This error has not yet been corrected, but it is there and boring.

You can download the PowerShell script from the TechNet gallery.

Uninstall applications after installing Windows 10

If you thought the uninstall option was sufficient, you cannot simply remove some of the most important built-in applications.

To sort this, we must use PowerShell with an administrator account. Follow the steps below:

      • Use Windows+X, then select Windows PowerShell (Admin) from the Power User menu.
      • After an interactive confirmation dialog, PowerShell will load the permission.
      • Then copy one of the following commands and press Enter.
      • If you post this, the application will be uninstalled and uninstalled for all users.
      • You may need to reinstall the application from the store.

Uninstall computer:

Get-AppxPackage *window calculator* | Delete-AppxPackage

Uninstall 3D Builder :

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Uninstall calendar and mail :

Get-AppxPackage *Windowscommunicationsapps* | Remove-AppxPackage

Uninstall alarms and clock :

Get-AppxPackage *Windowsalarms* | Remove-AppxPackage

Uninstall camera :

Get-AppxPackage *Windowscamera* | Remove-AppxPackage

Uninstall Get Office :

Get-AppxPackage *officehub* | Remove-AppxPackage


Expert Tip: This repair tool scans the repositories and replaces corrupt or missing files if none of these methods have worked. It works well in most cases where the problem is due to system corruption. This tool will also optimize your system to maximize performance. It can be downloaded by Clicking Here