Thursday, June 2, 2016

iso/dvd to usb easiest way | put windows iso/dvd/cd to usb drive | anyone can do it

Watch how to do it:



=====================================================
Run "Command Prompt" as admin and type:

diskpart
list disk
select disk 1 (your pendrive)
select partition 1
clean
create partition primary
format FS=Fat32 or format=quick
active
exit
xcopy S:\*.* D: /s/e/f/h

That's it!

Here, S: is your source drive and D: is the destination drive.

Also,
/s Strip " quote characters from command.
/e copies everything, including empty directory structure
/f shows you the files being copied
/h copies hidden and system files
/q does NOT list every file copied, making it go a lot faster


BTW, if you don't have an .ISO but you have a dvd of windows that'll work too, just write the dvd drive letter as a source in your xcopy command.
=====================================================

Subscribe to my youtube channel:
www.youtube.com/channel/UCdB4aLylejjW5Y2Gg-gXzZg

I'm Also On:
Twitter: www.twitter.com/ahmedsarker00
Google+: https://plus.google.com/105707672578419381502
Instagram: www.instagram.com/ahmedsarker
Tumblr: www.tumblr.com/blog/ahmedsarker
Facebook: www.facebook.com/profile.php?id=100012132018998

Checkout My Other Videos:
https://youtu.be/5OyT623R4iM
https://youtu.be/G1RsF2joHZI
https://youtu.be/M_PhZlvhsR4
https://youtu.be/3ZF0MjnQneE
https://youtu.be/w6OJD-Dlik8
https://youtu.be/sRlcwekKpsQ
https://youtu.be/6vJS1YWKqj4
https://youtu.be/9Fn1TVaCZGI

No comments:

Post a Comment