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