[Guide] How to Remove All Built-in Apps in Windows 10
UPDATE: Tutorial updated to include instructions for removing some new apps such as App Connector, App Installer, Microsoft Wi-Fi, Paint 3D, Sticky Notes, etc.
In previous tutorial, we told you about different ways to uninstall modern apps in Windows 10 operating system:
[Tip] How to Uninstall Modern Apps in Windows 10
The methods given in above mentioned tutorial can't uninstall all built-in apps. There are many built-in apps such as Photos, Music, OneNote, Xbox, People, Camera, etc which come preinstalled with Windows 10 and you can't uninstall them.
But there is an advanced method which can be used to get rid of all or specific built-in apps in Windows 10. You can remove any desired bundled app in Windows 10 with the help of this method.
The method we are talking about, includes use of PowerShell program present in Windows 10. You can use some commands in PowerShell to remove all or some modern apps which came bundled with Windows 10.
We have divided this tutorial in following parts for your convenience:
- PART 1: Remove a specific built-in app in Windows 10
- PART 2: Remove all built-in apps in Windows 10
- PART 3: Reinstall/restore all or a specific built-in app in Windows 10
Now lets start the tutorial:
STEP 1:
First of all we need to open PowerShell as Administrator to execute the required commands.
Open Start Menu and type powershell. It'll automatically start searching for the program and will show PowerShell in search results. Now press Ctrl+Shift+Enter keys together to launch PowerShell as Administrator. Alternatively, you can right-click on PowerShell and select "Run as Administrator" option.
PS: If you have replaced Command Prompt with PowerShell in WIN+X menu, you can directly launch it from there. [See this]
STEP 2:
Now you'll need to execute commands in PowerShell as mentioned in following steps:
PART 1: Remove a Specific Built-in App in Windows 10
You can take help of Get-AppxPackage and Remove-AppxPackage commands to uninstall/remove built-in apps in Windows 10.
Get-AppxPackage command can be used to get a list of all installed modern apps in your computer. Remove-AppxPackage command is used to remove an app from Windows 10 computer.
If you want to remove an app, these commands will require an essential information about that app i.e. PackageFullName (the full package name of the modern app).
So first we'll need to get the PackageFullName of our desired modern app which we want to remove from our computer.
1. Just run following command in PowerShell to get a list of all installed apps:
Get-AppxPackage
This command will output a long list of all installed apps containing lots of information about each app. But we only need the PackageFullName information of our desired app, so run following filtered command:
Get-AppxPackage | Select Name, PackageFullName
This command will show only the name of the app and its PackageFullName information. Now the output will be easy to read and understand.
2. Now select the PackageFullName information of your desired app and press Enter key to copy it to clipboard.
3. Now to remove the app from your computer, you'll need to run following command:
Get-AppxPackage PackageFullName | Remove-AppxPackage
In above mentioned command, replace PackageFullName with the copied information from step 2. You can also take help of wildcards (such as *) to make the PackageFullName parameter easy to type.
For example, if you want to remove 3DBuilder app, the command to remove it will be as following:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
OR
Get-AppxPackage *3d* | Remove-AppxPackage
It'll take a few moments in uninstalling the app. If you see any error after completion of the command, ignore it. You may need to restart the computer.
NOTE:
The above mentioned command "Get-AppxPackage PackageFullName | Remove-AppxPackage" uninstalls the app from your current user account only. If you want to uninstall the app from all user accounts, you can use following command format:
Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage
And if you want to remove the app from any particular user account, use following command:
Get-AppxPackage -user username PackageFullName | Remove-AppxPackage
Replace username term in above mentioned command with the correct user account name.
PS:
For your convenience, we are providing ready-made commands to remove built-in apps in Windows 10. Just copy the desired command and paste it in PowerShell window using Ctrl+V hotkey and press Enter:
To uninstall 3D Builder:
get-appxpackage *3dbuilder* | remove-appxpackageTo uninstall Alarms & Clock:
get-appxpackage *alarms* | remove-appxpackageTo uninstall App Connector:
get-appxpackage *appconnector* | remove-appxpackageTo uninstall App Installer:
get-appxpackage *appinstaller* | remove-appxpackageTo uninstall Calendar and Mail apps together:
get-appxpackage *communicationsapps* | remove-appxpackageTo uninstall Calculator:
get-appxpackage *calculator* | remove-appxpackageTo uninstall Camera:
get-appxpackage *camera* | remove-appxpackageTo uninstall Feedback Hub:
get-appxpackage *feedback* | remove-appxpackageTo uninstall Get Office:
get-appxpackage *officehub* | remove-appxpackageTo uninstall Get Started or Tips:
get-appxpackage *getstarted* | remove-appxpackageTo uninstall Get Skype:
get-appxpackage *skypeapp* | remove-appxpackageTo uninstall Groove Music:
get-appxpackage *zunemusic* | remove-appxpackageTo uninstall Groove Music and Movies & TV apps together:
get-appxpackage *zune* | remove-appxpackageTo uninstall Maps:
get-appxpackage *maps* | remove-appxpackageTo uninstall Messaging and Skype Video apps together:
get-appxpackage *messaging* | remove-appxpackageTo uninstall Microsoft Solitaire Collection:
get-appxpackage *solitaire* | remove-appxpackageTo uninstall Microsoft Wallet:
get-appxpackage *wallet* | remove-appxpackageTo uninstall Microsoft Wi-Fi:
get-appxpackage *connectivitystore* | remove-appxpackageTo uninstall Money:
get-appxpackage *bingfinance* | remove-appxpackageTo uninstall Money, News, Sports and Weather apps together:
get-appxpackage *bing* | remove-appxpackageTo uninstall Movies & TV:
get-appxpackage *zunevideo* | remove-appxpackageTo uninstall News:
get-appxpackage *bingnews* | remove-appxpackageTo uninstall OneNote:
get-appxpackage *onenote* | remove-appxpackageTo uninstall Paid Wi-Fi & Cellular:
get-appxpackage *oneconnect* | remove-appxpackageTo uninstall Paint 3D:
get-appxpackage *mspaint* | remove-appxpackageTo uninstall People:
get-appxpackage *people* | remove-appxpackageTo uninstall Phone:
get-appxpackage *commsphone* | remove-appxpackageTo uninstall Phone Companion:
get-appxpackage *windowsphone* | remove-appxpackageTo uninstall Phone and Phone Companion apps together:
get-appxpackage *phone* | remove-appxpackageTo uninstall Photos:
get-appxpackage *photos* | remove-appxpackageTo uninstall Sports:
get-appxpackage *bingsports* | remove-appxpackageTo uninstall Sticky Notes:
get-appxpackage *sticky* | remove-appxpackageTo uninstall Sway:
get-appxpackage *sway* | remove-appxpackageTo uninstall View 3D:
get-appxpackage *3d* | remove-appxpackageTo uninstall Voice Recorder:
get-appxpackage *soundrecorder* | remove-appxpackageTo uninstall Weather:
get-appxpackage *bingweather* | remove-appxpackageTo uninstall Windows Holographic:
get-appxpackage *holographic* | remove-appxpackageTo uninstall Windows Store: (Be very careful!)
get-appxpackage *windowsstore* | remove-appxpackageTo uninstall Xbox:
get-appxpackage *xbox* | remove-appxpackage
As you may have noticed, in Windows 10 you can uninstall Windows Store as well, so be very careful while uninstalling Windows Store app. We advise you to not remove Windows Store app to stay on safe side.
PS: If you want to remove Mixed Reality Portal, Windows Defender Security Center, Cortana Search, Microsoft Edge, Contact Support and Windows Feedback apps, following tutorials will help you:
[Tip] Disable or Remove "Mixed Reality Portal" App in Windows 10
[Tip] Disable or Remove "Windows Defender Security Center" App in Windows 10
[Windows 10 Tip] Remove Cortana, Microsoft Edge, Contact Support and Feedback Apps
PART 2: Remove All Built-in Apps in Windows 10
If you want, you can uninstall all built-in modern apps in a single step using following command:
Get-AppxPackage | Remove-AppxPackage
The above mentioned command will uninstall the apps from your current user account only.
Command to uninstall all built-in apps for all user accounts:
Get-AppxPackage -allusers | Remove-AppxPackage
Command to uninstall all built-in apps for a particular user account:
Get-AppxPackage -user username | Remove-AppxPackage
NOTE: If you want to remove all apps but want to keep a few apps such as Windows Store, etc, you can use following command:
Get-AppxPackage | where-object {$_.name –notlike "*store*"} | Remove-AppxPackage
If you want to keep more than one apps, you can use following syntax:
Get-AppxPackage | where-object {$_.name –notlike "*store*"} | where-object {$_.name –notlike "*communicationsapps*"} | where-object {$_.name –notlike "*people*"} | Remove-AppxPackage
So you just need to use where-object {$_.name –notlike "*package_name*"} parameter in the command to keep a particular app.
Also Check:
[Fix] Start Menu and Taskbar Icons Not Working in Windows 10 After Removing All Apps
PART 3: Reinstall/Restore All or a Specific Built-in App in Windows 10
If you decide to reinstall some or all built-in apps in future, you can do this by following the methods given in following tutorial:
[Guide] How to Reinstall All Default Built-in Apps in Windows 10
=== === === === === === === === ===
BONUS TIP:
You can access all built-in modern apps as well as all installed Desktop programs in one single place in Windows 10 using a very simple command shell:appsfolder as mentioned in Point 6 of following exclusive article:
Hidden Secret Features and Useful Hotkeys in Windows 8 and Later
Also Check:
Easy Way to Uninstall Built-in Apps in Windows 10
Advertisements
Share this article: Facebook | Twitter | LinkedIn | Reddit
Posted in: Windows 10
About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He has written several tech articles for popular newspapers and magazines and has also appeared in a few tech shows on TV channels. (Connect with Us)
Similar articles you may like
- Norton Labs Announces New Vista User Account Control (UAC) Tool
- Add AskVG.com or Other Website Links in Desktop Context Menu in Windows
- [Firefox Tip] Disable Ctrl+Tab Thumbnail Previews and Cycle Through Recently Used Tabs
- [Fix] “The AC Power Adapter Type is Incorrect or Cannot be Determined” Warning Message at Startup in Laptops
- Why 64-bit Windows Users Face Login or Other Problems After Modifying System Files Using Resource Hacker?
- How to Install IDM Integration Module Extension in All Web Browsers?





