Creating bootable usb using woeusb in linux

We will require a usb drive of minimum 8GB, Download the windows iso from this link

Format the usb drive to ntfs either from diskpart(windows) or gparted(linux)

Installing Woeusb

sudo add-apt-repository ppa:tomtomtom/woeusb
sudo apt update

sudo apt install woeusb
sudo apt install woeusb-frontend-wxgtk

Determine the usb device by looking at the Gparted app for eg my device was /dev/sdc

Also give the location of your downloaded iso, in my case it is Downloads/windows.iso

Writing ISO

sudo woeusb --target-filesystem NTFS --device Downloads/windows10.iso /dev/sdc