Windows 10: Cannot remove apps using Appx after Fall Creator Update

Discus and support Cannot remove apps using Appx after Fall Creator Update in Windows 10 Software and Apps to solve the problem; I do not know if others have come across this problem, but it seems that remove-appxpackage no longer works to remove the UWP downloaded by the system.... Discussion in 'Windows 10 Software and Apps' started by DarkRookie, Dec 3, 2017.

  1. Cannot remove apps using Appx after Fall Creator Update


    I do not know if others have come across this problem, but it seems that remove-appxpackage no longer works to remove the UWP downloaded by the system.

    The command runs thru with its usual error message about being unable to remove some, but these aren't in that list.
    Also get-appxpackage -allusers | remove-appxpackage no longer seems to work. Or at least it doesnt remove the apps from all users any longer.

    :)
     
    DarkRookie, Dec 3, 2017
    #1
  2. laudablepus, Dec 3, 2017
    #2
  3. PoisnFang Win User
    PoisnFang, Dec 3, 2017
    #3
  4. harvey263 Win User

    Cannot remove apps using Appx after Fall Creator Update

    I tried your code and it removed some apps, but it didn't remove other things like "Bubble Witch 3 Saga", "Disney Magic Kingdoms", etc. Is that what you mean?

    I have found that "Remove-AppXPackage" works best when used before installing Windows. Either in sysprep Audit Mode, or editing the offline wim directly. This is the command I use to remove apps from a mounted image:
    Code: Get-AppXProvisionedPackage -Path "C:\Mount" | Where-Object {$_.PackageName -NotLike "*Microsoft.WindowsStore*"} | Where-Object {$_.PackageName -NotLike "*Microsoft.WindowsCalculator*"} | Where-Object {$_.PackageName -NotLike "*Microsoft.MicrosoftStickyNotes*"} | Remove-AppXProvisionedPackage[/quote]
    This also has to be used in conjunction with the "Turn off Microsoft consumer experiences" computer policy. For servicing an offline wim, it can be translated as a reg value like this:
    Code: REG ADD "HKLM\%MountedSoftwareHive%\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d "1" /f[/quote]
    If that part isn't there, "Candy Crush" or whatever is still going to install itself within a few minutes of connecting to the internet. I am normally doing this with an Enterprise image in a domain environment that includes lots of other modifications. I tried it today with an x64 Pro ISO downloaded from the Media Creation Tool. Besides having to convert "install.esd" to "install.wim", it appears to work the same. When I first signed into my test machine, the Start menu looks like below. After over an hour there are still no new apps installing themselves.


    Cannot remove apps using Appx after Fall Creator Update [​IMG]
     
    harvey263, Dec 9, 2017
    #4
  5. OK. I dont know what I was doing wrong, but the command started working again.

    Thanks for that info. I will definitely do that on the next image.
     
    DarkRookie, Apr 5, 2018
    #5
Thema:

Cannot remove apps using Appx after Fall Creator Update

Loading...
  1. Cannot remove apps using Appx after Fall Creator Update - Similar Threads - Cannot remove apps

  2. Fall creators update.

    in Windows 10 Installation and Upgrade
    Fall creators update.: How do i stop or block this virus you call the fall creators update, 3 times this year it's uploaded itself onto my computer and every time i've had to revert to the previous build. Each time it installs itself i loose 3-4 hours of work time because i can't use my computer,...
  3. INetCookies after Fall Creators Update...

    in Browsers and Email
    INetCookies after Fall Creators Update...: Sorry if this is the wrong forum, but I thought it was more browser than OS related. Anyway, after last week's v1709 update, CCleaner has been deleting a file it never used to. C:\Users\UserId\AppData\Local\Microsoft\Windows\INetCookies\deprecated.cookie It shows up...
  4. Fall Creators Update and Get Help app removal

    in Windows 10 Software and Apps
    Fall Creators Update and Get Help app removal: So i've just installed the Fall Creators Update, and the Powershell command that I used before to remove the Get Help app isn't working anymore: Remove-WindowsCapability -online -name App.Support.ContactSupport~~~~0.0.1.0 I suspect they might of renamed it, but I tried...
  5. Windows Store and Apps not working after fall Creators update

    in Windows 10 Software and Apps
    Windows Store and Apps not working after fall Creators update: Greetings all, new to the forum. I got the fall creators update and it looked like everything installed correctly. It installed so well (Or so I thought) that I deleted my windows.old folder on my C: drive. Now the kicker is, I noticed that the Windows Store and some of the...
  6. Fall Creators Update

    in Windows 10 Support
    Fall Creators Update: Has anyone installed it yet? If so did it break anything for you? Debating If I should update or not. 95662
  7. what will be removed during the Fall Creators Update

    in Windows 10 Installation and Upgrade
    what will be removed during the Fall Creators Update: Good Day All I have been reading (here in other threads) that in the process of updating/grading that windows essentials will be removed and in so doing windows movie maker as well, is this true? and what else will be removed. I have finally got some sort of handle on...
  8. fall creator update

    in Windows 10 Installation and Upgrade
    fall creator update: Is there a general chart which might give info on when i would get fcu. I went from 7 to 10 just a couple weeks before free 10 stopped. 97324
  9. Fall Creators Update

    in Windows 10 Installation and Upgrade
    Fall Creators Update: I just bit the bullet and went to Microsoft site and tried to install it. It hung up stuck on 24% and stayed there for an hour so I pulled the plug and it has gone back to the previous version. Now what? 99881
  10. Fall Creators Update

    in Windows 10 Support
    Fall Creators Update: I work for a company that has about 200 desktop and laptop running Windows 10 (most are HP's)on our own domain and after the fall creators update, we have experienced Unauthenticated network messages as well as download issues in all browsers (Edge, IE 11, Chrome, Firefox)....