Skip to content

Sys\_ClearEventlog

This function clears the specified part of the eventlog

Sys_ClearEventlog(sType, bCreateBackup) As Boolean

sType (String)

Type of Event. Can be Application, System or Security

bCreateBackup (Boolean)

Create a backup. Backup will be placed in %WinDir%\System32\EventlogBackup\<TYPE>_<DATE>.evt

VBScript

If bStatus Then bStatus = Sys_ClearEventlog("Application", False)
If bStatus Then bStatus = Sys_ClearEventlog("Security", True)
If bStatus Then bStatus = Sys_ClearEventlog("System", False)

Scripting Guidelines

Sys_WaitForProcess Sys_Sleep Sys_KillProcess Sys_GetProcessOwner Sys_CompareProcessOwner