0

I need to track unexpected restarts of an industrial system that uses UWF in Windows 10 LTSC, but I noticed that the Logs are cleaned when the system restarts, leaving only the last ones recorded when UWF was disabled.

How can I include the Windows Event Log in UWF exclusions?

dwpessoa
  • 111

1 Answers1

1

I found the solution... Just add the exclusions to the paths below:

uwfmgr file add-exclusion "C:\Windows\System32\winevt\Logs"
uwfmgr file add-exclusion "C:\Windows\assembly"
dwpessoa
  • 111