Hello, i have used kali liux two months, but i need install windows 10, so i need to flash it on usb, but it's too difficult, i search one week without stop, but i don't find any solution, can anyone help me ?
WoeUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. It is a fork of Congelli501's WinUSB. - slacka/WoeUSB
use dd command.
download windows image in, let's say your Download dir, plug your usb thump disk, let's say /dev/sdb
and run
sudo dd if=Download/your/path/to/windows.iso of=/dev/sdb status=progress