Windows Update Print Drivers If Windows won't update, one item to check is the print drivers.
cat c:\windows\inf\setupapi.dev.log -tail 500 |findstr !!!
dism /online /get-drivers /format:table
pnputil /delete-driver Published-Name-Here /uninstall /force
(for example: pnputil /delete-driver oem36.inf /uninstall /force)