Note that clearing the update history does not uninstall any updates.
- Open Windows Settings.
- Click ‘Update & Security’.
- Click ‘View installed update history’.
- Open an elevated command prompt.
- Type ‘net stop wuauserv’ to stop the Windows Update Service.
- Type ‘net stop bits’ to stop the Background Intelligent
Transfer Service.
- Type ‘del
"%systemroot%\SoftwareDistribution\DataStore\Logs\edb.log"’
to delete the update history.
- If you wish, you can delete everything in the
‘SoftwareDistribution’ folder.
- Type ‘net start wuauserv’ to start the Windows Update
Service.
- Type ‘net start bits’ to start the Background Intelligent
Transfer Service.
- Close the elevated command prompt.