Windows 11 23H2 getting huge (Edge WebView2)

Not even with online update + SysPrep & Generalize methods? There is at least one custom Win11 ISO with the latest WebView and is listed on the most popular of torrent indexing sites. I don't use such ISO's, but I am curious how the creators accomplishes Edge WebView integration.

It looks like the newest 22.631.2787 build allows for more options for Edge removal based on Region Policy - https://www.neowin.net/guides/here-is-a-simple-method-to-uninstall-edge-in-windows-10-and-11/ .
 
Last edited:
I have Edge and Edge WebView removed with "DISM + Custom", leaving only WebView 2 SDK, which is tiny. I don't remove Windows Component Store to preserve file and store integrity. Every image is updated offline and rebased.
 
amd64_microsoft-edge-webview_31bf3856ad364e35_10.0.22621.3593_none_72d1c96606549b99
Thanks.
Problem is that means they updated it with the latest CU (rev 3593), which means folder should remain in the WinSxS for future updates.
As you know, disable Servicing Stack compatibility before removal triggers WinSxS cleanup and that folder will be gone.

Since you update via rebasing (aka host refresh or in-place upgrade), there is no need to keep update compatibility, I would suggest to disable Servicing Stack compatibility next time and check out the size difference due to WinSxS cleanup.
 
But wouldn't Service Stack compatibility disablement prevent SFC /Scannow and DISM Scanhealth from passing? I need them both to pass integrity checks.
 
But wouldn't Service Stack compatibility disablement prevent SFC /Scannow and DISM Scanhealth from passing? I need them both to pass integrity checks.
SFC compatibility option is below Servicing Stack's, you can keep it independently.

As for DISM ScanHealth, that part is more about package upgradability which we would ignore, so if SFC finds files in-place as they are in WinSxS, DISM operability is not a must, as described above for that updating method.

NTLite gets rid of the WebView WinSxS package in 26100 just fine, but not 22631.3668.
Because microsoft-edge-webview is a FoD (feature on demand) in 26100, they moved it as external, meaning on removal WinSxS can be cleaned even if keeping the servicing stack support.
 
Back
Top