How to install windows on USB Drive without any third-party software
To create a bootable USB drive with NTFS without relying on third-party software, you can use the built-in Windows command prompt utility "bootsect.exe". Here are the steps:
1. Insert your USB drive into your computer.
2. Open command prompt as an administrator.
3. Type "diskpart" and press Enter.
4. Type "list disk" and press enter to see the list of disks connected to your computer.
5. 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.
6. Type "clean" and press enter to erase the USB drive.
7. Type "create partition primary" and press enter to create a new primary partition on the USB drive.
8. Type "format fs=ntfs quick" and press enter to format the USB drive using NTFS file system.https://laptoonz.com/
9. Type "assign" and press enter to assign a drive letter to the USB drive.
10. Type "exit" and press Enter to exit the Disk Part utility.
11. Navigate to the Windows 11 23H2 ISO file location in the command prompt.
12. Type "cd boot" and press enter to navigate to the boot folder.
13. Type "bootsect /nt60 X:" (replace X with the drive letter assigned to your USB drive) and press Enter to make the USB drive bootable.
14. Copy all files from Windows 11 23H2 ISO file to USB drive.
15. Eject the USB drive, it should now be bootable with NTFS file system.
Comments
Post a Comment