﻿企业版




E:\sources\install.wim

mkdir D:\mount -Force



PS D:\ae\iso> dism /Get-WimInfo /WimFile:E:\sources\install.wim

Deployment Image Servicing and Management tool
Version: 10.0.19041.3636

Details for image : E:\sources\install.wim

Index : 1
Name : Windows 10 教育版
Description : Windows 10 教育版
Size : 19’596’676’831 bytes

Index : 2
Name : Windows 10 企业版
Description : Windows 10 企业版
Size : 19’596’830’826 bytes

Index : 3
Name : Windows 10 专业版
Description : Windows 10 专业版
Size : 19’608’933’898 bytes

Index : 4
Name : Windows 10 专业教育版
Description : Windows 10 专业教育版
Size : 19’596’615’249 bytes

Index : 5
Name : Windows 10 专业工作站版
Description : Windows 10 专业工作站版
Size : 19’596’646’040 bytes

The operation completed successfully.





mkdir D:\mount -Force

dism /Mount-Wim /WimFile:E:\sources\install.wim /Index:2 /MountDir:D:\mount /ReadOnly




mkdir D:\ae\iso\win10_enterprise_kernel -Force

copy D:\mount\Windows\System32\ntoskrnl.exe D:\ae\iso\win10_enterprise_kernel\


mkdir D:\symbols -Force

$symchk = "D:\ae\env\EWDK_vb_release_svc_prod1_19041_201201-2105\Program Files\Windows Kits\10\Debuggers\x64\symchk.exe"

$target = "D:\ae\iso\win10_enterprise_kernel\ntoskrnl.exe"

$symbolPath = "srv*D:\symbols*https://msdl.microsoft.com/download/symbols"

& $symchk $target /v /s $symbolPath


$win = "D:\mount\Windows"
& $symchk /r "$win\System32\drivers" /v /s $symbolPath