Forum Discussion
James6
Nov 20, 2025Occasional Reader
Cannot delete the windows upgrade log files
I just downloaded the 23h2 version a couple days ago, I tried deleting the log files in the setting app and in disk cleanup but it always still stays there, when I use disk cleanup to clean it th...
Easion
Nov 21, 2025Iron Contributor
wevtutil el (this will list all the logs)
wevtutil cl + the name of the log you want to delete
To delete all the log files on your Windows computer, type the following commands and press “Enter:
cd/
cd windows
del *.log /a /s /q /f
James6
Nov 21, 2025Occasional Reader
How/where do I type the commands, also pls put the exact command that I need to type between brackets so there won't be any mistakes