I fixed the problem by creating a new registry entry for the log: (HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ EventLog \ LOGNAME).
Did it by .. (on a Windows 2008 R2 server).
1) Right-click on the parent folder (eventlog) β Create β Key
2) Name the key as the evtx file found in (C: \ Windows \ System32 \ winevt \ Logs \ LOGNAME)
3) In the right pane of the registry explorer, right-click β new β Extensible string value
4) Name the newly created REG_EXPAND_SZ "File"
5) Right-click the name "File"
6) Change
7) In the "Value data" field, add the path to the evtx file, for example
(% SystemRoot% \ System32 \ winevt \ Logs \ ForwardedEvents.evtx)
LinksTune
source share