Install Intel Graphics Drivers
I had to roll back Intel graphics drivers this week on a number of machines to resolve some BSOD issues. I was surprised that it’s not well documented on how to silently install these drivers. You can find the silent install switch pretty easy, but not the overwrite switch or the one to stop WinSAT from running on restart. Here’s the proper command to install silently, overwrite existing drivers (especially if you’re downgrading like I was), and to stop WinSAT from executing on reboot:
setup.exe -s -overwrite -nowinsat
If you’re deploying as an application from ConfigMgr, you can use the Windows Installer code as your detection method, or the version of the driver (I chose the version field). Here’s where you need to look in the registry:

Disclaimer
All content provided on this blog is for information purposes only. Windows Management Experts, Inc makes no representation as to accuracy or completeness of any information on this site. Windows Management Experts, Inc will not be liable for any errors or omission in this information nor for the availability of this information. It is highly recommended that you consult one of our technical consultants, should you need any further assistance.