Downloaderror – 0x80248007

CodeBro

Member
Messages
148
Reaction score
8
Hi,

as stated in the title, I do not know why this happens, I was very cautious with my preset to include windows updates and to also not disalow them via settings or such, please do have a look!
 

Attachments

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.
 
Enable "Windows Update" compatibility to protect needed components.
More precisely <c>deliveryoptimization 'Delivery Optimization'</c> is then protected, that's probably it.
You mean enabling it inside NTLite, right? not in the windows host system settings somewhere?

So you mean I shall keep "Delivery Optimization" inside "Components -> Remote and Security -> Windows Update -> Delivery Optimization", I thought this is just microsoft abusing your bandwith tbh but okay i turn it back on
 
Or you mean here?:

Code:
<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>
 
In NTLite, enable Windows Update in the compatibility window (Components - Compatibility)
 
but I do not get how this can be applied, ev
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.
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.
 
Delivery Optimization is "protected" by WU compatibility, I just tested
Better you re test
 
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
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.
 
Last edited:
Back
Top