Windows error 0x80240024, -2145124316

Detailed Error Information

WU_E_NO_UPDATE[1]

MessageThere are no updates.
Declared inwuerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode36 (0x024)
NameFACILITY_WINDOWSUPDATE[2][3]
DescriptionThe source of the error code is a Windows update.[2][3]
Error Code36 (0x0024)

Questions

2votes
0answers

Automatically updating all Device Drivers with powershell - Exception HRESULT: 0x80240044

I started testing around if i could create a powershell script, which would update all device drivers automatically. After searching for a while, i stumbled across this thread: How to Automatically update all devices in device manager The User "HarryMc" pretty much provided me with all the answers needed. My [...] read more
drivers
powershell
automation
device-manager
exceptions
0votes
0answers

Automating installing driver updates for all devices with Powershell [Windows 10]

I'm having some trouble with trying to use a powershell script to update all drivers on my PC without having to go through each of them. I'm using the code from the accepted answer from How to Automatically update all devices in device manager, with the added lines by user5542121 [...] read more
drivers
powershell
0votes
1answer

Error 0x80240024 while trying to download Paint 3D Preview

I have signed up for the insider program. When I go to the store, I am able to search for Paint 3D Preview. However, when I try to download it by pressing the Get button in the store, it gives the following error: paint 3d preview error [https://i.stack.imgur.com/C0Bi0.png] Same result [...] read more
windows-10
windows-insider
paint-3d-preview
0votes
1answer

Failing to install audio driver script using microsoft update as source on dell

I am trying to run below code to install realtek audio driver on dell laptop but getting below error. Is it possible to use this script for all model laptop to install missing audio driver or update it? Any help would be greatly appreciated ERROR: RegistrationState ServiceID IsPendingRegistrationWithAU Service ----------------- [...] read more
powershell
0votes
0answers

How to exit C# Console app if there is no updates to download or install?

I am busy writing a console app whereby it searches for any updates on a user pc, then downloads it and installs it. All of this works great, however when there are no updates available it tries to download and then the app crashes with this error System.Runtime.InteropServices.COMException: '0x80240024' I [...] read more
c#
console
0votes
1answer

C# WUApiLib: Failing to Install Updates with 0x80240024 Even Though Updates are Found

I have followed instructions found on this site, which was found when I researched Stack Overflow and found this question. However, I can't seem to figure out why my code is hitting the catch block. I have a break at the IInstallationResult line, which the code hits but then goes [...] read more
c#
windows-update
0votes
1answer

Install windows update

I have following powershell script which should update my windows OS everytime I run it. Therefore I use the given windows API in order to search, download and install the updates. But somehow only searching for them actually works. This is my script: $global:scriptpath = $MyInvocation.MyCommand.Path $global:dir = Split-Path $scriptpath [...] read more
powershell

Comments

Leave a comment

(plain text only)

Sources

  1. wuerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0