In case I forgot, here are the steps to clean up the windows update leftover(Make sure you know what you’re doing!! After you done the following, no updates can be uninstalled!!)
- Run “cmd” as administrator
- Stop Windows Update Service by command: “net stop wuauserv”
- Run command: “rd /s %windir%\SoftwareDistribution”
- Restart Windows Update Service by command: “net start wuauserv”
