it was removed with resetbase on 26100 build https://forums.mydigitallife.net/posts/1846116 no idea about 19041
Only for Enterprise 2021 LTSC i use the officially released ISO with pre-installed updates, so checking that, it never shows the old ssu still in but actually never really investigated, doing that now:
For 1904x the previously integrated ssu is not gone after using resetbase in W10UI: From this ISO: https://forums.mydigitallife.net/posts/1847871 Code: Package Identity : Package_for_KB5011048~31bf3856ad364e35~amd64~~10.0.9166.1 State : Installed Release Type : Update Install Time : 13/08/2024 22:06 Package Identity : Package_for_KB5011064~31bf3856ad364e35~amd64~~10.0.1.8028 State : Installed Release Type : Update Install Time : 13/08/2024 22:06 Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.4780.1.15 State : Installed Release Type : Security Update Install Time : 13/08/2024 22:13 Package Identity : Package_for_ServicingStack_4769~31bf3856ad364e35~amd64~~19041.4769.1.1 State : Installed Release Type : Security Update Install Time : 13/08/2024 22:05 Package Identity : Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1220.1.0 State : Installed Release Type : Security Update Install Time : 06/10/2021 13:43
Package_for_ServicingStack is without it's number, they added it later better to test it with the latest msft ISO and dism, something about registry is involved in W10UI
NSudo + Notepad: Code: C:\Windows\servicing\Packages\Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1220.1.0.mum delete: permanence="permanent" Code: dism /Online /Remove-Package /PackageName:Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1220.1.0 you may or may not need to modify the package Owners registry or just use .1 install.wim
I've being trying for 3 days now, to find out what's going on with the "Web Search from Microsoft Bing" app that installs lately, and it kills the small graphic representation of the Bing image of the day in the search box. First i've tried a lot of registry settings to disable it from downloading from the Store, but later i found out that the installation file (Microsoft.BingSearch_8wekyb3d8bbwe) was in the "c:\windows\InboxApps" folder after a fresh format and without being connected at all, (so store was only updating it from 0.92 to 0.95 version). Second i tried a lot of registry keys for windows search, to restore things back, even renamed the file with it's license file in the InboxApps folder but it re-appeared there and probably got installed. Is there any other way to stop this app from installing?
I tested on 19041.. - Code: dism /Image:C:\mymountfolder /Remove-Package /PackageName:Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1220.1.0 -/cleanup-image /StartComponentCleanup /ResetBase, -The key "Visibility" already on "1" , Nothing works, just change "permanent" in "removable" There is only the direct deletion of .mum and .cat files via PowerRun or NSudo that works, but maybe it's not a clean cleanup of dependencies