How to install Windows 10 using DISM (command line)

Аватар автора
Учим вместе: Искусство и культура
Make sure to like and subscribe, so you don&miss my future videos! In this video you will find out how to install Windows 10 using DISM Command-line utility. If you can&keep up with video, here is a sum up of the steps: 1. Prepare a partition, either using diskpart, as shown in the video, or by just formatting one to NTFS. 2.Deploy the Windows image. For this open command prompt as administrator and type dism /apply-image /imagefile:(WHERE YOUR WINDOWS 10 INSTALATION DISK IS)SOURCESinstall.wim /index:6 (for Win10 Pro) /applydir:(WHERE YOU WANT TO INSTALL WINDOWS) e.g dism /apply-image /imagefile:d:sourcesinstall.wim /index:6 /applydir:e: 3. After this is ready, type bcdboot (drive letter where Windows is deployed):Windows (e.g bcdboot e:Windows) Windows is now installed.You can reboot to the newly deployed image and you will be greeted with a fresh install. If you want to integrate drivers and updates, you have to execute the following commands: For drivers: Dism /Image:(deployed windows ) /Add-Driver /Driver:c:driversinffile.inf (you can also deploy a whole folder of drivers) For updates: dism /image:(deployed windows): /add-package /packagepath:(where the .msu/.cab update file is) After integrating updates, you may want to run bcdboot again, as in step 3. And that&it! Thanks for watching! Let me know what my next experiment/tutorial should be. Like, comment and subscribe, so you don&miss my future videos. Feedback is also very much appreciated. #windows

0/0


0/0

0/0

0/0