How to keep apps removed from Windows 10 from returning during an update
Windows IT Pro Center
3 minutes to read
05/10/2018
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
How to keep apps removed from Windows 10 from returning during an update
Home » Forums » AskWoody support » Windows » Windows 10 » Windows 10-other » How to keep apps removed from Windows 10 from returning during an update
- This topic has 19 replies, 13 voices, and was last updated 6 years, 2 months ago.
AuthorTopicViewing 6 reply threadsAuthorReplies-
Elly
AskWoody MVPMay 16, 2018 at 8:36 pm #192830I appreciate the posting of what looks like useful information… but it is for those who can edit the registry…
Hoping it is helpful to those people…
Microsoft really should let the end user decide what they want on their computer, without requiring a registry edit.
Thanks for trying, though…
Non-techy Win 10 Pro and Linux Mint experimenter
4 users thanked author for this post.
-
b
AskWoody_MVP -
Noel Carboni
AskWoody_MVP -
ch100
AskWoody_MVPMay 17, 2018 at 5:10 am #192861Noel, you don’t appear very familiar with Windows 10.
Third party apps and apps downloaded from Microsoft Store are never provisioned.
The text quoted refers to apps installed by the user, outside of provisioning.
Provisioned apps are somehow equivalent to applications preinstalled in the Default User profile.
They get installed per user at first login. If they are uninstalled, they do not get installed again, except by a Feature Update, upgrade-in-place or something similar.
The article actually claims that this is what is fixed, once the applications are de-provisioned with PowerShell, they do not get reprovisioned by a Feature Update.
This can actually create a problem to users who de-provision and want to revert to some or all apps to be provisioned again. Windows Store is typical of one app which everyone should have provisioned. It is extremely difficult to recover it if it is uninstalled.
It is a complicated mechanism and not easy for everyone to understand. -
Noel Carboni
AskWoody_MVPMay 18, 2018 at 6:11 am #193009I’m not very familiar with 1803 because I haven’t tried it yet. I will be very surprised if it doesn’t push Microsoft’s agenda back into my system, after which it will be removed. Again.
And this is just another case of semantics. The REAL ISSUE is that Microsoft pushes things into their systems that people just don’t want. Nobody cares about the definition of “provisioned”.
But even acknowledging the terminology here and restricting the argument to provisioned Apps, for each “version” I’ve removed and deprovisioned darned near every package from Windows 10 and found all of it restored again after every in-place upgrade. I even have screen grabs somewhere showing absolutely NOTHING shown on Get-AppXProvisionedPackage runs.
This happened so far: EVERY. SINGLE. TIME. Pardon me if I’m skeptical.
Though folks here appear to want others to believe Microsoft is taking this seriously, I have actually SEEN things like unwanted games going in – and back in – over and over. Again and again. Not very familiar my eye! I had to write a quite extensive REtweaker script just because it would not stay tweaked.
I’m jaded by actual experience, and Microsoft acting like “oh, sorry, we fixed that” is just ingenuous at this point. I’LL BELIEVE IT WHEN I SEE IT. Actually, I probably won’t believe it.
Ever hear the phrase “fool me once…“? Microsoft is on what, the 6th or 7th try at this point? I don’t feel I have to learn to tweak v1803, which will take what, about 6 months to learn to do completely, in order to complain about this BS.
-Noel
-
Microfix
AskWoody MVPMay 18, 2018 at 8:53 am #193033Microsoft is on what, the 6th or 7th try at this point? I don’t feel I have to learn to tweak v1803, which will take what, about 6 months to learn to do completely, in order to complain about this BS.
Nail on the head Noel!
My view from W10 v1511 was why should I pursue this any further, knowing that time, testing, analysis and counter-measures WILL all be undone with the next iteration only to start over again? What’s the point?Groundhog OS if you ask me.
At MS, I despair..
Windows - commercial by definition and now function...3 users thanked author for this post.
-
-
-
-
-
ch100
AskWoody_MVPMay 16, 2018 at 11:30 pm #192845Powershell run as Administrator
Get-AppxProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online
EDIT: Please be careful with this command as it is close to impossible to revert to provisioned apps if there is a change of mind or find that some are useful to be provisioned, because otherwise it is difficult to install such apps. Windows Store is a typical example. Everything else can be installed from the Store, but not the Store itself. If Store remains provisioned, then it can be installed easily knowing few tricks.
Most people might want use
Remove-AppxProvisionedPackage -Online -packagename <PackageFullName>where <PackageFullName> is the name of the app to be removed.
-
AlexEiffel
AskWoody_MVPMay 17, 2018 at 9:52 am #192881I’ve done that a long time ago, so correct me if I am wrong in my understanding ch100, but I think the following is quite accurate. The commands are taken from my install procedure so they are not from memory, just the theory behind them.
Actually, if you try to remove provisioned apps while it is still installed for at least one user, it won’t be uninstalled. Note that even if you remove an app for all users, it still stays there updating and ready to be installed, consuming bandwidth, in staged mode, in case someone would like this app it would be ready to go. So you need first to remove the app for all users on the computer, then you need to deprovision it to remove it from the system completely and stop updating in the background.
Note that the following uses grid-view so you see what is affected and must select what you want to remove except what is not shown (Calculator, Store, Photos app in this case). Run the command, press CTRL-A to select everything if you don’t want to keep anything (don’t worry it doesn’t delete the weird stuff you see that can’t be deleted), then proceed.
So for each user created on the computer, you need to first remove the app. Open powershell (non admin because if you use admin and you are not, it will apply to the admin account and not this user account):
get-appxpackage | where-object {$_.name -notlike “*Microsoft.WindowsStore*”} | where-object {$_.name -notlike “Microsoft.*WindowsCalculator*”} | where-object {$_.name -notlike “*Microsoft.WindowsPhotos*”} | out-gridview -passthru | remove-appxpackage
This keeps the store, the calculator and the awful Photos app if you don’t reactivate the Windows Photo Viewer like me or a third-party app to quickly view and not edit your pictures and that is color managed unlike the Photos app. Again, don’t forget to select everything in grid-view.Once everyone got rid of the apps, you can now deprovision them. Run powershell as ADMIN to deprovision them:
get-appxprovisionedpackage -online | where-object {$_.name -notlike “*Microsoft.WindowsStore*”} | where-object {$_.name -notlike “Microsoft.*WindowsCalculator*”} | where-object {$_.name -notlike “*Microsoft.WindowsPhotos*”} | out-gridview -passthru | remove-appxprovisionedpackage -onlineThen, you can check if there are still some apps installed or in staged mode (that mode where provisioned apps aren’t removed because nobody uses them, but they are still there updating and ready to be installed by a user, it will be written in the PackageUserInformation column) :
get-appxpackage -allusers | out-gridviewThen, check if there is any provisioned apps:
get-appxprovisionedpackage -online | out-gridviewDon’t do that if you are worried you will miss those wonderful apps and are afraid you won’t be able to easily get them back if you change your mind later.
1 user thanked author for this post.
-
ch100
AskWoody_MVPMay 17, 2018 at 3:21 pm #192942@alexeiffel
It is always interesting to read and reply to your posts.
Especially when it is not about Windows 7, which I think it is never the case.Note that even if you remove an app for all users, it still stays there updating and ready to be installed, consuming bandwidth, in staged mode, in case someone would like this app it would be ready to go.
I am not sure if the above quote is accurate.
I believe that the apps are always updated in the user context when accessing the Store and never in the System account (per computer) except for feature upgrades or in-place upgrade-repair. As @b posted the Microsoft URL, there are ways to control which apps will come back or installed during such major work.I think about everything else is correct and I was learning something new, which is the grid-view in PowerShell.
I have always been running something like:
Get-AppxPackage
for getting the properties in case I don’t know them and next
Get-AppxPackage | select PackageFullName,InstallLocation
as an example.There is also
Get-AppxPackage -AllUsers
which can be run as Administrator and for which there is a lot of confusion and even experienced people with good reputation on the web have posted that this would install or more often remove apps for all users in commands like
Get-AppxPackage -AllUsers | Remove-AppxPackageThis is not true and the switch -AllUsers refers to the Get command only (it is read-only).
For the packages to be left on the system, I always take some guidance from Daniel Feller of Citrix
https://virtualfeller.com/2017/04/19/optimize-vdi-windows-10-default-apps-original-anniversary-and-creator-updates/
I have seen other authors favoring Calculator and Alarms as the only apps which are strongly recommended to be left on the system in all circumstances, other than those which should be system based and not user based and as such which I consider mandatory:
Microsoft.DesktopAppInstaller
Microsoft.StorePurchaseApp
Microsoft.WindowsStoreOptional, for those interested in games:
Microsoft.Xbox.TCUI
Microsoft.XboxIdentityProviderThe Frameworks should always stay on the system.
They are as of 1803:
Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe
Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe
Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x64__8wekyb3d8bbwe
Microsoft.NET.Native.Framework.1.7_1.7.25531.0_x86__8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.7_1.7.25531.0_x64__8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.7_1.7.25531.0_x86__8wekyb3d8bbwe
Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe
Microsoft.Advertising.Xaml_10.1705.4.0_x64__8wekyb3d8bbwe
Microsoft.Advertising.Xaml_10.1705.4.0_x86__8wekyb3d8bbwe
Microsoft.Services.Store.Engagement_10.0.1610.0_x64__8wekyb3d8bbwe
Microsoft.Services.Store.Engagement_10.0.1610.0_x86__8wekyb3d8bbweCredit goes to MDL posters for the original information from which I extracted the above.
On older systems, before 1709, the equivalent Frameworks 1.3 and 1.4 are also required and may still be required by some Store apps. They are installed though based on need if the apps come from the Store.
It is all complicated and this whole thing does not look targeted to Desktops at all to me, but rather to Phones (which are largely dead in the Microsoft’s implementation) and with a stretch to tablets, but iPad style tablets rather that more versatile laptop/tablet devices.
1 user thanked author for this post.
-
AlexEiffel
AskWoody_MVPMay 18, 2018 at 9:58 am #193041There is also Get-AppxPackage -AllUsers which can be run as Administrator and for which there is a lot of confusion and even experienced people with good reputation on the web have posted that this would install or more often remove apps for all users in commands like Get-AppxPackage -AllUsers | Remove-AppxPackage This is not true and the switch -AllUsers refers to the Get command only (it is read-only).
Oh yes, this one is good! I realized that myself during early testing of Windows 10. How confusing! I made the hypothesis that -AllUsers only applied to the command generating the list, but Remove-AppxPackage wasn’t allowed to remove packages from other users.
I don’t talk too much about Windows 7, because as you know, I used a set it and forget it approach that worked great until Windows 10 came. Being group A, apart from being a bit careful about patching, delaying a bit due to recent issues in patches since January, I don’t feel the need to talk too much about 7 or devote much time to its maintenance. It still works great for me.
-
-
-
-
Carl D
AskWoody LoungerMay 17, 2018 at 3:08 am #192854Does this include the infamous Candy Crush Saga?
During the short time I had Windows 10 1803 on my old laptop a couple of weeks back I tried removing Candy Crush several times (Start Menu > right click > uninstall) and it just kept coming back again and again.
I can’t stand those sorts of shenanigans which is one reason why every new version of Windows 10 is always short lived on any of my devices.
3 users thanked author for this post.
-
radosuaf
AskWoody LoungerMay 17, 2018 at 3:20 am #192855Do this:
Fractal Design Pop Air * Thermaltake Toughpower GF3 750W * ASUS TUF GAMING B560M-PLUS * Intel Core i9-11900K * 4 x 8 GB G.Skill Aegis DDR4 3600 MHz CL16 * ASRock RX 6800 XT Phantom Gaming 16GB OC * XPG GAMMIX S70 BLADE 1TB * SanDisk Ultra 3D 1TB * Samsung EVO 840 250GB * DVD RW Lite-ON iHAS 124 * Windows 10 Pro 22H2 64-bit Insider * Windows 11 Pro Beta Insider -
Noel Carboni
AskWoody_MVPMay 18, 2018 at 6:25 am #193012it just kept coming back again and again.
Thank you. This kind of thing is what I am complaining about above.
To me this sounds like just another instance of “Advance 10 miles, then fall back 200 feet and claim you care about what the folks you’re rolling over think“.
-Noel
1 user thanked author for this post.
-
BobbyB
AskWoody LoungerMay 18, 2018 at 7:48 am #193015@Carl D give this a try there’s all sorts of useful stuff in here and its easier than delving in to Poweshell, Registry etc to customise Win10 up to Vers 1803, 8.1, 7, works well disable Cortana, full control over Apps and advertising, turn off Windows update and a whole plethora of appearance tweaks. Its about the only thing i’ll let near my home machines and its free.
Sergei who I believe runs the page has loads of tips and stuff every day, its interesting to either remind you of old tricks and teach you a few new ones -
Microfix
AskWoody MVP
-
-
-
anonymous
GuestMay 17, 2018 at 5:04 am #192859How to keep apps removed from Windows 10 from returning during an update
Why should Win 10 users need to do this and be subjected to forced auto-upgrades twice-a-year?
Why is M$ charging license fees for Win 10 and preinstalling 3rd-party apps/games?
2 users thanked author for this post.
-
HiFlyer
AskWoody Lounger -
joep517
AskWoody MVPMay 28, 2018 at 4:09 pm #194908 -
Kirsty
ManagerFebruary 22, 2019 at 11:13 pm #330430Provisioned App Packages in Windows 10 Enterprise / Windows 10 Pro
2018-10-13: Updated for Windows 10 version 1809
1 user thanked author for this post.
Viewing 6 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows 11 Insider Preview Build 26100.4188 (24H2) released to Release Preview
by
joep517
4 hours, 51 minutes ago -
Microsoft is now putting quantum encryption in Windows builds
by
Alex5723
2 hours, 50 minutes ago -
Auto Time Zone Adjustment
by
wadeer
9 hours, 21 minutes ago -
To download Win 11 Pro 23H2 ISO.
by
Eddieloh
7 hours, 1 minute ago -
Manage your browsing experience with Edge
by
Mary Branscombe
48 minutes ago -
Fewer vulnerabilities, larger updates
by
Susan Bradley
7 minutes ago -
Hobbies — There’s free software for that!
by
Deanna McElveen
2 hours, 49 minutes ago -
Apps included with macOS
by
Will Fastie
2 hours, 27 minutes ago -
Xfinity home internet
by
MrJimPhelps
2 hours, 22 minutes ago -
Convert PowerPoint presentation to Impress
by
RetiredGeek
2 hours, 20 minutes ago -
Debian 12.11 released
by
Alex5723
1 day, 6 hours ago -
Microsoft: Troubleshoot problems updating Windows
by
Alex5723
1 day, 10 hours ago -
Woman Files for Divorce After ChatGPT “Reads” Husband’s Coffee Cup
by
Alex5723
13 hours, 37 minutes ago -
Moving fwd, Win 11 Pro,, which is best? Lenovo refurb
by
Deo
6 hours, 1 minute ago -
DBOS Advanced Network Analysis
by
Kathy Stevens
2 days, 3 hours ago -
Microsoft Edge Launching Automatically?
by
healeyinpa
1 day, 17 hours ago -
Google Chrome to block admin-level browser launches for better security
by
Alex5723
2 days, 5 hours ago -
iPhone SE2 Stolen Device Protection
by
Rick Corbett
1 day, 22 hours ago -
Some advice for managing my wireless internet gateway
by
LHiggins
1 day, 5 hours ago -
NO POWER IN KEYBOARD OR MOUSE
by
HE48AEEXX77WEN4Edbtm
7 hours, 32 minutes ago -
A CVE-MITRE-CISA-CNA Extravaganza
by
Nibbled To Death By Ducks
2 days, 15 hours ago -
Sometimes I wonder about these bots
by
Susan Bradley
3 hours, 21 minutes ago -
Does windows update component store “self heal”?
by
Mike Cross
2 days, 1 hour ago -
Windows 11 Insider Preview build 27858 released to Canary
by
joep517
3 days, 5 hours ago -
Pwn2Own Berlin 2025: Day One Results
by
Alex5723
1 day, 13 hours ago -
Windows 10 might repeatedly display the BitLocker recovery screen at startup
by
Susan Bradley
1 day, 1 hour ago -
Windows 11 Insider Preview Build 22631.5409 (23H2) released to Release Preview
by
joep517
3 days, 7 hours ago -
Windows 10 Build 19045.5912 (22H2) to Release Preview Channel
by
joep517
3 days, 7 hours ago -
Kevin Beaumont on Microsoft Recall
by
Susan Bradley
2 hours, 34 minutes ago -
The Surface Laptop Studio 2 is no longer being manufactured
by
Alex5723
3 days, 16 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.