DISKPART> select disk 3
Disk 3 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create part pri size=100
DiskPart succeeded in creating the specified partition.
DISKPART> active
DiskPart marked the current partition as active.
DISKPART> format fs=ntfs quick label="System Reserved"
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> assign letter=s
DiskPart successfully assigned the drive letter or mount point.
DISKPART> create part pri
DiskPart succeeded in creating the specified partition.
DISKPART> format fs=ntfs quick label="Win11"
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> assign letter=t
DiskPart successfully assigned the drive letter or mount point.
DISKPART> exit
Leaving DiskPart...
C:\windows\system32>f:
F:\>cd sources
F:\sources>dism /get-wiminfo /wimfile:install.esd
Deployment Image Servicing and Management tool
Version: 10.0.22000.1
Details for image : install.esd
Index : 1
Name : Windows 11 Home
Description : Windows 11 Home
Size : 15,918,540,541 bytes
Index : 2
Name : Windows 11 Home N
Description : Windows 11 Home N
Size : 15,229,765,223 bytes
Index : 3
Name : Windows 11 Home Single Language
Description : Windows 11 Home Single Language
Size : 15,921,439,394 bytes
Index : 4
Name : Windows 11 Education
Description : Windows 11 Education
Size : 16,201,186,274 bytes
Index : 5
Name : Windows 11 Education N
Description : Windows 11 Education N
Size : 15,500,722,223 bytes
Index : 6
Name : Windows 11 Pro
Description : Windows 11 Pro
Size : 16,198,033,078 bytes
Index : 7
Name : Windows 11 Pro N
Description : Windows 11 Pro N
Size : 15,515,196,102 bytes
The operation completed successfully.
F:\sources>dism /apply-image /imagefile:install.esd /index:6 /applydir:T:\
Deployment Image Servicing and Management tool
Version: 10.0.22000.1
Applying image
[==========================100.0%==========================]
The operation completed successfully.
F:\sources>bcdboot T:\Windows /s S: /f BIOS
Boot files successfully created.
F:\sources>