The virtual Network Interface Card (NIC) is missing or not reflecting within the Guest OS on Windows Server 2022. VMware Tools installation fails to automatically install the virtual network drivers.
VMware vSphere 8.0.x
Windows Server 2022 Guest OS
Windows encountered a problem installing the drivers for your device
The Windows operating system is actively blocking Plug and Play (PnP) device installations via a restrictive system policy. The registry key HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyUnspecified is explicitly set to 1, which prevents the VMware Tools installer from securely validating and deploying the virtual network adapters.
Access the affected virtual machine via the vSphere Web Console.
Open an elevated Command Prompt within the Windows Server 2022 Guest OS.
Execute the following command to modify the registry and lift the device installation restriction: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v DenyUnspecified /t REG_DWORD /d 0 /f
Re-run or repair the VMware Tools installation.
Open Device Manager (devmgmt.msc) and verify the NICs are now correctly enumerated and reflecting within the OS.
If organizational security policies (GPOs) actively revert this registry key, engage your internal Active Directory or Windows Security team to establish a persistent exception for VMware virtual hardware classes.