Accidentally deleted windows event logs, what is file extension?

Hey I accidentally deleted windows logs I needed but I havent wrote anything to the disk and I have a third party file restore program so I was wondering if anyboddy knew the file extension of windows event logs if it was .doc or .log I can't seem to find what it is with google.

1

3 Answers

Please try

C:\Windows\System32\config

In this location, they could be .log, .log1, .log2 or no extension.

This is what it looks like for me:

enter image description here

3

In Windows XP, event logs have extension .evt and are in

windows\system32\config

In Windows 7, event logs have extension .evtx and are in

windows\system32\winevt\Logs

I believe Windows Vista and Windows 8 are both the same as Windows 7, but I don't have a box handy to check.

2

To increase the possibility to find what you are looking for, I suggest to look for

  • .evt files
  • .txt files
  • .log files

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like