3 Adımda Server olay loglarının silinmesi


December 2022 (0) Iptv 7/27/2024


Event Viewer is a built-in Windows application that lets you view all the important events that occur on your PC. Sometimes, you may need to delete old event logs at once if nothing has gone wrong. In this tutorial we’ll show you 3 ways to quickly clear all event logs in Windows 10 Event Viewer.

Method 1: Clear Windows Event Logs Using Event Viewer

Press the Windows + R keys to open the Run dialog, type eventvwr.msc and click OK to open Event Viewer.

On the left sidebar of Event Viewer, expand “Windows Logs” and right-click one of the events categories, then select Clear Log from the menu that comes up.

Click either the “Save and Clear” or the Clear button to confirm.

The event logs will be cleared immediately.

Method 2: Clear Windows Event Logs Using Command Prompt

Open an elevated Command Prompt window. Copy and paste the following command into the Command Prompt, and then hit Enter.
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"

This will delete all types of Windows event logs at once.

Method 3: Clear Windows Event Logs Using PowerShell

Press the Windows logo key + X to open the Quick Link menu, and then click on “Windows PowerShell (Admin)“.

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


Yorum yapabilmek için giriş yapınız

Giriş Yap

Sitede Ara

En Çok Okunanlar

Android Cihazlara POP3 E-Posta Hesabı Kurulumu (1768)
Windows simgelerinde beyaz ikon sorunu ve çözümü (1341)
SQL REPLACE() Kullanımı (898)
Yerel Ağ Bağlantısına girmek istediğimde ''Bağlantı özelliklerine erişmek için yeterli yetkiniz yok.Yöneticinize başvurun'' uyarısı.. (493)
Access violation at address 0518fde4 inmodule NETINFO.dll Read of adress 00000000 (419)
CMD komutları ile Windows Aktivasyonu (375)
PatchCleaner v1.4.2.0 indir Windows Installer Temizleme Programı (361)
MailEnable Webmail Unknown or Disabled User Hatası (352)
Bedava Netflix Hesapları 2022 (Ücretsiz Premium Hesaplar) (352)
Server communication failure. Please refresh your browser and try again. (339)
There is already an object named in the database Cozum (327)
Turbobit Premium Hesaplar Bedava Güncel Üyelikler 2022 (323)
Turbobit Premium Hesaplar Güncel Liste 2022 (320)
Windows 10 Gereksiz Servislerin Kapatılması - Resimli Anlatım (299)
Yazıcı hata kodu 0x0000011b sorun ve cozumu (293)
Windows Bileşen Deposu (WinSxS) Klasörünü Temizleme (279)
Adobe After Effects CC 2019 Full İndir – v16.1.1.4 (237)
Linq ile inner Join Kullanımı (235)
ASP.NET MVC Email Doğrulama Sayfası (Verification) (234)
Dinozor Nesline Son Veren Silen Asteroit Felaketi, Nasıl Gerçekleşti? (223)
3 Adımda Server olay loglarının silinmesi (207)
Windows 10 durdurulabilecek hizmetler (189)
Bedava Turbobit Premium Hesap 2022 (%100 Güncel Hesaplar) (178)
Visual Studio 2017 Dil Ekleme/Değiştirme (175)
Fenerbahçe Beko, 2019 Final Four 'da! MAC OZETI (156)

Son Yorumlar