Your cart is currently empty!
How to create bootable Windows 11 24H2 USB install media
Published on:
|
|
Modified Date:
A Windows 11 bootable USB drive is always good to have around, even if it’s just for emergencies. Here’s how to make one.
Commands:
DISKPART
LIST DISK
SEL DISK 1
Clean
Create Partition Primary
List Par
Active
FORMAT FS=NTFS LABEL=“BootableUSB” QUICK OVERRIDE
PowerShell Mount-DiskImage -ImagePath “C:\Users\UserName\Downloads\Win11_English_x64v1.iso”
List volume
cd boot
Bootsect /nt60 I:
xcopy J:*.* I:\ /E /F /H
Links:
Rufus website – https://rufus.ie/en/
Microsoft download center page – https://www.microsoft.com/software-download/windows11
Chapters:
0:00 Intro
0:23 How to Download the Windows 11 ISO Image
1:06 How to Create a Windows 11 Bootable USB With Rufus
4:36 How to Create a Windows 11 Bootable USB Drive With Media Creation Tool
5:46 How to Create a Bootable Drive Using Command Prompt
9:13 End screen
What you’ll learn:
1. How to Download the Windows 11 ISO Image
2. How to Create a Windows 11 Bootable USB With Rufus
a. open-source utility to format and create a bootable USB flash drive for the Windows operating system
b. How to create a Windows 11 USB drive using Rufus
c. How to download the lates version of Rufus
d. Standard Windows 11 Installation (TPM 2.0 + Secure Boot)
e. How to create a bootable drive for an unsupported system
3. How to Create a Windows 11 Bootable USB Drive With Media Creation Tool
a. Microsoft’s in-house solution to create an installation media
b. How to create a bootable USB drive or DVD using the Media Creation Tool
c. How to Create Windows 11 Installation Media
4. How to Create a Bootable Drive Using Command Prompt
a. How to use the Diskpart utility and Command Prompt to create installation media
b. How to launch the Windows Diskpart utility
c. How to list all the available storage devices
d. How to erase all the content from the drive
e. How to create a primary partition
f. How to select the main partition
g. How to show the details of your USB drive
h. How to activate the partition
i. How to format the drive in NTFS format
j. How to mount the ISO image and then move its content to your USB drive
k. How to mount the Windows 11 ISO file
l. How to show the available volume
m. How to exit Diskpart
n. How to boot from CD
o. How to apply the master boot code compatible with Bootmgr to the USB flash drive
p. How to copy Windows 11 system files to the USB flash drive
5. Multiple Ways to Create a Windows 11 Bootable USB Drive
6. 3 Ways to Create a Windows 11 Bootable USB Drive
7. How to use Rufus to create bootable Windows 11 23H2 USB
8. THIS SIMPLE TRICK ALLOWS WINDOWS 11 INSTALLATION ON ANY PC, BYPASSING STRICT SYSTEM REQUIREMENTS
9. How to create bootable Windows 11 23H2 USB install media
10. How to use Rufus to create bootable Windows 11 24H2 USB
Song: Joakim Karud – Classic (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: https://youtu.be/COWVJbyEaW4
Song: Markvard – Life’s good
Music provided by Vlog No Copyright Music.
Video Link: https://youtu.be/EWBfNe5KcpM
#computereverywhere #3ways #create #windows11 #bootableusbdrive
Leave a Reply