3 ways to delete all event logs in Windows 10
Event Viewer is an integrated Windows application that allows you to view all the important events happening on your PC. Sometimes, you may need to delete all old event logs at the same time. In this tutorial, TipsMake.com will show you 3 ways to quickly delete all event logs in Windows 10 Event Viewer.
Method 1: Clear the Windows event log with Event Viewer
Press the Win
+ keys R
to open the Run dialog box , type eventvwr.msc and click OK to open Event Viewer.

On the left sidebar of Event Viewer , expand Windows Logs and right-click on one of the event categories, then select Clear Log from the menu that appears.

Click the Save and Clear button or the Clear button to confirm.

The event log will be deleted immediately.
Method 2: Clear the Windows event log with Command Prompt
Open a Command Prompt window with admin rights. Copy and paste the following command into the Command Prompt, then press Enter
.
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"

This command will delete all types of Windows event logs at the same time.
Method 3: Clear the Windows event log with PowerShell
Press the Win
+ key X
to open the Quick Link menu , then click Windows PowerShell (Admin) .

To delete all event logs in Windows 10, just enter the command below and press Enter
.
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }

You should read it
- Steps to use Event Viewer in Windows 10
- How to access Event Viewer in Windows 10
- Event handling in jQuery
- Event (Event) in C #
- Look up the Event ID from Event Viewer with the free tool
- Fix Event ID 454 error on Windows 10
- Apple issued an invitation for the event on September 9, 2014
- The best Event log software and analysis tools
May be interested
- How to access Event Viewer in Windows 10with the help of event viewer, you can view the events that happened on your computer. this article introduces 6 methods to open the event viewer application on windows 10. please read the reference!
- Event (Event) in JavaScriptjavascript interaction with hmtl is handled through events that occur when the user or browser manipulates a page.
- Delete the most 'stubborn' files on Windowsdelete stubborn files, delete files that cannot be erased to free up memory, and prevent computer trash. but how to delete these stubborn files? please read our instructions below.
- 4 ways to remove TPM on Windows 11the trusted platform module (tpm) is a security chip that helps protect your computer from malware and other attacks.
- How to prevent YouTube from saving activity logsyoutube activity history such as watched videos, searched videos, . are all saved by youtube so that viewers can search for information or video content they want to know.
- Windows 11 event: When, how to watch live and what to expecton june 24, microsoft will hold an event about the 'next generation of windows'. microsoft is supposed to announce windows 11 and here's how to see windows 11 live and what to expect.
- How to remove a CD drive that no longer exists in Windows 10in this article, tipsmake tech easier readers discover ways to delete a cd that no longer exists in windows 10. let's find out right now!
- Applications that require SMS access and call logs will be removed from Google Play Store by Googlethe search giant has made a decision that it will not allow programmers to launch applications that require access to sms or call logs on play store.
- What is Old Window? How to delete Windows.old quicklyso what is windows old and how to delete windows.old? join tipsmake to reveal 5 effective ways to delete old windows on windows 10!
- How to delete location history on Windows 11if you want to delete location history on windows 11, tipsmake.com will send you two ways to do it. the first way is using windows settings and the second way is using the windows maps application.