Hi Mark
Click your Start Button, then just type cmd
On the resulting list, right click Command Prompt and choose 'Run as Administrator'
Run this command and hit Enter:
diskpart
Run this command and hit Enter:
list disk
(Make note of the disk number you want to convert and enter it into the next command - replace X)
Run this command and hit Enter:
select disk X
Run this command and hit Enter:
clean
Run this command and hit Enter:
convert gpt
Then close Command Prompt and open Disk Management
Right click the 'Unallocated Space' on that drive and choose 'New - Simple Volume', accept the defaults and apply that . . .