I downloaded this script off here i think can somebody tell me what it does and is it useful,must be getting old i cant remember @echo off FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V IF (%adminTest%)==(Access) goto noAdmin for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call o_clear "%%G") echo. echo goto theEnd o_clear echo clearing %1 wevtutil.exe cl %1 goto :eof :noAdmin exit Thank You