Hi Winterstorm,
I thought that "Tweaks" Name="Modern UI - Apps - Settings - Windows Updates - Disable include driver updates" Selected="true" leads to Windows Update not downloading driver updates. Unfortunately it seems this is not the case (at least with the latest Windows 10 20H1+ versions).
Here are the needed reg keys:
Best regards,
Markus
I thought that "Tweaks" Name="Modern UI - Apps - Settings - Windows Updates - Disable include driver updates" Selected="true" leads to Windows Update not downloading driver updates. Unfortunately it seems this is not the case (at least with the latest Windows 10 20H1+ versions).
Here are the needed reg keys:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Update]
"ExcludeWUDriversInQualityUpdate"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Update]
"ExcludeWUDriversInQualityUpdate"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Update\ExcludeWUDriversInQualityUpdate]
"value"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"ExcludeWUDriversInQualityUpdate"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=dword:00000001
Best regards,
Markus