How to Install Windows Using DISM (MBR / Alternate Method)

EJ
EJ
9.2 هزار بار بازدید - 3 سال پیش - THIS IS THE SAME TUTORIAL
THIS IS THE SAME TUTORIAL BASED ON MY OTHER VIDEO, BUT WITH DIFFERENT CHANGES. ITS FOR MBR METHOD. WHILE THE OTHER ONE IS FOR GPT METHOD (OR EFI).

NOTE: I AM NOT RESPONSIBLE FOR ANY DAMAGES ON YOUR PC. DO THIS AT YOUR OWN RISK!

Commands:

diskpart
list disk
sel disk 0 (or any disk number to install windows)
clean
conv mbr
create par pri size=500
format fs=ntfs
assign letter W
active
create par pri
format fs=ntfs quick
assign letter C
exit

cd /d D:\Sources
dir
dism /get-wiminfo /wimfile:D:\Sources\install.wim (or install.esd)
dism /apply-image /imagefile:D:\Sources\install.wim /index:# /applydir:C:\

(you can use .esd as an alternate)
(index:# where # is your chosen index number)

bootrec /scanos
bcdboot C:\Windows /s W: /F BIOS (U can use ALL or UEFI)
bootrec /scanos

(if it says 0, then your good to go)
3 سال پیش در تاریخ 1400/07/12 منتشر شده است.
9,259 بـار بازدید شده
... بیشتر