Windows error 0x8024500C, -2145103860

Detailed Error Information

WU_E_REDIRECTOR_CONNECT_POLICY[1]

MessageConnections to the redirector server are disallowed by managed policy.
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 Code20492 (0x500c)

Questions

✔️
1answer

Windows Update error 0x8024500C

Windows Update is failing with error 0x8024500C. How do I fix this? read more
windows-update
4votes
2answers

How to reconnect clients to WSUS after 1809 causes problems after install

Doing some testing on our test environment with the 1809 update. This system is not Internet and only gets updates from WSUS. I have tried to stop the services and rename the SoftwareDistribution folder but that didn't help either. I have done the troubleshooter but that doesn't do anything. I [...] read more
wsus
2votes
1answer

WSUS - 2012 R2 Clients not reporting

We have a number of severs for different customers that are separated in to different computer groups, these machines are not on a domain although hook in to WSUS with a registry change. Some Machines for customers are reporting fine, however some are not. The Registry settings appear to be [...] read more
windows-server-2012
windows-server-2012-r2
wsus
0votes
1answer

Get D3D debug information?

during initialisation of my D3D stuff, I call the following function: hr = D3D11CreateDevice(nullptr,gDriverTypes[DriverTypeIndex],nullptr, #ifdef _DEBUG D3D11_CREATE_DEVICE_DEBUG, #else 0, #endif gFeatureLevels,gNumFeatureLevels,D3D11_SDK_VERSION,&lDevice,&lFeatureLevel,&lImmediateContext); In debug build, to get additional information about possible D3D errors, I set the flag D3D11_CREATE_DEVICE_DEBUG. Without any further actions this lets my application terminate immediately. So according to [...] read more
windows-10
direct3d
direct3d11
0votes
1answer

I can not get development license for windows 8.1 error 0x8024500C

The OS of my computer is Windows 8.1 Pro and my IDE is VS2015 Professional. My computer has network connectivity My Windows is updated, I executed VS with Admin privileges, also I opened power Shell to execute Show-WindowsDeveloperLicenseRegistration. Altough all of this, the development license is not installed. Any ideas? [...] read more
visual-studio-2015
windows-8.1

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