Showing posts with label Windows Disk Partition. Show all posts
Showing posts with label Windows Disk Partition. Show all posts

Wednesday, 28 September 2016

Windows Disk Partition

Image result for Windows Disk Partition 


Windows Disk Partition

1st System

Shift + F10

C:
 
diskpart
 
list
 
list disk
 
select disk 0
 
clean
 
create partition primary
 
active
 
format fs=ntfs quick
 
assign
 
exit
 
exit

:::::::::::::::::::::::::::::::::::::::::::::: 

2nd System

Shift + F10

diskpart
 
list
 
disk list
 
select disk 0
 
clean
 
exit