Jump to content

Recommended Posts

Posted

Estoy intentando instalar funciones de servidor (como DNS o DHCP) en Windows Server 2022, pero me sale un error que dice ‘Feature installation failed – 0x800f0831’. ¿Qué puede causar este error y cómo se soluciona?"

 

Google Translate:  I'm trying to install server roles (such as DNS or DHCP) on Windows Server 2022, but I'm getting an error saying 'Feature installation failed – 0x800f0831'. What can cause this error, and how do I fix it?

  • 2 months later...
Posted

HI

It looks if the server is using WSUS, but WSUS does NOT have the required Server 2022 updates.

You can check if server is pointing to WSUS

Run this command

reg query HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v UseWUServer

 

If UseWUServer = 1, then WSUS is being used.

If this is the case, you can temporarily disable WSUS

 

You can use this command

reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v UseWUServer /t REG_DWORD /d 0 /f

 

net stop wuauserv
net start wuauserv
 

After this try and install DNS and DHCP

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...