Can someone tell me how to delete Event Logs on Windows Server 2003? I have a number of application logs in the Event Viewer - how can these be removed?

I've tried disabling the Event Log service on startup and removing the physical .evt files from

C:\Windows\system32\config

But when I enable the Event Log service and reboot the files are returned.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Found the answer:

Go to[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog]and delete your custom log folder.

link|improve this answer
feedback

Choosing Action — Clear all Events in Event Viewer seems a much easier option.

link|improve this answer
That only clears the events in the log - I want to delete the log itself. – Jimmy C Jun 21 '11 at 13:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.