Filename | Windows Logs File Cleaner by Team Arizona |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 2/14/2013 |
Label | Penetration |
Action |
Ethical Hacking Institute in Pune
./Arizona Team
well..windows store your each and every activity
and the log files can be viewed ...
if you want to maintain your privacy, you should delete those log files regularly
now how to view and delete event logs ??
easy (-_-)
just
copy the following code in notepad
and save it as "arizona.bat" file
Code:
@echo off
color A
title Arizona log remover by Team Arizona
echo welcome to Arizona events log cleaner :)
pause
FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V
IF (%adminTest%)==(Access) goto Arizona
for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :clear "%%G")
echo.
echo Logs cleard :)
goto Arizona
:clear
and run it as administrator (-_-) that's all
www.arizonainfotech.com
CEH CHFI ECSA ENSA CCNA CCNA SECURITY MCITP RHCE CLOUD ANDROID IPHONE NETWORKING HARDWARE TRAINING INSTITUTE IN
./Arizona Team
well..windows store your each and every activity
and the log files can be viewed ...
if you want to maintain your privacy, you should delete those log files regularly
now how to view and delete event logs ??
easy (-_-)
just
copy the following code in notepad
and save it as "arizona.bat" file
Code:
@echo off
color A
title Arizona log remover by Team Arizona
echo welcome to Arizona events log cleaner :)
pause
FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V
IF (%adminTest%)==(Access) goto Arizona
for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :clear "%%G")
echo.
echo Logs cleard :)
goto Arizona
:clear
and run it as administrator (-_-) that's all
www.arizonainfotech.com
CEH CHFI ECSA ENSA CCNA CCNA SECURITY MCITP RHCE CLOUD ANDROID IPHONE NETWORKING HARDWARE TRAINING INSTITUTE IN