dism/Get-WimInfo/WimFile:C:\Images\install.wim/MountDir:C:\mount /All 此参数用于列出 WIM 文件中的所有映像。默认情况下,/Get-WimInfo只显示第一个映像的信息,使用/All可以查看所有映像的详细信息。 示例: bashCopy Code dism/Get-WimInfo/WimFile:C:\Images\install.wim/All dism /Get-WimInfo输出内...
BOOL WINAPI WIMGetMountedImageInfo( MOUNTED_IMAGE_INFO_LEVELS fInfoLevelId, PDWORD pdwImageCount, PVOID pMountInfo, DWORD cbMountInfoLength, PDWORD pcbReturnLength ); ParametersfInfoLevelId[in] A class of attribute information to retrieve.This parameter can be the following value from the MOUNTED...