5
3
I got a list all Modern UI apps installed on my machine using
Get-AppxPackage -AllUsers | findstr ^Name
(you need to run this in PowerShell). I would like to remove some of them, and I want to know which ones are safe to remove (i.e., which ones I can remove without breaking my system).
Is it safe to remove these?
Microsoft.AAD.BrokerPlugin Microsoft.Appconnector Microsoft.BioEnrollment Microsoft.Getstarted Microsoft.LockApp Microsoft.NET.Native.Framework.1.0 Microsoft.NET.Native.Framework.1.0 Microsoft.NET.Native.Runtime.1.0 Microsoft.NET.Native.Runtime.1.0 Microsoft.VCLibs.110.00 Microsoft.VCLibs.110.00 Microsoft.VCLibs.120.00 Microsoft.VCLibs.120.00 Microsoft.VCLibs.140.00 Microsoft.VCLibs.140.00 Microsoft.Windows.AssignedAccessLockApp Microsoft.Windows.CloudExperienceHost Microsoft.Windows.ContentDeliveryManager Microsoft.Windows.Cortana windows.devicesflow windows.immersivecontrolpanel
I suspect that it's safe to remove the following. Can somebody confirm that?
Microsoft.3DBuilder Microsoft.AccountsControl Microsoft.BingFinance Microsoft.BingNews Microsoft.BingSports Microsoft.BingWeather Microsoft.MicrosoftOfficeHub Microsoft.MicrosoftSolitaireCollection Microsoft.Office.OneNote Microsoft.People Microsoft.SkypeApp Microsoft.Windows.ParentalControls Microsoft.Windows.ShellExperienceHost microsoft.windowscommunicationsapps Microsoft.WindowsMaps Microsoft.WindowsPhone Microsoft.XboxApp Microsoft.XboxGameCallableUI Microsoft.XboxIdentityProvider Microsoft.ZuneMusic Microsoft.ZuneVideo
I will remove them using Remove-AppxPackage NameOfPackage
. For more info on this process refer to this guide.
1make a full system backup and now you can play and remove apps. If you broke something, restore the backup. – magicandre1981 – 2015-07-21T04:10:45.713
3that is not practical, because i can break something and not know i broke it until months later. i am looking for a more authoritative answer. – Gaia – 2015-07-21T14:51:28.370
we can't answer this. Everyone has other preferences for apps. What you like is crap for others or the other way around. – magicandre1981 – 2015-07-21T17:30:00.590
2But the question is not whether ppl agree it is crap or not. The question is whether it will break windows to remove apps in the 3rd and especially 1st section. – Gaia – 2015-07-21T17:42:40.487
if nobody tries it, we can't see what broken after removing them. So try it and post what is safe or not. – magicandre1981 – 2015-07-21T17:45:05.900
2No thanks, I don't have time to test it, hence me reaching out to try to find someone who can answer. Thank you for your contribution. – Gaia – 2015-07-21T19:26:53.910