Saturday 21 March 2020

create bootable iso with oscdimg

  1. Copy all the installation file at one place, For Example “D:\windows_install” <path_of_installation_source> .
  2. Specify where you’ll create your ISO and its name, For Example “D:\WIN10.iso”
  3. Run the command line “Deployment and Imaging Tools Environment” as “Administrator”
  4. Use the following command line to create  your ISO
    OSCDIMG.exe -l<disk_label> [options] -b<path_of_etfsboot.com_file> <path_of_installation_source> <path_of_ISO_is_to_be_created_with_filename>
  5. Options Used
  6. For Example: use th following command to create your ISO file
  7. OSCDIMG.exe -lWIN10_OS -m -u2 -bD:\windows_install\boot\etfsboot.com D:\windows_install D:\WIN10.iso