Undoing mem test usb

Soldato
Joined
14 Jul 2005
Posts
9,348
Location
Birmingham
Hi

I have a USB stick with mem test on it. The installation of mem test did something to the USB stick and reduced its available capacity. I want to restore the USB to original size. Any ideas?

Thanks.
 
try the following

load command prompt and try the following

1. type diskpart
2. list disk
3. select disk # (make sure you select the USB drive)
4. clean
5. create partition primary
6. select partition 1
7. active
8. format FS=NTFS label=USB Stick
9. exit
 
Need to use diskpart and the clean command as already stated, windows disk management wont delete the memtest partition.
 
Back
Top Bottom