Folow lang po ha.....
Click start
Type: cmd
Basta hanapin nyu yung cmd then run as administrator
Watataxxx
Click start
Type: cmd
Basta hanapin nyu yung cmd then run as administrator
- Type 'diskpart' on Command Prompt (without quotes) and hit Enter. Wait for a while until the DISKPART program run.
- Type 'list disk' to view active disks on your computer and hit Enter. There would be seen that the active disks shown as Disk 0 for hard drive andDisk 1 for your USB flashdrive with its total capacity.
- Type 'select disk 1' to determine that disk 1 would be processed in the next step then hit Enter.
- Type 'clean' and hit Enter to remove all of data in the drive.
- Type 'create partition primary' and hit Enter. Creating a primary partition and further recognized by Windows as 'partition 1'.
- Type 'select partition 1' an hit Enter. Choosing the 'partition 1' for setting up it as an active partition.
- Type 'active' and hit Enter. Activating current partition.
- Type 'format fs=ntfs quick' and hit Enter. Formatting current partition as NTFS file system quickly.
- Type 'exit' and hit Enter.
Watataxxx
