@Mikep90
I agree with other guys... but if you want, you could simply clone it using linux and one little command string.
Just run any usb linux live distro (mint, ubuntu, etc), then open a shell and type:
dd if=/dev/sda of=/dev/sdb bs=64M conv=sync
sda is the old drive; sdb is the new one
:)