Windows error 0x80242008, -2145116152

Detailed Error Information

WU_E_UH_OPERATIONCANCELLED[1]

MessageAn operation being done by the update handler was cancelled.
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 Code8200 (0x2008)

Questions

2votes
3answers

Check whether Windows Updates are being installed

I have a powershell script that’s used by the IT support department for remotely installing software on workstations. The script supports the installation of multiple products (one after another)and therefore has the potential to take a long time to run. Yesterday a technician used the script to remotely install multiple [...] read more
powershell
windows-update
automatic-update
wsus

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