MASIGNCLEAN104

Uninstall Universal Apps from your User Account in Windows 10 using PowerShell

iklan banner

Previously nosotros direct maintain seen how to completely uninstall Pre-Installed Windows Store apps from Windows 8 or later. The physical care for mentioned inwards that article is nevertheless valid for Universal Apps available inwards Windows 10 equally well.

But today, we’re dorsum amongst to a greater extent than or less other article using the same approach that volition demo yous how to uninstall Universal Apps from a currently logged user account. Like the previously shared article, this method too takes the payoff of Windows PowerShell cmdlets.

So if you’re looking to disable or uninstall sure apps from your user concern human relationship inwards Windows 10, this article volition sure assistance yous accomplish the aim. All yous ask to have, is the administrative privileges for the user concern human relationship for which you’re removing apps.

Uninstall Universal Apps for unmarried User Account inwards Windows 10

1. Open the administrative Windows PowerShell.

2. First of all nosotros ask to know most all the Universal Apps installed on the user concern human relationship in addition to their technical description which volition supply us the app packet details. To obtain all this required information, type next ascendance in addition to hitting Enter key:

Get-AppxPackage

Installed Windows Store apps from Windows  Uninstall Universal Apps from your User Account inwards Windows 10 using PowerShell

3. Now from the listing of apps in addition to hence appeared inwards the inwards a higher house shown window, await for the entry of that app which yous desire to disable/remove. Note downwards its total hollo mentioned against PackageFullName. For example, we’re going to take away Microsoft 3D Builder app, in addition to hence the PackageFullName against it is Microsoft.3DBuilder_1.0.0.152_x86__8wekyb3d8bbwe (note that at that spot are double underscores before 8wekyb3d8bbwe) .

Installed Windows Store apps from Windows  Uninstall Universal Apps from your User Account inwards Windows 10 using PowerShell

4. Next, we’ll take away the app since we’re confirmed amongst its technical details. So type the next ascendance in addition to hitting Enter key:

Remove-AppxPackage <PackageFullName> -confirm

Substitute <PackageFullName> amongst the PackageFullName for the app you’re removing. For example, inwards our case, nosotros typed Remove-AppxPackage Microsoft.3DBuilder_1.0.0.152_x86__8wekyb3d8bbwe -confirm.

Installed Windows Store apps from Windows  Uninstall Universal Apps from your User Account inwards Windows 10 using PowerShell

Next supply your confirmation past times typing Y. You’ll run across that ascendance executes successfully inwards few moments in addition to inwards this means the app packet is removed.

Please greenback that this method is solely applicable to Universal Apps downloaded from Store in addition to to a greater extent than or less built-in apps which are optional for users. The Universal Apps such Store app, Feedback app etc. can’t live on installed amongst this cmdlet in addition to you’ll have errors piece removing them:

Installed Windows Store apps from Windows  Uninstall Universal Apps from your User Account inwards Windows 10 using PowerShell

Hope yous notice the guide useful!


Source: https://www.thewindowsclub.com/
Share This :