Deleting update history

Joined
Nov 23, 2016
Messages
63
Reaction score
6
Hi, further to my earlier post re. deleting update history, can anyone give me a definitive command to enter after I have stopped the service. I have used 2 differnt commands for this but neither have deleted the history. i'm guessing there are others. The commands to stop and restart the sevice work fine.
 
Joined
Apr 25, 2024
Messages
13
Reaction score
1
After stopping the Windows Update service, you can use the following command to delete the update history: del /q /f %windir%\SoftwareDistribution\*. This clears the update cache. After running it, restart the Windows Update service
 
Joined
May 5, 2020
Messages
15
Reaction score
1
If the previous commands didn’t work, try rd /s /q %windir%\SoftwareDistribution to remove the entire SoftwareDistribution folder and then restart the Windows Update service. This will clear the update history and reset the folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top