Windows 10: How do you reset a USB flash drive back to factory settings?

Discus and support How do you reset a USB flash drive back to factory settings? in Windows 10 Drivers and Hardware to solve the problem; Hi All, Ive a couple of USB flash drives that I'd like to wipe clean and factory set them back to the way they were when I bought them. What is the... Discussion in 'Windows 10 Drivers and Hardware' started by sportsfan148, Jan 22, 2018.

  1. How do you reset a USB flash drive back to factory settings?


    Hi All,
    Ive a couple of USB flash drives that I'd like to wipe clean and factory set them back to the way they were when I bought them. What is the correct way to do it with Diskpart? I know you can format the drive but I want to set everything up..partitions etc back to the way they were.
    I have some instructions I use when using Diskpart to create a bootable USB flash drive to install Windows 10. Are they the same for factory resetting a USB flash drive?
    diskpart
    list disk
    select disk #
    clean
    create partition primary
    format fs=fat32 quick
    active
    exit

    There is another command-Assign that I know can be added after Active. How exactly does that work? I want my flash drives to dynamically assign drive letters each time they're inserted-I don't want a fixed drive letter. Will the assign command set the drive letter as dynamic? Or does Assign set the drive letter to the next available letter and Fix it on whatever drive letter that is? In my case C: is system drive and D: is DVDRW drive. I want it to be dynamically using E: but not fixed on it ..if you understand what I mean How do you reset a USB flash drive back to factory settings? :)
    Ive looked under detail volume for the flash drives and there's a No Default Drive Letter option but I'm not sure really what that means. Obviously it looks like it has Yes/No choice. Can anybody enlighten me a bit on what that means?

    :)
     
    sportsfan148, Jan 22, 2018
    #1
  2. Hongri Win User

    Losing, forgetting log in password for PC.

    I do not have a password recovery USB flash drive. How can i factory reset if i cannot log in to my homepage? What are my options.
     
    Hongri, Jan 22, 2018
    #2
  3. Do you have to format a USB flash drive manually in windows before downloading the Windows Media Creation Tool?

    I've never had to format one. FAT32 has been the format for all the flash drives I've had, but I can't speak for those over 64 GB. I don't remember the exact amount of free space you need. I think 8 GB should be enough, but you'd certainly be OK if
    you have 16 GB or more free. Since you can buy 32 GB ones for $9 these days, that shouldn't be a problem.
     
    Hula_Baloo, Jan 22, 2018
    #3
  4. How do you reset a USB flash drive back to factory settings?

    You can use Disk Management console to manage all attached storage drives. You can delete, create and format a partition from Disk Management console. Open the Disk Management console by typing Diskmgmt.msc into Start Menu.
     
    FreeBooter, Jan 22, 2018
    #4
  5. lx07 Win User
    Usually they are mbr partition table (not gpt), FAT32 and usually not marked active (active means a legacy BIOS based PC will boot it).

    I'd make sure they are mbr not gpt, drop the "quick" so as to write zeros over the disk and not mark them active. Like this:

    diskpart
    list disk
    select disk #
    clean
    convert mbr
    create partition primary
    format fs=fat32 quick
    active
    exit

    It assigns the next free letter to the Windows PC you are running it on. So if you plug in a USB key and it assigns it letter J in File Explorer it will (try to) reserve this letter for that USB so next time you plug it in it gets the same letter. It doesn't write anything to the USB only in HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices on the PC concerned.
     
  6. As far as I'm aware the Disk Management Console doesn't contain the equivalent of the Clean command in Diskpart. I don't think Delete Volume fully does that. I have GPT formatting on one of the drives and need that back to MBR so that's why I'm asking about using Diskpart for the whole procedure
     
    sportsfan148, Jan 22, 2018
    #6
  7. If we are talking about USB flash drive far as i know USB flash drive cannot be converted as a GPT disk partition format.

    Disk Management console can delete partition same way if you were to execute Clean command but Clean All command will delete all partitions and writes zero to entire drive but it takes too much time.
     
    FreeBooter, Jan 22, 2018
    #7
  8. lx07 Win User

    How do you reset a USB flash drive back to factory settings?

    Sure they can.

    "Clean" destroys the partition table. There is also "Clean all" which zeros the disk. If you are formatting after without "quick" option it doesn't matter but...

    GPT has a second (backup) partition table at the end of the disk and I'm not sure if clean deletes that. If you just "clean", "convert mbr" and then format with "quick" the first partition table will be will be overwritten certainly. If you omitted the "quick" the second backup partition table would also be overwritten and could not be retrieved. If you did a "quick" format as mbr knows nothing about the second backup gpt structure it could in theory be retrieved.

    You can't use disk management to do this - you must use diskpart (or third party tool but there is no point really).
     
  9. Bree New Member
    Exactly the way they were when you bought them may not be possible. Many USB flash drives came formatted without using a boot record of any sort. The only way I know to 'factory reset' to original manufacturer's condition is to restore an image I took before I first used them.

    Your Diskpart commands will make the USB look clean and empty, but it will have created an MBR for the partition. This is not strictly 'as bought', but close enough for most purposes - in fact, in some ways it's better. A USB without a MBR cannot be managed in Disk Management, it needs a partition table to manipulate.
     
  10. Just to clarify for me...Would the letter J example you use be a Dynamically assigned letter (not fixed) ? By that I mean if one day I have another USB plugged in that is using letter J and then I inserted the drive that had been given the letter J by the Assign command...would it then dynamically assign it with the letter K (and not treat the assigned letter J as if it was a fixed letter)

    Have you any idea about what exactly "No Default Drive Letter" means exactly when you select detail volume?
     
    sportsfan148, Jan 22, 2018
    #10
  11. Rufus conveted it to GPT format for my UEFI laptop
     
    sportsfan148, Jan 22, 2018
    #11
  12. Thanks for that mate. I'm just trying to ensure I get rid of all the GPT partitioning completely. I thought that there wasn't a way of cleaning a disk in Disk Management but I wasn't sure.

    Can you clarify for me what exactly the Assign command does. I only want a dynamically assigned drive letter for my USB flash drive. I don't want the letter to be a fixed drive letter which might cause issues in the future if other flash drives are plugged in at the same time
     
    sportsfan148, Jan 22, 2018
    #12
  13. Bree New Member

    How do you reset a USB flash drive back to factory settings?

    More on that, with examples, here....
    Cumulative Update KB4048955 Windows 10 v1709 Build 16299.64 (post #96)
     
  14. Thanks for that Bree I'm also seeking some clarification on exactly what the Assign command does? I only want a dynamically assigned drive letter for my flash drives (not a fixed letter). Does the Assign command set a dynamic letter...or does it set the drive to the next available letter and fix it on that drive letter?
     
    sportsfan148, Jan 22, 2018
    #14
  15. Assigns a drive letter or mounted folder pathname to the volume with focus. You don't need to worry about connecting any other storage drive Windows will assign a new drive letter to newly connected storage drive.
     
    FreeBooter, Jan 22, 2018
    #15
Thema:

How do you reset a USB flash drive back to factory settings?

Loading...
  1. How do you reset a USB flash drive back to factory settings? - Similar Threads - reset USB flash

  2. How do you insert a USB flash drive to a windows 11 PC?

    in Windows 10 Software and Apps
    How do you insert a USB flash drive to a windows 11 PC?: Hello, I was wondering how to insert a USB flash drive to a windows 11 PC? https://answers.microsoft.com/en-us/windows/forum/all/how-do-you-insert-a-usb-flash-drive-to-a-windows/9214092c-4b89-41fe-aca9-400754278e27
  3. How do I reset to factory settings?

    in Windows 10 Installation and Upgrade
    How do I reset to factory settings?: I've been trying for over a week to install VersaWorks 6 for my 64" vinyl printer and Windows 10 keeps giving me error 1935. I've had enough and just want to wipe it so I can start over. I've tried all of the fixes for error 1935 and none of them worked. I give up....
  4. How do I reset to factory settings?

    in Windows 10 Gaming
    How do I reset to factory settings?: I've been trying for over a week to install VersaWorks 6 for my 64" vinyl printer and Windows 10 keeps giving me error 1935. I've had enough and just want to wipe it so I can start over. I've tried all of the fixes for error 1935 and none of them worked. I give up....
  5. How do I reset to factory settings?

    in Windows 10 Software and Apps
    How do I reset to factory settings?: I've been trying for over a week to install VersaWorks 6 for my 64" vinyl printer and Windows 10 keeps giving me error 1935. I've had enough and just want to wipe it so I can start over. I've tried all of the fixes for error 1935 and none of them worked. I give up....
  6. How do I reset my display scaling back to factory settings?

    in Windows 10 Customization
    How do I reset my display scaling back to factory settings?: Someone please help me. My Lenovo Ideapad 5 14ARE 05 81 Windows 10 thinks that I have had multiple monitors attached to it. I have not and it's gone crazy. In Windows everything is almost normal but the font is very small. On the web everything is huge with tiny font....
  7. how do I reset my computer back to factory settings

    in Windows 10 Customization
    how do I reset my computer back to factory settings: I want to reset my computer to factory settings in order to sell it. How do I do that??? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-reset-my-computer-back-to-factory/c340b07b-66d5-4272-90f6-7f2bbacc0590
  8. Back up to USB Flash drive

    in Windows 10 Backup and Restore
    Back up to USB Flash drive: When backing up my laptop I use the Windows 7 back up procedure in control panel to create a system image to a usb hard drive. I recently advised my mate that he should do the same with his laptop so he purchased a 256gb USB flash drive. When we attempt to do the back up of...
  9. Remove GPT partition and Reset USB flash drive back to factory setting

    in Windows 10 Drivers and Hardware
    Remove GPT partition and Reset USB flash drive back to factory setting: Hi, I have a USB flash drive that has previously been used by Rufus so it has a GPT partition style. I'd like to wipe it clean and put it back to factory settings (MBR partition, FAT32 etc). Ive been told before that GPT has a second (backup) partition table at the end of the...
  10. Remove GPT partition and Reset USB flash drive back to factory setting

    in Windows 10 Support
    Remove GPT partition and Reset USB flash drive back to factory setting: Hi, I have a USB flash drive that has previously been used by Rufus so it has a GPT partition style. I'd like to wipe it clean and put it back to factory settings (MBR partition, FAT32 etc). Ive been told before that GPT has a second (backup) partition table at the end of the...

Users found this page by searching for:

  1. usb flash drive factory reset

    ,
  2. how do you reset a flash drive to original settings

    ,
  3. factory reset a gpt flash drive