Answers for "create usb install windows 10 on ubuntu"

2

create windows 10 bootable usb in ubuntu

sudo dd bs=4M if=/home/praveen/Downloads/Win10_21H1_EnglishInternational_x32.iso of=/dev/sda1 status=progress oflag=sync
Posted by: Guest on June-08-2021
0

creating windows 10 usb on ubuntu

sudo add-apt-repository ppa:tomtomtom/woeusb
Posted by: Guest on April-30-2021
0

create usb install windows 10 on ubuntu

sudo dd bs=4M if=~/Downloads/Win10_21H1_English_x64.iso of=/dev/sda1 status=progress oflag=sync
Posted by: Guest on July-27-2021

Code answers related to "create usb install windows 10 on ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language