Prepare a bootable USB drive from Windows without programs

Опубликовано: 26 Июнь 2026
на канале: Goku Gamer Soluciones Informaticas
71
11

In this video, I'll show you how to create a bootable USB drive where you can put any version of Windows (7, 8, 10, 11) to install on a PC without any additional software.
What will we need to download beforehand?

A Windows ISO of your choice
An 8GB or larger USB drive
A PC with Windows installed

Commands to use: cmd
DISKPART
LIST DISK
SELECT DISK n° (USB drive number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT
XCOPY (drive letter of your virtual drive) :\*.* /S/E/F/H (drive letter of your USB drive) :\
Wait for the process to finish and close with EXIT.
And that's it!