Windows error 0x00240005, 2359301

Detailed Error Information

WU_S_REBOOT_REQUIRED[1]

MessageThe system must be restarted to complete installation of the update.
Declared inwuerror.h

HRESULT analysis[2]

FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

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 Code5 (0x0005)

Questions

0votes
1answer

Wusa exit code "0x00240005 vs 0x00000BC2"

I cannot get the difference between 2 exit codes that wusa.exe may return: > 0x00240005 WU_S_REBOOT_REQUIRED The system must be restarted to complete > installation of the update, > > 0x00000BC2 Error_Success_Reboot_Required http://inetexplorer.mvps.org/archive/windows_update_codes.htm https://support.microsoft.com/en-us/help/938205/windows-update-error-code-list read more
windows-update

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