You mean enabling it inside NTLite, right? not in the windows host system settings somewhere?Enable "Windows Update" compatibility to protect needed components.
More precisely <c>deliveryoptimization 'Delivery Optimization'</c> is then protected, that's probably it.
<TweakGroup name="WindowsUpdate">
<Tweak name="Device Metadata\PreventDeviceMetadataFromNetwork">1</Tweak>
<Tweak name="Preferences\ModelDownloadAllowed">0</Tweak>
<Tweak name="DriverSearching\SearchOrderConfig">0</Tweak>
<Tweak name="Settings\RestartNotificationsAllowed2">1</Tweak>
<Tweak name="DeliveryOptimization\DODownloadMode">99</Tweak>
<Tweak name="WindowsUpdate\ExcludeWUDriversInQualityUpdate">1</Tweak>
<Tweak name="MRT\DontOfferThroughWUAU">0</Tweak>
<Tweak name="Settings\IsExpedited">1</Tweak>
<Tweak name="7971f918-a847-4430-9279-4a52d1efe18d\RegisterWithAU">0</Tweak>
<Tweak name="WindowsUpdate\TargetReleaseVersionInfo">23H2</Tweak>
<Tweak name="AU\AUOptions">2</Tweak>
</TweakGroup>
View attachment 13255In NTLite, enable Windows Update in the compatibility window (Components - Compatibility)
I guess I need to restore a backup before I have done these changes then, because I have already uninstalled "delivery optimization".. but good to know.Enable "Windows Update" compatibility to protect needed components.
More precisely <c>deliveryoptimization 'Delivery Optimization'</c> is then protected, that's probably it.
Maybe the Delivery Optimization can be removed if you set it in Settings to Bypass fully - Use Bits instead, but I think I tried that and had to put it in compatibility anyway.
I would add "Recommended" (red components) as well, but not mandatory for now.
Let me know how it goes.
In Windows 10 this is only protected by Windows Store compatibility. I don't know about Windows 11, I haven't tested it.Delivery Optimization is "protected" by WU compatibility, I just tested
In Settings:but I do not get how this can be applied
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
"DODownloadMode"=dword:00000064
Its preset is for Windows 11, I guess he is using W11In Windows 10 this is only protected by Windows Store compatibility. I don't know about Windows 11, I haven't tested it.
View attachment 13256
I know, I'm just saying this so you can double-check if it really is different in Windows 11.Its preset is for Windows 11, I guess he is using W11
You're right, I tested it too.Delivery Optimization is "protected" by WU compatibility
yessIts preset is for Windows 11, I guess he is using W11
sadly this did nothing, i luckily did a sys-restore point and could go back before doing a host change, and add it back up, now it seemed to work (although there are no current downloads in the update Queue) but thanks for pointing this out.In Settings:
View attachment 13257
But if you removed the component it will not appear in the Host OS.
Copy this into notepad, save it with .reg extension and apply.
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization] "DODownloadMode"=dword:00000064
https://www.tenforums.com/tutorials...tore-app-updates-downloaded-windows-10-a.html
I think I tested this on Windows 10 and it worked, there was probably some change in Windows 11, it's no wonder that on elevenforum they don't even mention this option.sadly this did nothing