Difference between revisions of "How to clear all events logs in Windows 7 & 2008 systems"

From Tech-Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Microsoft]]
 
[[Category:Microsoft]]
 +
'''[[Microsoft#Misc|Back to Misc]]'''
 +
  
 
How to clear all events in event viewer logs for Windows 7 and 2008 operating systems.  
 
How to clear all events in event viewer logs for Windows 7 and 2008 operating systems.  

Revision as of 10:16, 24 August 2016

Back to Misc


How to clear all events in event viewer logs for Windows 7 and 2008 operating systems.

From Administrator Command Prompt.

C:\Windows\system32>for /f %x in ('wevtutil el') do wevtutil cl "%x"