Paul
Very detailed and easy to understand guide. Thank you.
Bill
I've uninstalled them from Settings - System - Apps & Features...
Slamet
search cortana cant be removed ? how to remove it
Peter
In Win7 I had reinstated the Vista Windows Mail, which resembles so much the good old Outlook Express of the Win XP era.
Even if I shunned the Win8 edition, I know that the same could be done, with small differences.
Now, in Win10, I've tried to repeat the trick, with no success.
Could you find a way to reinstate Vista Windows Mail in Win10?
Thanks in advance.
P.
Roland
Very easy to work with and just what I was looking for. Thanks.
frank
Most valuable info! V.G., you are the top.
Ole Hansen
After I had used the command:
Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage
I wonder why i can't remove the service
tiledatamodelsvc
I hope for an explanation for a novice
W.K.R. Ole hansen
VG
^^ Why do you want to remove the service and what exact problem are you facing?
Roberto
@Slamet, If you remove Cortana, then you lose the search feature in start menu.
But if you insist:
Get-AppxPackage -name "Microsoft.Windows.Cortana" | Remove-AppxPackage
Nat
Question: What's the benefit behind deleting built-in apps that do not have the uninstall option readily available? Would removing them actually clear enough space worth the process or help the device run better, i don't think they occupy that much space to begin with?
I'm asking because I just got a new laptop with win10 on it and will definitely not be using most of the built-in apps. The OCD freak in me loves having all things clear and minimal so I would personally prefer not having any useless software on my device, but since I am not tech-savvy I worry about the consequences of tinkering with it... Could removing some of them (App connector, sway, Xbox... for example) potentially cause any complications?
VG
^^ Some modern/metro apps continuously run in background and consume system resources. Also uninstalling modern apps will disable them from default programs list and Windows will not waste your Internet bandwidth in updating those apps. If you are not going to use these apps, uninstalling them would be a wise choice.
Nat
Convinced! Thanks VG, will be using your tutorial to clear them up! Happy 2016!
Frank
Tried that but for each package that showed in the result command it result as Package was not found...
Michael
Now will these commands actually uninstall the applications or just hide them? I am prepping for a firm wide roll-out of Win 10 and there are certain apps we do not need installed or want the users to reinstall, such as Xbox, Mail, Store, Calendar, Movies, TV, etc. I have done what you list in step 1, but since we are on a domain the apps come back as that process just hides the applications. Is there no procedure that will actually uninstall them?
Shane
Unfortunately, after removing all your apps, microsoft are likely to reinstall them again. I've just had amazon, skype, xbox and a bunch of others reinstalled as part of Ms updates.
Keep the script handy you are likely to need it again.
Also running scripts in powershell is likely to be banned by execution priveleges. If you get a warning you can execute these commands type the following into powershell before running the above commands.
Set-ExecutionPolicy Bypass
This removes all execution restrictions.
To reset them to default, after running the script run
Set-ExecutionPolicy remote
Robert
Hi VG, got a question, I ran the following:
Get-AppxPackage -allusers *officehub* | Remove-AppxPackage
It removed it for the current user but new user got it back. Ideas?
maxout
It would be cool to run some Batch file and just remove annoying apps.
Unnamed
i attempted to get rid of Xbox and recieved this:
remove-appxpackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.10586.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] fd4e6b19-9e95-0000-a997-4efd959ed101 in the Event Log or use
the command line Get-AppxLog -ActivityID fd4e6b19-9e95-0000-a997-4efd959ed101
At line:1 char:26
+ get-appxpackage *xbox* | remove-appxpackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
remove-appxpackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxIdentityProvider_1000.10586.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] fd4e6b19-9e95-0000-ab97-4efd959ed101 in the Event Log or use
the command line Get-AppxLog -ActivityID fd4e6b19-9e95-0000-ab97-4efd959ed101
At line:1 char:26
+ get-appxpackage *xbox* | remove-appxpackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
I tried and recieved this first, then copy pasted it exact from your website. Any clue what might've gone wrong?
VG
^^ You need to open PowerShell as Administrator. It seems you directly opened it.
Cory Ulrich
For anyone looking to prevent certain apps from installing for new users use this in a powershell admin console or script with admin rights (You can add or remove apps as you please. I intentionally left out the calculator and photo viewer. You may want to keep the store. I didn't):
$Applist = Get-AppXProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*3DBuilder*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*Appconnector*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*BingFinance*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*BingNews*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*BingSports*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*BingWeather*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*CommsPhone*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*ConnectivityStore*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*Getstarted*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*Messaging*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*MicrosoftOfficeHub*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*MicrosoftSolitaireCollection*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*OneNote*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*Sway*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*People*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*SkypeApp*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*WindowsAlarms*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*WindowsCamera*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*windowscommunicationsapps*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*WindowsMaps*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*WindowsPhone*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*WindowsSoundRecorder*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*WindowsStore*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*XboxApp*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*ZuneMusic*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*ZuneVideo*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*xbox*"} | Remove-AppxProvisionedPackage -online
$Applist | WHere-Object {$_.packagename -like "*contact support*"} | Remove-AppxProvisionedPackage -online
Adam
Thanks for the guide, unfortunately I am facing the same trouble as Michael from a few comments above.
I am designing a Windows 10 SoE image for a large scale deployment and I am required to have most of these apps removed.
I've run the powershell commands as an administrator and with the -allusers command while the system is in Audit mode, but after the machine has been sysprepped these apps all reappear :(
Now scratching my head on how to get rid of these.
Anjonymous
Can I use this method to uninstall Microsoft Edge? I did try it with the exact syntax you have mentioned here with all additions that were needed, but, nothing happened after I clicked on enter. It did not in fact run a script at all. Is that how it works? I can still open edge and it is actually a very big nuisance. Mainly, when it keeps opening up when I search anything through cortana.
I realize this is unrelated to the above issue but I wish to know also whether edge is a part of Office or not, because I have had Windows 10 for almost 6 months now but have not even had to use edge until now! I have been happily (quite ignorantly, I might add) using chrome as my default browser for any and every application, especially with cortana! (I had subverted cortana to use chrome with chrometana)
I would quite desperately try to know of a solution to this issue!
VG
^^ Check following:
https://www.askvg.com/windows-10-tip-remove-cortana-microsoft-edge-contact-support-and-feedback-apps/
JTBB
thank you so much for making it completely clear as to removal of those useless apps.
Michelle
I used these powershells under the admin account for -allusers, restart and admin acct is great, go to others accts and items are either still there or get reinstalled...grrr. I run powershell while under the user profile as admin and either get package not found or it looks good, but the app never goes away
Any ideas why or how to permanently delete them from others accounts?
LQA
Will these uninstalled apps be automatically reinstalled in the upcoming Anniversary Update?
VG
^^ Most probably yes.
@Michelle
Try to rename apps folder as mentioned in following article:
https://www.askvg.com/windows-10-tip-remove-cortana-microsoft-edge-contact-support-and-feedback-apps/
Hannibal Dobbs
Does not work.
Windows 10 upgrade.
There is no ADMINISTRATOR on my computer. Right click left click, click enter enter NOTHING.
Mou Ahmed
Thank you sooooo much for this!! Especially the cheatsheet to copy in at the end!
CasK
Eventids 214 and 10 continue to be logged, in spite of my many attempts to disable, remove, etc. Windows Store Apps. It appears that you must have a very good handle on this area of Windows 10, but I'm confused why the App Readiness service seems to ignore my efforts and continues to attempt to install and register the Windows Apps - resulting in the 214 and 10 eventids. Any help or guidance would be appreciated.
mario
I'm uninstalling all apps using powershell on windows10. I used powershell as administrator :cmd is as follows: Get-AppxPackage -AllUsers | Remove-AppxPackage. and it works when I sign in as my credentials' of school administrator but when I restarted the computer and used sign on of a student, all the apps are there. switch back to my credentials of administrator and they are gone. How can I make this apps gone from student sign on inside this domain? thank you
VG
^^ You can try to rename the folders as mentioned in following article:
https://www.askvg.com/windows-10-tip-remove-cortana-microsoft-edge-contact-support-and-feedback-apps/
jackie
How can i uninstall windows 10, with contana, It has slowed my computer down so much very frustrated,,it automatically downloaded itself and i don't like it .. i want my windows7 or 8 ...whatever it was before. please send me a link or whatever i have to do to uninstall windows 10
VG
^^ Please check following:
https://www.askvg.com/how-to-restore-previous-windows-version-after-upgrading-to-windows-10/
chuzzwassa
What is Microsoft.Advertising.Xaml and is it safe to remove?
Bjorn
After Windows 10 anniversary update, there are a few apps that are not listed
Such as "Buy Wifi and Mobile data", "FeedbackHub" that has an uninstall option when right click on it. But "Contact Microsoft Support", "Microsoft Fast Help", " Reseller Demo" and Handwriting for different languages, can only be uninstalled if you go to "Optional functions".
How to uninstall them using Power Shell ?
Neil
Hey, so I have a problem.
Windows calculator is broken and I am trying to uninstall and reinstall it.
But, when I try, I get this error:
remove-appxpackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80070003: Reading manifest from location: AppxManifest.xml failed with error: The system cannot find the path
specified.
.
NOTE: For additional information, look for [ActivityId] ee80509c-0ec9-0000-af92-83eec90ed201 in the Event Log or use
the command line Get-AppxLog -ActivityID ee80509c-0ec9-0000-af92-83eec90ed201
At line:1 char:47
+ get-appxpackage Microsoft.WindowsCalculator | remove-appxpackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Any help?
Mark Lester
This helped me. It is really annoying that every time I uninstall those apps, they get installed again after restart. Now that I deleted the Windows Store, hopefully, they won't go back.
BladeMight
Actually this way apps will not be deleted from WindowsApps folder, so they will still take some of your space on hdd.
patrick
how do i prevent apps from reappearing after sysprep?
Fernando Z
OMG!!! I love you!!! This is the most wonderful panacea there is in the world, seeing all that garbage just being sent out one by one onto the limbo...
Thanks for the easy-to-understand tutorial!
Chris Schneider
will these apps "come back" when you install the latest build. i read somewhere after 14936 it wont install apps if removed. btw an easier way to uninstall these is using ccleaners uninstall.
VG
^^ Yes. Check following:
https://www.askvg.com/windows-10-will-not-reinstall-uninstalled-apps-when-upgrading-to-newer-builds/
Klaus Hartnegg
The info on this webpage is partially wrong.
The command "Get-AppxPackage -AllUsers" does shows apps of all users.
But Remove-AppxPackage always only removes it from the current user.
John Adams
THANK YOU for publishing all of the tips!
Microsoft decided to run push a software update the re-installed of the CR*P APPS that I had deleted.
Your page provided a very clean, detailed set of instructions that helped me take back my computer!
BTW -- I also used the anti-beacon tool by Spybot to shut off all telemetry going to Microsoft. Spybot also shuts down Microsoft's ability to turn your computer into a zombie machine/P2P device to push their crap to other computers.
Many thanks again!
Don
Couldn't the Power Shell script be placed in the run once in the registry?
Petar
I get this problem;
Get-AppxPackage : The service cannot be started, either because it is disabled or because it has no enabled devices ass
ociated with it.
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
At line:1 char:1
+ Get-AppxPackage
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxPackage], Exception
+ FullyQualifiedErrorId : System.Exception,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageCommand
Stijn
Hi,
I use the following script to uninstall the apps for both existing users and new users. But no matter what I try, every time I end up with a broken start menu.
I tried uninstalling each app separately, in different sequences, etc. Always the same result: broken start menu. Uninstalled apps are still showing, you just can no longer open them or do anything with them for that matter.
Also it isn't just one app that causes this. One time it can be the feedbackhub, the next time the BingWeather. It is incredibly frustrating that it seems impossible to remove bloatware without breaking your system.
echo "Uninstalling default apps"
$apps = @(
# default Windows 10 apps
"Microsoft.BingWeather"
"Microsoft.Getstarted"
"Microsoft.ZuneMusic"
"Microsoft.Windows.Photos"
"Microsoft.3DBuilder"
"Microsoft.MicrosoftSolitaireCollection"
"Microsoft.Office.OneNote"
"Microsoft.MicrosoftOfficeHub"
"Microsoft.People"
"Microsoft.OneConnect"
"Microsoft.WindowsMaps"
"Microsoft.ZuneVideo"
"Microsoft.SkypeApp"
"Microsoft.Messaging"
"AdobeSystemsIncorporated.AdobePhotoshopExpress"
"*PicsArt*"
"*BingTranslator*"
"*ZuneMusic*"
"*BingWeather*"
"*Duolingo*"
"*Flipboard*"
"*Microsoft.NetworkSpeedTest*"
"*Wunderlist*"
"*EclipseManager*"
"*FreshPaint*"
"*Advertising*"
"*windowscommunicationsapps*"
"*feedbackhub*"
# apps which cannot be removed using Remove-AppxPackage
#"Microsoft.BioEnrollment"
#"Microsoft.AAD.BrokerPlugin"
#"Microsoft.MicrosoftEdge"
#"Microsoft.Windows.Cortana"
#"Microsoft.WindowsFeedback"
#"Microsoft.XboxGameCallableUI"
#"Microsoft.XboxIdentityProvider"
#"Windows.ContactSupport"
)
foreach ($app in $apps) {
echo "Trying to remove $app"
Get-AppxPackage -Name $app -AllUsers | Remove-AppxPackage
Get-AppxPackage $app -AllUsers | Remove-AppxPackage
Get-AppXProvisionedPackage -Online |
where DisplayName -EQ $app |
Remove-AppxProvisionedPackage -Online
Get-AppXProvisionedPackage -Online |
where-object {$_.packagename –like $app} |
Remove-AppxProvisionedPackage -Online
}
chris
just use ccleaner. go to uninstall. and pick the c**p you dont want. easy.
Yofri
Hi VG
How to remove Connect, Get Help, & Mixed Reality Portal
I cant find the keyword to uninstall these
Yofri
Ups in newly Creators Update
Phil
Hi it gives me error!!!
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\WINDOWS\system32> Get-AppxPackage | Remove-AppxPackage
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AAD.BrokerPlugin_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-2577-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-2577-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.AAD.B...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.CloudExperienceHost_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-526e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-526e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
windows.immersivecontrolpanel_6.2.0.0_neutral_neutral_cw5n1h2txyewy from: C:\Windows\ImmersiveControlPanel failed.
This app is part of Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the
app from the computer using Turn Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-546e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-546e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (windows.immersi...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.MicrosoftEdge_40.15063.0.0_neutral__8wekyb3d8bbwe from:
C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-2c77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-2c77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Micro...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ContentDeliveryManager_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-5e6e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-5e6e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.XboxSpeechToTextOverlay Microsoft.Wallet Microsoft.Messaging
Microsoft.XboxGameOverlay Microsoft.StorePurchaseApp Microsoft.Getstarted Microsoft.WindowsCamera Microsoft.OneConnect
Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsCalculator Microsoft.WindowsSoundRecorder
Microsoft.WindowsAlarms Microsoft.WindowsMaps Microsoft.MSPaint Microsoft.Zun
Windows cannot remove framework Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.XboxSpeechToTextOverlay Microsoft.Wallet Microsoft.Messaging
Microsoft.XboxGameOverlay Microsoft.StorePurchaseApp Microsoft.Getstarted Microsoft.WindowsCamera Microsoft.OneConnect
Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsCalculator Microsoft.WindowsSoundRecorder
Microsoft.WindowsAlarms Microsoft.WindowsMaps Microsoft.MSPaint Microsoft.ZuneMusic Microsoft.XboxApp
Microsoft.Microsoft3DViewer Microsoft.Office.OneNote Microsoft.ZuneVideo Ookla.SpeedtestbyOokla Microsoft.WindowsStore
currently depends on the framework. Removing all packages that depend on the framework automatically removes the
framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-676e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-676e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.VCLib...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe because package(s)
king.com.BubbleWitch3Saga currently depends on the framework. Removing all packages that depend on the framework
automatically removes the framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-696e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-696e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.VCLib...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.Wallet Microsoft.Messaging Microsoft.Getstarted Microsoft.WindowsCamera
Microsoft.OneConnect Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsMaps Microsoft.XboxApp
Microsoft.Microsoft3DViewer Ookla.SpeedtestbyOokla Microsoft.WindowsStore currently depends on the framework. Removing
all packages that depend on the framework automaticall
Windows cannot remove framework Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.Wallet Microsoft.Messaging Microsoft.Getstarted Microsoft.WindowsCamera
Microsoft.OneConnect Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsMaps Microsoft.XboxApp
Microsoft.Microsoft3DViewer Ookla.SpeedtestbyOokla Microsoft.WindowsStore currently depends on the framework. Removing
all packages that depend on the framework automatically removes the framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-3877-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-3877-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.Wallet Microsoft.Messaging Microsoft.Getstarted Microsoft.WindowsCamera
Microsoft.OneConnect Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsMaps Microsoft.XboxApp
Microsoft.Microsoft3DViewer Ookla.SpeedtestbyOokla Microsoft.WindowsStore currently depends on the framework. Removing
all packages that depend on the framework automaticall
Windows cannot remove framework Microsoft.NET.Native.Framework.1.3_1.3.24201.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.Wallet Microsoft.Messaging Microsoft.Getstarted Microsoft.WindowsCamera
Microsoft.OneConnect Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsMaps Microsoft.XboxApp
Microsoft.Microsoft3DViewer Ookla.SpeedtestbyOokla Microsoft.WindowsStore currently depends on the framework. Removing
all packages that depend on the framework automatically removes the framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-3a77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-3a77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.Wallet Microsoft.Messaging Microsoft.Getstarted Microsoft.WindowsCamera
Microsoft.OneConnect currently depends on the framework. Removing all packages that depend on the framework
automatically removes the framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-3c77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-3c77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.XboxIdentityProvider Microsoft.Wallet Microsoft.Messaging Microsoft.Getstarted Microsoft.WindowsCamera
Microsoft.OneConnect currently depends on the framework. Removing all packages that depend on the framework
automatically removes the framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-756e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-756e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ShellExperienceHost_10.0.15063.250_neutral_neutral_cw5n1h2txyewy from:
C:\WINDOWS\SystemApps\ShellExperienceHost_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled
on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on
or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-846e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-846e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.Cortana_1.8.12.15063_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-896e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-896e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package Microsoft.LockApp_10.0.15063.0_neutral__cw5n1h2txyewy
from: C:\Windows\SystemApps\Microsoft.LockApp_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-5a77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-5a77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.LockA...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package DesktopLearning_1000.15063.0.0_neutral__cw5n1h2txyewy
from: C:\Windows\SystemApps\DesktopLearning_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-5d77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-5d77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (DesktopLearning...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
c5e2524a-ea46-4f67-841f-6a9465d9d515_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.FileExplorer_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-9a6e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-9a6e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (c5e2524a-ea46-4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.SecondaryTileExperience_10.0.0.0_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.SecondaryTileExperience_cw5n1h2txyewy failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-6f77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-6f77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.15063.250_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.FilePicker_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0001-c268-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0001-c268-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (1527c705-839a-4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.WindowPicker_10.0.15063.250_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.WindowPicker_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-b06e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-b06e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package HoloShell_10.0.15063.0_neutral__cw5n1h2txyewy from:
C:\Windows\HoloShell failed. This app is part of Windows and cannot be uninstalled on a per-user basis. An
administrator can attempt to remove the app from the computer using Turn Windows Features on or off. However, it may
not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-b36e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-b36e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (HoloShell_10.0....__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.Apprep.ChxApp_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-7377-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-7377-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.HolographicFirstRun_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.HolographicFirstRun_cw5n1h2txyewy failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-7c77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-7c77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ModalSharePickerHost_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.ModalSharePickerHost_cw5n1h2txyewy failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-c66e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-c66e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.OOBENetworkCaptivePortal_10.0.15063.0_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewy failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-c76e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-c76e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.OOBENetworkConnectionFlow_10.0.15063.0_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkConnectionFlow_cw5n1h2txyewy failed. This app is part of Windows
and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using
Turn Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-d16e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-d16e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.ParentalControls_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\ParentalControls_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled on
a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-8b77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-8b77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.CredDialogHost_10.0.15063.0_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\microsoft.creddialoghost_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-8c77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-8c77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.CredD...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package CortanaListenUIApp_10.0.15063.0_neutral__cw5n1h2txyewy
from: C:\Windows\SystemApps\CortanaListenUIApp_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-e66e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-e66e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (CortanaListenUI...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.PPIProjection_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.PPIProjection_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-e86e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-e86e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.PPIPr...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package DesktopView_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy
from: C:\Windows\SystemApps\DesktopView_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled on
a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-f26e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-f26e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (DesktopView_100...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
E2A4F912-2574-4A75-9BB0-0D023378592B_10.0.15063.250_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.AppResolverUX_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-fd6e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-fd6e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (E2A4F912-2574-4...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package EnvironmentsApp_10.0.15063.0_neutral__cw5n1h2txyewy
from: C:\Windows\SystemApps\EnvironmentsApp_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-fe6e-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-fe6e-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (EnvironmentsApp...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package HoloCamera_1.0.0.5_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\holocamera_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled on a
per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-a777-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-a777-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (HoloCamera_1.0....__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package HoloItemPlayerApp_1.0.0.2_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\holoitemplayerapp_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled on
a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-b077-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-b077-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (HoloItemPlayerA...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.SecHealthUI_10.0.15063.0_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-b177-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-b177-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Windows.PrintDialog_6.2.0.0_neutral_neutral_cw5n1h2txyewy from: C:\Windows\PrintDialog failed. This app is part of
Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the
computer using Turn Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-086f-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-086f-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Windows.PrintDi...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Windows.MiracastView_6.3.0.0_neutral_neutral_cw5n1h2txyewy from: C:\Windows\MiracastView failed. This app is part of
Windows and cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the
computer using Turn Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-bc77-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-bc77-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Windows.Miracas...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Windows.ContactSupport_10.0.15063.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\ContactSupport_cw5n1h2txyewy failed. This app is part of Windows and cannot be uninstalled on a
per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows Features on or
off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-136f-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-136f-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Windows.Contact...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.15063.0.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-c777-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-c777-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.BioEnrollment_10.0.15063.0_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.BioEnrollment_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-1e6f-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-1e6f-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.BioEn...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.AccountsControl_10.0.15063.250_neutral__cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.AccountsControl_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0000-d177-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0000-d177-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Accou...__cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x64__8wekyb3d8bbwe because package(s)
Microsoft.OneConnect Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsMaps Microsoft.XboxApp
Microsoft.Microsoft3DViewer Ookla.SpeedtestbyOokla Microsoft.WindowsStore currently depends on the framework. Removing
all packages that depend on the framework automatically removes the framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-2f6f-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-2f6f-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot remove framework Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x86__8wekyb3d8bbwe because package(s)
Microsoft.OneConnect Microsoft.People Microsoft.MicrosoftStickyNotes Microsoft.WindowsMaps Microsoft.XboxApp
Microsoft.Microsoft3DViewer Ookla.SpeedtestbyOokla Microsoft.WindowsStore currently depends on the framework. Removing
all packages that depend on the framework automatically removes the framework.
NOTE: For additional information, look for [ActivityId] e2a44300-c85d-0003-396f-a4e25dc8d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e2a44300-c85d-0003-396f-a4e25dc8d201
At line:1 char:19
+ Get-AppxPackage | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.NET.N...__8wekyb3d8bbwe:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
PS C:\WINDOWS\system32>
VG
^^ Some system apps can't be removed using the command. That's what the error message is telling.
Phil
oh ok thank you VG
Yi
yo, just telling that removing all apps with one command line did broke my start menu (searching ability). but that happened only after creators update, all worked fine without windows apps before that update. fixed by restoring all apps with this command that i found somewhere by searching how to fix start menu..
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
anyone can figure out what exactly/which app you must not uninstall when uninstalling them all. thanks :)
AV
This is a great post, as many have already commented. I follow all the powershell stuff - but when I look at the list of applications, there are some I can't figure out whether to uninstall them or leave them. CandyCrushSaga is easy enough to understand, but I end up wondering what thinks like windows.immersivecontrolpanel is used for and whether I should keep it or blow it away. And particularly so since the last update...I mean, what is c5e2524a-ea46-4f67-841f-6a9465d9d515? They don't name that one anything that gives even a clue.
Does anybody know of a site that lists the what the apps do to help sort out what to keep and not?
VG
^^ Some are system apps which can't be removed using PowerShell command as they are required by the operating system to function properly. "windows.immersivecontrolpanel" is one of them which is actually the Settings app.
noob
Hey, I used these scripts to remove a bunch of built in apps, and it seems to have worked, ie clicking on the shortcut to edge can't launch it, but all the shortcuts are still there in the start menu's 'all programs' list, which is the main place I wanted them gone. Any advice?
AR
Sounds like you've got online provision apps - these are really bloatware. A clean install of Windows should have none of those applications installed.
Try this from an elevated PowerShell. It will uninstall online provisioned apps.
Get-AppXProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online
Sysprepper
In response to chris, who was suggesting using CCleaner, I tested this and found that:
1- CCleaner doesn't list all the apps for all users; only for the current user (and I don't believe that is even a full list).
2 - Removing the app through CCleaner only removes it for the current user.
Just wanted to give a heads-up.
James
Hi VG,
Followed your instructions and it all worked well. Unfortunately MS discovered a few missing programs and reinstalled them... yeah!!!!
Is there anyway of completely stopping Cortana and it's horrible siblings from reinfesting my PC?
When discovering the new .exe files for Cortana and co, I tried to remove the previous BAK_.exe files but couldn't any thoughts?
Thanks
VG
^^ After removing all apps, rename "WindowsApps" folder in "C:\Program Files\" and remove particular app folder from "%userprofile%\appdata\local\Packages".
tikkanen
Hello.
i cannot uninstall people app it gives me this error
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.Windows.PeopleExperienceHost_10.0.16299.15_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.Windows.PeopleExperienceHost_cw5n1h2txyewy failed. This app is part of Windows and
cannot be uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn
Windows Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] 2826f6cf-7b12-0001-d3fb-2628127bd301 in the Event Log or use
the command line Get-AppxLog -ActivityID 2826f6cf-7b12-0001-d3fb-2628127bd301
At line:1 char:28
+ Get-AppxPackage *people* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Windo...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
And yes i am running powershell as a administrator.
So what do i need to do
Thank you for your answers in advance.
Guido
Thank you.
I wanted to remove the stupid "photos" program as for some reason M$ updated it so you couldn't set up other programs as default for file extensions such as .gif
John
I can successfully remove apps from current user but cannot get -allusers to work. -allusers shows "greyed out" (different color than rest of command) when I have typed in the command.
I run powershell as administrator
I have tried using wild card (*xbox*) and tried using full app name
Birendrasinh Gohil
Dear Sir
Please give details how to restore calculator and photo app in windows 10 enterprise 64 bit
thanks
Birendrasinh Gohil
Jeff Caligari
Thanks for sharing. Very helpful. Appreciated.
You might want to check out some programs like NT Lite and Win Reducer for a more Automatic approach but even then some detailed info on its components would be good.
Another thing I gave wanted to be able to do was access the UI Framework and also edit some operating procedures like game modding but in Windows.
I havent looked into it enough. Not as interesting as game modding.
Thanks for your patience in compiling this stuff.
tero
removing for all users do not work like that. you are removing allways just for current user. you have to remove with -AllUsers if you get list of packages with -AllUsers.
tero
and there is also a little problem because allusers cant be used in pipe, so the real right answer for deleting all apps (which can be deleted) by a command line is this:
Get-AppxPackage -allusers | foreach {Remove-AppxPackage -allusers -package $_}
tero
and after that, you surely can't add packages pack with that your add all back line because no user has those packages, so you can't list get-packages which to add. you have to list those packages in manifest, and add them all to all users by somehow.. not sure yet how to do that..
Dr Marz
Only my notebook from this IP seems rerouted with 1-2+ seconds delays over Russia. I change MAC and computer name, so guess they decrypt windows microsoft communications to ID me.
What more can I do than deactivating windows apps? I need to block all microsoft communications. How to do that smoothly instead of using PeerBlock?