In case others are using WSUS and unable to add the KB5010793 to their WSUS server. On the WSUS server with PowerShell run as Admin: $WsusSrv = Get-WsusServer $WsusSrv.ImportUpdateFromCatalogSite('b278111f-a855-412d-ba3a-26170fdb08eb', 'C:\Users\YourProfileName\Downloads\windows10.0-kb5010793-x64_3bae2e811e2712bd1678a1b8d448b71a8e8c6292.msu')
... View more