Give it a Windows ISO and make it compatible for FAT32 by splitting the install.wim
Run as administrator
irm "https://raw.githubusercontent.com/ashwindeivak/Windows-Image-Splitter/refs/heads/main/win-iso-splitter.ps1" | iexThis tool can auto-install latest Windows ADK and the PE add-on in one-click
I recently tried to install a Windows on a Snapdragon X Elite computer, turn out the usb HAD to be formatted in FAT32.
With this tool, you just have to give your iso, it will do all the steps automatically without any installation. Everything is open source.
- Make it a bit prettier and still good for small screens
- Unmount the original iso automatically
- Instead of creating the files on the desktop, create them in a temporary folder
- Try avoiding the need to run it as administrator
- What else? Don't hesitate to tell me !