anonymous user
Thank you for posting in Microsoft Q&A forum.
Please try the workaround to see if it helps:
In powershell:
$Config = (Get-WsusServer).GetConfiguration()
$Config.BitsDownloadPriorityForeground = $True
$Config.Save()
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.