Hello infgrs,
Thank you for posting in Microsoft Community forum.
To create a bootable USB drive using NTFS without relying on third-party software, you can use the built-in Windows Command Prompt utility called "bootsect.exe". Here are the steps:
- Insert your USB drive into your computer.
- Open Command Prompt as an administrator.
- Type "diskpart" and press Enter.
- Type "list disk" and press Enter to see the list of disks connected to your computer.
- Identify the disk number of your USB drive and type "select disk X" (replace X with the disk number of your USB drive) and press Enter.
- Type "clean" and press Enter to wipe the USB drive.
- Type "create partition primary" and press Enter to create a new primary partition on the USB drive.
- Type "format fs=ntfs quick" and press Enter to format the USB drive with the NTFS file system.
- Type "assign" and press Enter to assign a drive letter to the USB drive.
- Type "exit" and press Enter to exit the DiskPart utility.
- Navigate to the Windows 11 23H2 ISO file location in Command Prompt.
- Type "cd boot" and press Enter to navigate to the boot folder.
- Type "bootsect /nt60 X:" (replace X with the drive letter assigned to your USB drive) and press Enter to make the USB drive bootable.
- Copy all the files from the Windows 11 23H2 ISO file to the USB drive.
- Eject the USB drive and it should now be bootable with the NTFS file system.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan