Skip to main content

Windows Event Log Settings

wevtutil set-log Application /ms:134217728
wevtutil set-log Security /ms:134217728
wevtutil set-log System /ms:134217728
wevtutil set-log Setup /ms:134217728
wevtutil set-log Application /rt:true /ab:true
wevtutil set-log Security /rt:true /ab:true
wevtutil set-log System /rt:true /ab:true
wevtutil set-log Setup /rt:true /ab:true


/ms: maximum size in bytes
/rt: retention
/ab: automatic backup

Popular posts from this blog

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Google Credential Provider for Windows: Notes

Google Credential Provider for Windows® (GCPW) lets users sign in to Windows® devices with the Google Account they use for work. GCPW provides users with a single sign-on experience to Google services and all the security features available with their Google Account.

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5