I have an application that has created a number of custom event log sources to help filter its output. How can I delete the custom sources from the machine WITHOUT writing a
What about using Powershell?
Remove-EventLog -LogName "Custom log name" Remove-EventLog -Source "Custom source name"