8 July 2019

To create windows usb, you need to download windows iso from microsoft homepage https://www.microsoft.com/software-download/windows10. Then format your min 8GB usb stick using FAT32 file system. Then open the iso file with 7zip or mount the iso. Then just copy all files to the stick.

Source code viewer
  1. # Step by step:
  2. # Download Windows from https://www.microsoft.com/software-download/windows10.
  3. # Format your usb stick using FAT32 file system.
  4. # Unzip or mount the .iso and copy all files to your USB stick.
  5. # Now you can boot from Windows USB disk and run the setup.
Programming Language: Bash