A few different commands to help with PC management
Delete disk partitions and make a disk a single partition
1 Click start and enter cmd
2 on the cmd prompt option right click and select Run as Administrator
3 Enter the commands
diskpart
list disk
select disk No (where No is the number of the disk you want to work on) eg select disk 0
clean
See here for a video explaining