Hi Team, Need your help in figuring the out below issue.
Problem: Windows 10 machines does not download updates. The w10 clients see them, but do not download them.
We have configured such way that, clients' needs to download the WSUS approved Patches from Internet.
WSUS server will download the Catalog, approve the Patches and direct the clients to download and install approved Patches from Internet.
Below screen shot from WSUS configuration.

Client side settings:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://141.202.148.106:8530"
"WUStatusServer"="http://141.202.148.106:8530"
"UpdateServiceUrlAlternate"="http://141.202.148.106:8530"
"ElevateNonAdmins"=dword:00000001
"DisableWindowsUpdateAccess"=dword:00000000
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="Win10"
"SetAutoRestartDeadline"=dword:00000001
"AutoRestartDeadlinePeriodInDays"=dword:00000002
"SetAutoRestartNotificationConfig"=dword:00000001
"AutoRestartNotificationSchedule"=dword:00000078
"SetAutoRestartRequiredNotificationDismissal"=dword:00000001
"AutoRestartRequiredNotificationDismissal"=dword:00000002
"DisableDualScan"=dword:00000001
"SetRestartWarningSchd"=dword:00000001
"ScheduleRestartWarning"=dword:00000004
"ScheduleImminentRestartWarning"=dword:0000000f
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000001
"DetectionFrequency"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"RebootWarningTimeoutEnabled"=dword:00000001
"RebootWarningTimeout"=dword:0000001e
Ravi Ch