I’m wondering what available Diskpart commands you can use for/on Windows XP. I’m just trying to do the basics that I use on every other Windows install:
diskpart
list disk
select disk X
clean
create partition primary
format fs=ntfs quick
assign
It gets stuck at the second line, basically saying it doesn’t understand it
Basically just trying to get a USB drive ready for next use
Any ideas?