1.Mount 1st image of PRO-CORE install.wim
Код
dism /mount-image /ImageFile:E:\install.wim /Index:1 /MountDir:E:\MOUNT
2.Set edition as Enterprise
Код
dism /image:E:\MOUNT /set-edition:Enterprise
3.Set Enterprise product key
Код
dism /image:E:\MOUNT /set-productkey:VTNMT-2FMYP-QCY43-QR9VK-WTVCK
4. Save/Unmount image
Код
dism /unmount-image /mountdir:E:\MOUNT /commit
5. Change Flags to Enterprise and Name/Description with imagex.exe (See Note1)
Код
imagex /flags "Enterprise" /info E:\install.wim 1 "Windows 10 Enterprise Insider Preview" "Windows 10 Enterprise Insider Preview"
6. Change display Name/Description with gimagex.exe (See Note2)
7. Rename install.wim as Enterprise.wim and export Enterprise.wim to a clean install.wim
Код
dism /export-image /sourceimagefile:E:\Enterprise.wim /sourceindex:1 /destinationimagefile:E:\Install.wim /compress:max
8. Replace ISO\sources\install.wim with this Enterprise install.wim
9. Replace ISO\sources\pid.txt with one that has the Enterprise key
Код
[PID]
value=VTNMT-2FMYP-QCY43-QR9VK-WTVCK
10. save the ISO as a new file
[Note1]
Download/Decompress imagex.rar and place imagex.exe in C:\Windows
https://mega.nz/#!cZsXT....LV3L6fU [Note2]
gimagex.exe
https://mega.nz/#!NYUwm....1deQAMM