Source: https://www.windowscentral.com/how-disable-automatic-driver-updates-windows-10
How to stop updates for drivers with Windows Update using Group Policy (Win10 Pro)
- Use the Windows key + R keyboard shortcut to open the Run command.
- Type gpedit.msc and click OK to open the Local Group Policy Editor.
- Browse the following path:
Computer Configuration > Administrative Templates > Windows Components > Windows Update - On the right side, double-click the Do not include drivers with Windows Update policy.
- Select the Enabled option.
- Click Apply.
- Click OK.
How to stop updates for drivers with Windows Update using Registry
- Use the Windows key + R keyboard shortcut to open the Run command.
- Type regedit, and click OK to open the Registry.
- Browse the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsQuick Tip: On Windows 10, you can now copy and paste the path in the Registry’s address bar to quickly jump to the key destination. - Right-click the Windows (folder) key, select New, and click on Key.
- Name the key WindowsUpdate and press Enter.
- Right-click the newly created key, select New, and click on DWORD (32-bit) Value.
- Name the key ExcludeWUDriversInQualityUpdate and press Enter.
- Double-click the newly created DWORD and set the value from 0 to 1.
- Click OK.
At any time you can revert the changes using the same instructions, but on step No. 4, inside the WindowsUpdate (folder) key, make sure to right-click the ExcludeWUDriversInQualityUpdate DWORD and select the Delete option.
