The process of how to create a bootable Windows USB Flash Drive on Linux Mint using command line terminal.
This process does not need any external tool to create Windows bootable flash drive on Linux Mint.
Steps:
1. Download Windows ISO file
2. Open Terminal
3. Insert a Flash Drive
4. Make it bootable with following DD command:
sudo dd bs=4M if=[ISO source] of=[Destination Flash Drive] status=progress oflag=sync
A Flash Drive of 8 GB or more can be used to make it Windows bootable. Ensure that there is no data on the flash drive as it will be erased.
You can use this flash drive to install Windows on any computer.
Source: https://www.techsolveprac.com/
Useful Links used in video:
Hastags: #windows #windowsisofile