New
#100
If I look at "C:\Windows\WindowsUpdate.log" it says
When I run the Get-WindowsUpdateLog PowerShell command I get the converted WindowsUpdate.log on my Desktop. The problem is it does not contain any information from the previous day, it starts at midnight,. In many cases I start the update before I go to bed then check on it in the morning and most times it's completed okay but I don't know how long it took. If the etl files in C:\Windows\logs spanned more than one day the information would be available.Code:Windows Update logs are now generated using ETW (Event Tracing for Windows). Please run the Get-WindowsUpdateLog PowerShell command to convert ETW traces into a readable WindowsUpdate.log. For more information, please visit https://go.microsoft.com/fwlink/?LinkId=518345
Any idea why MS chose to save only a single days data in these log files?