Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # https://rwmj.wordpress.com/2010/11/04/customizing-a-windows-7-install-iso/
  2. $ dd if=../en_windows_10_x64_dvd.iso
  3. of=boot.img bs=2048 count=8 skip=734
  4.  
  5. $ mkisofs -o ../new-win.iso -b boot.img -no-emul-boot -c BOOT.CAT
  6. -iso-level 2 -udf
  7. -J -l -D -N -joliet-long -relaxed-filenames .
  8.  
  9. dd if=/home/masi/Downloads/en_windows_10_multiple_editions_version_1511_x64_dvd.iso of=/home/masi/Downloads/boot.img bs=2048 count=8 skip=734
  10. 8+0 records in
  11. 8+0 records out
  12. 16384 bytes (16 kB) copied, 0.000392973 s, 41.7 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement