Hi
Forgot to mention, try this, I managed to get it working after that.
$Path="HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate"
$Name="ManagePreviewBuilds"
if (Get-ItemProperty -Path $Path -Name $Name -ErrorAction Ignore) { Remove-ItemProperty -Path $Path -Name $Name }
$Name="ManagePreviewBuildsPolicyValue"
if (Get-ItemProperty -Path $Path -Name $Name -ErrorAction Ignore) { Remove-ItemProperty -Path $Path -Name $Name }
$Name="DeferFeatureUpdates"
if (Get-ItemProperty -Path $Path -Name $Name -ErrorAction Ignore) { Remove-ItemProperty -Path $Path -Name $Name }
$Name="DeferFeatureUpdatesPeriodInDays"
if (Get-ItemProperty -Path $Path -Name $Name -ErrorAction Ignore) { Remove-ItemProperty -Path $Path -Name $Name }
$Name="BranchReadinessLevel"
if (Get-ItemProperty -Path $Path -Name $Name -ErrorAction Ignore) { Remove-ItemProperty -Path $Path -Name $Name }
$Name="DeferQualityUpdates"
if (Get-ItemProperty -Path $Path -Name $Name -ErrorAction Ignore) { Remove-ItemProperty -Path $Path -Name $Name }
$Name="DeferQualityUpdatesPeriodInDays"
if (Get-ItemProperty -Path $Path -Name $Name -ErrorAction Ignore) { Remove-ItemProperty -Path $Path -Name $Name }
Restart-Service -name wuauserv
& 'C:\Program Files\Windows Defender\MpCmdRun.exe' -SignatureUpdate