Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • 3
    You can roll back the driver that was replaced. Also, try to test Windows integrity by running the commands Dism /Online /Cleanup-Image /RestoreHealth and then sfc /scannow.
    – harrymc
    Commented Feb 18 at 14:11
  • General FYI: Windows update will auto install drivers for hardware it detects (SupportAssist isn't necessary) and is what's recommended to use since OEMs will stop supporting systems when they're EOL. The only OEM drivers that should always be used are the CPU chipset drivers, any other CPU drivers (such as thermal), GPU drivers for the GPU the system shipped with (OEMs almost always customize the generic GPU drivers provided by the GPU OEM, and GPU OEM installers will often refuse installation in this scenario), as well as any custom OEM software like Alienware Audio, AlienFX, etc.
    – JW0914
    Commented Feb 20 at 13:35
  • As @harrymc said roll back driver. Device Manager, double-click keyboard for properties window, Driver tab for rollback, Events tab will show driver install dates. Maybe you can find the setting in registry? stackoverflow.com/questions/40398476/…
    – gregg
    Commented Feb 20 at 16:23
  • @harrymc, gregg Thank you for your input. Sorry I didn't get back to you sooner. I don't know what driver should be rolled back. Should it be the BIOS driver? Thanks
    – jeffrey
    Commented Feb 23 at 2:56
  • The BIOS/UEFI doesn't have a driver and Windows Update won't touch it, although SupportAssist can update it. Look in the updates history for Windows Update and SupportAssist (if it has one) to try to guess what it was. If System Restore is activated, you may rollback all of Windows to a previous date, to check if an update was really the problem.
    – harrymc
    Commented Feb 23 at 9:08