how to prepare as bootable usb for windows 10 in ubuntu code example
Example: 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
sudo dd bs=4M if=/home/praveen/Downloads/Win10_21H1_EnglishInternational_x32.iso of=/dev/sda1 status=progress oflag=sync