Tuesday, 13 March 2018

Clear eventlogs in Windows 10 via commandline

My experience sometimes improve the performance a little bit if you clear the eventlog. You can do it with the following command in elevated mode from powershell:
$ wevtutil el | Foreach-Object {wevtutil cl “$_”}

For example this clearing fixed installed sluggish TortoiseGit.

No comments:

Post a Comment