Create a Windows Bootable USB on macOS
·
1 min read
·
171
Words
·
-Views
-Comments
Prerequisites
Install Tuxera NTFS for Mac (15-day trial is enough).
- macOS Disk Utility can’t format NTFS drives, so we need third-party tools.
- NTFS volumes mount read-only by default; Tuxera enables read/write.
Format the USB/external drive
- Back up data first, then format as Microsoft NTFS.
- Avoid FAT (4 GB file size limit) and exFAT (doesn’t boot reliably for Windows 10 ISOs).
Download the Windows ISO
- https://www.microsoft.com/zh-cn/software-download/windows10ISO (Chinese site; use the English version if preferred).
Mount the ISO on macOS
- Double-click the ISO to mount it under
/Volumes
.
- Double-click the ISO to mount it under
Copy ISO contents to the USB drive
cp -rp /Volumes/CCCOMA_X64FRE_ZH-CN_DV9/* /Volumes/THINK_DISK
Replace the source/destination paths with those on your system.
Once the copy finishes, the USB installer is ready.
Reinstall Windows on a ThinkPad
- Power on and repeatedly tap F12 to open the boot menu.
- Select the USB drive and press Enter.
- Follow the on-screen Windows installer steps.
Notes
- Press F1 during boot to enter BIOS/UEFI settings if needed.
- On Windows machines, tools like Laomaotao provide a simpler free GUI workflow for creating bootable media.