Hi,
Were there any error massage? Might need to look at update logs:
https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-logs
Please try updating the CONEXANT driver form HP official site:
https://support.hp.com/us-en/drivers
Go to Settings>Update & Security>Troubleshooting and run the troubleshooter on Update.
Open an elevated command prompt
Run the following command:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
then try deploying the update in Clean Boot:
https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows
Best regards.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.