This post explains why the Windows 7 USB/DVD Download Tool (WUDT) is unable to copy the install files to the USB drive in some cases. The tool allows you to create a copy of your Windows 7 ISO file on a USB flash drive.
Latest posts by Michael Pietroforte (see all)

Update: If you have problems Windows 7 USB/DVD Download Tool you can try the free alternative Rufus. The most powerful tool for creating a bootable Windows setup flash drive is WinSetupFromUSB.

You might have heard of the stir that Microsoft's Windows 7 USB/DVD Download Tool (WUDT) caused last year when some Open Source watchmen recognized that the tool contained code that violated the GPL. Microsoft was then "forced" to release WUDT under GPLv2. Considering the upset in the media about this incident, I expected a luxurious tool that comes with lots of customization features. I was somewhat disappointed to discover it does nothing else but copy the contents of a Windows 7 install DVD to a USB stick and make it bootable.

Windows-7-USB-DVD-Download Tool-WUDT

The funny thing is that WUDT even failed to perform this simple task with my no-name USB stick. This message was the only thing that the Open Source tool could do for me:

We were unable to copy your files. Please check your USB device and the selected ISO file and try again.

At least, my cheap stick wasn't the cause because everything worked perfectly when I manually did the job (hopefully without violating any Open Source laws). So, I thought, I would write this post for those who might run into the same problems and think they need to buy another USB stick. After all, this is Microsoft software and there are not many options to integrate bugs in such a simple tool.

Anyway, here is what you have to do. Launch a command prompt with admin rights and run the diskpart tool. Note: Before you run these commands read the warning below!

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

The "list disk" command will show you the connected drives and with "select disk", you can choose your USB stick.

WARNING: Be careful to select the right drive or else your day won't have a happy end because if you select the wrong drive you will lose all your data on this drive!

The crucial step here is the "clean" command. It overwrites the MBR and the partition table (thereby, deleting everything on the stick). My guess is that WUDT misses this step and only formats the flash drive. It appears my memory stick had some odd partitions (which is not uncommon). When I tried WUDT again with this prepared stick, the Open Source tool mastered its task without further murmur.

By the way, this is also the reason why you shouldn't use the Windows Disk Management applet to prepare the USB stick. This GUI doesn't offer a clean command.

After you prepare the stick, you have to copy the contents of your Windows 7 DVD to the thumb drive, and you are done. If you only have an ISO file, you can use Virtual CloneDrive to mount the Windows 7 install DVD first.

Instead of formatting the partition with FAT32, you can also use NTFS (like WUDT does), but then you need an extra step to make the drive bootable:

Bootsect.exe /nt60 X:

"X:" is the drive letter of your USB stick. Bootsect.exe can be found on the Windows 7 DVD in the boot folder. However, I can't really recommend using NTFS. My USB stick, at least, appeared to be slower with NTFS.

344 Comments
  1. dhanabal 10 years ago

    Thanks… its working now…. 🙂

  2. thanks 10 years ago

    I’ve got the same error, and this diskpart command really saves my time. thanks man!

  3. emilian 10 years ago

    great piece of information. it works perfctly now.
    best regards!!!

  4. Sorush 10 years ago

    Guys make sure you have disabled your antivirus!
    I am using Avira Free antivirus and when I perform the procedure, the program become failed! After disabling my Avira the program done its job perfectly!

  5. DTruck 10 years ago

    You sir, are a gentleman and a scholar. I couldn’t figure out why my “formatted” usb drive would not copy an image over. Works perfectly now.

  6. Claude 10 years ago

    Disabling the antivirus (Trendmicro Officescan) solved the problem.

    Thank you.

  7. David 10 years ago

    Works Fine, I also had to deactive Avira!

  8. michael 10 years ago

    Thx this helped me out

  9. Chai 10 years ago

    you are the best. Thanks a lot

  10. v0m1t 10 years ago

    this method worked to get around the error message, thanks a lot!

  11. monkeh88 10 years ago

    this worked perfectly

  12. punwin1 10 years ago

    Thanks; this got me sorted after a few frustrating failed attempts to create an installer USB stick.

  13. Saz 10 years ago

    Didn’t work for me. Manually copying the contents of the DVD after using Diskpart does not create a bootable install USB drive. I used UltraIso http://www.intowindows.com/how-to-use-ultraiso-software-to-create-bootable-usb-flash-drive/ It prepared the drive in about 4 minutes and it works perfectly.

  14. Dario 10 years ago

    Thank you so much,this solved my problem! 😀

  15. Snitch 10 years ago

    Great article… worked like a dream.
    Thanks!

  16. Noah Dionisio Silveira 10 years ago

    Brilliant.!
    I was wondering it was a problem with my pendrive..
    Working now.. Thanks a ton.!

  17. Arild 10 years ago

    Thanks. Worked great after following your guide!

  18. Daniel 9 years ago

    Like a charm, no fuzz at all. Thanks

  19. Gyber 9 years ago

    Thanks it worked!

  20. steve 9 years ago

    Worked like a charm!! Thanks!!

  21. wewa 9 years ago

    Watch out!
    The WinToFlash utility recommended halfway thru the comments, loads a ton of spyware on your windows even when you choose NO, DO NOT INSTALL during the installation.
    OptimizerPro, LiveSupport, Search, etc. Use something else!

  22. Oposum 9 years ago

    Thank you very much. Have tried many ways to format, but after hours of searching only this worked!

  23. sid 9 years ago

    I am trying your advice now.. I hope it work 🙁

  24. Nick Jones 9 years ago

    Ledge!! Works like a charm. Cheers.

  25. sandeep 9 years ago

    Thanks.. it worked for me

Leave a reply to Nick Jones Click here to cancel the reply

Please enclose code in pre tags

Your email address will not be published. Required fields are marked *

*

© 4sysops 2006 - 2023

CONTACT US

Please ask IT administration questions in the forums. Any other messages are welcome.

Sending

Log in with your credentials

or    

Forgot your details?

Create Account