

My Decrapifier script that was linked above will do all this for you! But it should be used according to the How-to linked above (and in the script itself!) for best results. What most people are seeing is the CEIP "ad" tiles coming back! No UWP apps are installed with updates, except if they are new, stock Windows apps, and delivered during an edition upgrade (1607->1709 for instance). You often hear of apps magically reappearing after updates.

There might be others but this is just off the top of my head. Some of these are Connect, Edge, Cortana, Mixed Reality Portal, and Get Help. There are some apps baked into Windows which can never be removed. Reg Add "$reglocation\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /T REG_DWORD /V "ContentDeliveryAllowed" /D 0 /F Reg Add "$reglocation\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /T REG_DWORD /V "SilentInstalledAppsEnabled" /D 0 /F Reg Add "$reglocation\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /T REG_DWORD /V "OEMPreInstalledAppsEnabled" /D 0 /F Reg Add "$reglocation\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /T REG_DWORD /V "PreInstalledAppsEverEnabled" /D 0 /F Text Reg Add "$reglocation\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /T REG_DWORD /V "PreInstalledAppsEnabled" /D 0 /F "No problem" you say, as you type this in: Start menu is filled with all that great stuff. You log in as admin in the usual way, go through the OOBE, and you're at the desktop. Needs to be set up for a user named Hubert F. It is important to know that these apps don't install until you click the tile! These tiles can also re-appear via several conditions. This is your Candy Crush, Twitter, all that crap. placeholder tiles, which basically amount to ads. UWP apps installed from the store manually, or provisioned at first login What you see on your stock start menu, as far as "apps" are actually 3 different things:

So, this is not entirely accurate, but can seem true. Worse case is some updates come along and they get re-installed back again. Not all can be successfully installed for "ALL USERS".

Those are not MS Office Apps, they are Win10 Apps. Powershell $computerList = "" #List of the computers that you wish to target with the script $creds = Get-Credential domain \ user #make sure that this is an Administrator account $packages = "" $scriptBlock = "ForEach ($item in $packages)
