Wednesday, November 25, 2015

How To Format Drive Through Command Prompt...



Step1: Open Cmd with administrator priviledge by using Run As Administrator. Command will open in admin mode like this.


Step2: Run following command, suppose i m going to format f: drive then command will be

           format  f: /fs:fat32 /q        (format with FAT32 File System)
           format  f: /fs:ntfs   /q        (format with NTFS File System)

then system will ask for volume name and press for confirmation and press enter.



Done!!!

No comments:

QUESTIONS FOR CAMPUS INTERVIEW with answers 65

Q1:- Differentiate between RAM and ROM? RAM stands for Random Access Memory. It can store information and have new information stored o...