There are other ways to disable automatic driver updates that work pretty well, but those options don’t prevent the installation of those drivers whose device IDs, device instance IDs, and device classes are added in Group Policy for automatic installation. If you want to prevent the automatic updates of all the drivers, then you can try the options covered in this post.

Block Driver Updates via Windows Quality Update

You can exclude driver updates with Windows Quality Updates in two native ways: Let’s check both of these options.

1] Using Group Policy

This feature is present in Pro and Enterprise editions of Windows 10. Home edition users need to add Group Policy Editor in Home Edition first so that they can use this feature. Here are the steps: First of all, you need to open Group Policy using the Search box or other ways. Now access the Windows Update folder in Group Policy. The path is: Computer Configuration > Administrative Templates > Windows Components > Windows Update

On the right-hand section, scroll down and double-click on Do not include drivers with Windows Updates setting. A new window is opened. There, click on the Enabled radio button. Save your changes using the OK button.

The new setting is applied and Windows updates won’t include updates for drivers. To undo the changes or enable the driver updates again, just follow the above steps, and use the Not Configured/Disabled radio button. Save the changes.

2] Using Registry Editor

Before using this feature, take a backup of Registry so that you can restore it later if something wrong happens. After that, use these steps: At first, open Windows 10 Registry Editor. In Registry Editor, access Windows key. Its path is as follows:

In Windows key, create a new Registry key, and set its name to WindowsUpdate.

Under that WindowsUpdate key, create a DWORD value. To create it, right-click on the empty area, access the New menu, and use the DWORD (32-bit) Value option. After creating it, rename this value to ExcludeWUDriversInQualityUpdate.

Now double-click on that value. When a small box is visible, enter 1 in the Value data box, and press OK. Finally, restart the PC to successfully apply this new setting.

To enable driver updates again in Windows 10 quality updates, you can follow the above-mentioned steps, enter 0 in Value data, and use the OK button. Restart PC to apply the changes. That’s all! Hope these two ways will be helpful for you to disable or turn off downloading driver updates with Windows updates.