This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Tổng hợp các video về hướng dẫn, sửa lỗi liên quan đến máy tính, các bộ usb boot..., mời các bạn cùng tham gia.

Hoang Duch2

Rồng Đỏ
Integrate Drivers into Windows 10/11 ISO - YouTube


Mã:
1.Export Drivers from current OS :
dism /online /export-driver /destination:"path"

eg : dism /online /export-driver /destination:D:\drivers

2.Check WIM Information :
dism /Get-WimInfo /WimFile:"wimpath"

eg :  dism /Get-WimInfo /WimFile:E:\sources\install.wim

3.Export specific Image :
dism /Export-Image /SourceImageFile:"wimpath" /SourceIndex: /DestinationImageFile:"wimpath" /Compress:max /CheckIntegrity

eg :  dism /Export-Image /SourceImageFile:E:\sources.install.wim /SourceIndex:6 /DestinationImageFile:D:\install.wim /Compress:max /CheckIntegrity

4. Mount the Image :
dism /Mount-Image /ImageFile:"wimpath" /Index:1 /MountDir:"mountpath"

eg : dism /Mount-Image /ImageFile:D:\install.wim /Index:1 /MountDir:D:\mount

5.Add Drivers to the Mounted Image :
dism /Image:"mountpath" /Add-Driver /Driver:"driverpath" /Recurse

eg : dism /Image:D:\mount /Add-Driver /Driver:D:\drivers /Recurse

6.Unmount and Commit Changes :
dism /Unmount-Image /MountDir:"mountpath" /Commit

eg : dism /Unmount-Image /MountDir:D:\mount /Commit

⬇Download :

Windows 11 ISO : https://www.microsoft.com/en-us/software-download/windows11

AnyBurn : https://www.anyburn.com/download.php
 

Hoang Duch2

Rồng Đỏ
Why You Can't Select Windows Edition During Install (And How to Fix It) - YouTube


Mã:
@MeinkWinLab
3 hours ago
My videos always have subtitles, you can click on the subtitles to read them.

----------------------------------------------------------------------------------------
ei.cfg :

[Channel]
Retail
[VL]
0