Skip to main content

how to boot windows 10 os to usb

I

                                assalamu alaikum warah..

nasa creation : suhailbinismail.blogspot.com

owner info: Suhail usama

contact us: suhaillbk2000@gmail.com

download


Here's how to create a bootable Windows installation USB drive starting with a Windows .iso file or a Windows Setup DVD.
Note
For new Windows 10 installations, we've got a tool that does this for you. See Download Windows 10.

What you need

  • Windows 10 install .iso or DVD
  • USB flash drive with at least 5GB free space. This drive will be formatted, so make sure it doesn't have any important files on it.
  • Technician PC - Windows PC that you'll use to format the USB flash drive
  • Destination PC - A PC that you'll install Windows on

Step 1 - Format the drive and set the primary partition as active

  1. Connect the USB flash drive to your technician PC.
  2. Open Disk Management: Right-click on Start and choose Disk Management.
  3. Format the partition: Right-click the USB drive partition and choose Format. Select the FAT32 file system to be able to boot either BIOS-based or UEFI-based PCs.
  4. Set the partition as active: Right-click the USB drive partition and click Mark Partition as Active.
    Note
    If Mark Partition as Active isn't available, you can instead use diskpart to select the partition and mark it active.

Step 2 - Copy Windows Setup to the USB flash drive

  1. Use File Explorer to copy and paste the entire contents of the Windows product DVD or ISO to the USB flash drive.
  2. Optional: add an unattend file to automate the installation process. For more information, see Automate Windows Setup.

Step 3 - Install Windows to the new PC

  1. Connect the USB flash drive to a new PC.
  2. Turn on the PC and press the key that opens the boot-device selection menu for the computer, such as the Esc/F10/F12 keys. Select the option that boots the PC from the USB flash drive.
    Windows Setup starts. Follow the instructions to install Windows.
  3. Remove the USB flash drive.

Troubleshooting: file copy fails

This can happen when the Windows image file is over the FAT32 file size limit of 4GB. When this happens:
  1. Copy everything except the Windows image file (sources\install.wim) to the USB drive (either drag and drop, or use this command, where D: is the mounted ISO and E: is the USB flash drive.)
    robocopy D: E: /s /max:3800000000
    
  2. Split the Windows image file into smaller files, and put the smaller files onto the USB drive:
    Dism /Split-Image /ImageFile:D:\sources\install.wim /SWMFile:E:\sources\install.swm /FileSize:3800
    
    Note, Windows Setup automatically installs from this file, so long as you name it install.swm.

Related topics

Windows Setup Technical Reference









Feedback

We'd love to hear your thoughts. Choose the type you'd like to provide:
Product feedback


You may also leave feedback directly on GitHub .
Our new feedback system is built on GitHub Issues. Read about this change in our blog post.
Loading feedback...











Thanks for the feedback!
Comments or suggestions? Tell us here.
Thanks for the feedback!
23.0.222.189
-->

Comments

Popular posts from this blog

sample python codings

suhailusama : nasa creation contact us : suhaillbk2000@gmail.com  owner info : suhailbinismail  country : India 50 Examples Documentation Release 1.0 @suhail usama sep,08,2018 Contents 1 Introduction 3 2 Convert Fahrenheit to Celsius 5 3 Background: Algorithms 9 4 Background: Measuring Complexity 13 5 Simulating The Monty Hall Problem 17 6 Background: Drawing Graphics 23 7 Simulating Planetary Orbits 29 8 Problem: Simulating the Game of Life 35 9 Reference Card: Turtle Graphics 43 10 Indices and tables 45 CHAPTER 1 Introduction Welcome to “50 Examples for Teaching Python”. My goal was to collect interesting short examples of Python programs, examples that tackle a real-world problem and exercise various features of the Python language. I envision this collection as being useful to teachers of Python who want novel examples that will interest their students, and possibly to teachers of mathematics or science who want to apply P...

suhail usama IT

Information technology - Wikipedia Information technology From Wikipedia, the free encyclopedia Jump to navigation Jump to search Not to be confused with Informatics . "IT" redirects here. For other uses, see IT (disambiguation) . "Infotech" redirects here. For the Indian company, see Infotech Enterprises . Information science General aspects Information access   · Information architecture Information management Information retrieval Information seeking   · Information society Knowledge organization   · Ontology   · Taxonomy Philosophy of information Science, technology and society Related fields and sub-fields Bibliometrics   · Categorization Censorship   · Classification Computer data storage   · Cultural studies Data modeling   · Informatics Information technology Intellectual freedom Intellectual property   · ...

Easy to Learn HTML

suhailusama .com nasa creation  contact us : suhaillbk2000@gmail.com THE WORLD'S LARGEST WEB DEVELOPER SITE TUTORIALS  REFERENCES  EXAMPLES    HTML and CSS Learn HTML Learn CSS Learn W3.CSS Learn Colors Learn Bootstrap 3 Learn Bootstrap 4 Learn Icons Learn Graphics Learn How To JavaScript Learn JavaScript Learn jQuery Learn AngularJS Learn JSON Learn AJAX Learn W3.JS Server Side Learn SQL Learn PHP Learn Python Learn ASP Learn Node.js Learn Raspberry Pi Web Building Web Templates Web Statistics Web Certificates Web Editor XML Tutorials Learn XML Learn XML AJAX Learn XML DOM Learn XML DTD Learn XML Schema Learn XSLT Learn XPath Learn XQuery References HTML Reference CSS Reference JS Reference SQL Reference PHP Reference jQuery Reference Python Reference Bootstrap Reference W3.CSS Reference UTF-8 Reference HTML The language for building web pages LEARN HTML   HTML REFERENCE HTML Example: < !DOCTYPE ...