How To Perform Clean Format of Windows

/
0 Comments


1. Run command prompt as admin.
2. Type LIST DISK command and note down the disk number. Check the storage to know exactly which one of the disk you want to perform the clean format.
3. Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.

Below are the commands you need to type and execute one by one:
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS (Format process may take times up to several hours)
ASSIGN
EXIT
(all of these commands are not case sensitive)

All of these steps can be used to remove GPT in Windows 8 which preventing you to install a new OS from CD or any bootable media.

Actually these steps quiet useful for me and it always saving my computer depend on the situation.


You may also like

No comments:

About