• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

Delete all Event Logs on Windows to remove activity traces

AnonyViet by AnonyViet
February 4, 2023
in Tips
0

Professionals can rely on Event Logs to monitor computer activity. Especially tracing or troubleshooting problems with Windows and other applications. However, you can also Delete All Event Logs on Windows to remove traces of your activity on your computer. First, you need to learn the Event Logs and Event Viewer:

Join the channel Telegram belong to AnonyViet 👉 Link 👈

Event Viewer is a tool that displays detailed information in the form of an event log about important events on your PC.

Event logs are special files that record important events on your PC. For example when the user logs into the PC or when the application crashes. Whenever these types of events occur, Windows logs the event in Event logs which you can read using EventViewer.

You can consult How to track the time of turning on and off the computer with Event Viewer.

Delete all Event Logs on Windows to remove activity traces

Delete all Event Logs on Windows

  • You must be logged in as Administrator to be able to delete all Event logs.
  • This will not delete Analytics or Debug. If you have them enabled, the wevutl command will return an error, but all other logs will be deleted.
  • Delete all Event Viewer Will delete it too Reliability.

Delete Event Viewer Logs with .bat . file

1. Download the file below to your computer

Clear_Event_Viewer_Logs.bat

2. Unzip the file, there will be a file Clear_Event_Viewer_Logs.bat

3. Right click on the .bat file and select Run as Administrator

4. A command prompt will open to delete event logs. The window will automatically close when finished.

Delete all Event Logs with 1 CMD . command

You open CMD with Adminstrator rights. Copy the command line below and press Enter:

for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"

Delete all Event Logs on Windows with cmd

The process of automatically deleting Event Log will take place, you wait about 1 minute to finish.

Delete Event Viewer Logs with PowerShell

PowerShell can do all the logging in the Event Log very quickly. You open PowerShell and enter the command below:

Get-WinEvent -ListLog * | where {$_.RecordCount} | ForEach-Object -Process { [System.Diagnostics.Eventing.Reader.EventLogSession]::GlobalSession.ClearLog($_.LogName) }

OR

Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }

OR

wevtutil el | Foreach-Object {wevtutil cl "$_"}

Event Log will be deleted. You can close PowerShell when finished.

Delete all Event Viewer Logs with PowerShell

Delete each Event Viewer Logs in Event Viewer

1. Press the Win + R keys to open the Run dialog box, type eventvwr.msc and press OK .

2. Select the type of log you want to delete (eg Application). Log types will be displayed on the left panel of EventViewer.

3. Click Clear Log in the right panel.

Delete all Event Logs on Windows to remove activity traces 4

Or

3. Right click in the log (e.g. Application) that you want to delete in the left pane of Even Viewer. Select Clear Log…

Delete all Event Logs on Windows to remove activity traces 5

The article achieved: 5/5 – (100 votes)

Tags: activitydeleteEventLogsremovetracesWindows
Previous Post

Why are minimalist games so popular?

Next Post

How to properly evolve Pokemon in Pokemon PC game

AnonyViet

AnonyViet

Related Posts

How to change the default font on Windows 10
Tips

How to change the default font on Windows 10

April 13, 2026
5 tips for using a Browser to replace an App (helps save RAM, time and money)
Tips

5 tips for using a Browser to replace an App (helps save RAM, time and money)

April 13, 2026
How to make funny MeMe photos without Photoshop within 10 seconds
Tips

How to make funny MeMe photos without Photoshop within 10 seconds

April 11, 2026
How to quickly design your own Logo without Photoshop
Tips

How to quickly design your own Logo without Photoshop

April 10, 2026
How to convert Website into App on Windows
Tips

How to convert Website into App on Windows

April 9, 2026
Instructions for getting 3 months of Adobe Express Pro for free
Tips

Instructions for getting 3 months of Adobe Express Pro for free

April 9, 2026
Next Post
How to properly evolve Pokemon in Pokemon PC game

How to properly evolve Pokemon in Pokemon PC game

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
How to transfer ChatGPT data to Claude is extremely simple

How to transfer ChatGPT data to Claude is extremely simple

April 16, 2026
How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
How to avoid Adblock detection on Youtube with 4 good tips

How to avoid Adblock detection on Youtube with 4 good tips

April 17, 2026
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

How to add Watermark to Google Docs to protect copyright

How to add Watermark to Google Docs to protect copyright

April 19, 2026
How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

How to intercept traffic using Burp Suite to analyze HTTP/HTTPS

April 18, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply