WimProvider.dll.mui DISM WIM 提供者 a3b1796adcd678dc477c532d48bc5028

File info

File name: WimProvider.dll.mui
Size: 17920 byte
MD5: a3b1796adcd678dc477c532d48bc5028
SHA1: 43e24a366b314ed09ff8eb9327d5d1a550dd2c1b
SHA256: 7fbf71f0625ba4abc115348c5e8c3a18b5f1cf2385df9818c82577e332b28269
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Traditional) English
101映像詳細資料: %1

Details for image : %1

102索引 : %1!d!
名稱 : %2
描述 : %3
Index : %1!d!
Name : %2
Description : %3
103大小 : %1 個位元組
Size : %1 bytes
104掛接的映像:

Mounted images:

105掛接目錄 : %1
映像檔 : %2
映像索引 : %3!d!
掛接的讀取/寫入 : %4
狀態 : %5

Mount Dir : %1
Image File : %2
Image Index : %3!d!
Mounted Read/Write : %4
Status : %5

106
找不到已掛接的映像。


No mounted images found.

107正在掛接映像 Mounting image
108正在儲存映像 Saving image
109正在卸載映像 Unmounting image
110 Yes
111 No
112確定 Ok
113需要重新掛接 Needs Remount
114已移除指向 %1 的過時掛接項目
Stale mount entry pointing to %1 removed
115已從磁碟機 %2!c! 刪除 %1!d! 個過時的掛接檔案
%1!d! stale mount file deleted from drive %2!c!
117正在掃描磁碟機 %1!c! 以找出過時檔案
Scanning drive %1!c! for stale files
118不正確 Invalid
130架構 : x86
Architecture : x86
131架構 : x64
Architecture : x64
132架構 : ia64
Architecture : ia64
133架構 : 不明
Architecture : Unknown
134架構 : %1
Architecture : %1
135HAL : %1
Hal : %1
136版本 : %1.%2.%3
Version : %1.%2.%3
137版本 : %1
Version : %1
138ServicePack 組建 : %1
ServicePack Build : %1
139ServicePack 等級 : %1
ServicePack Level : %1
141安裝 : %1
Installation : %1
142產品類型 : %1
ProductType : %1
143產品套件 : %1
ProductSuite : %1
144系統根目錄 : %1
System Root : %1
145目錄 : %1
Directories : %1
146檔案 : %1
Files : %1
147建立日期 : %1 - %2
Created : %1 - %2
148建立日期 : %1
Created : %1
149修改日期 : %1 - %2
Modified : %1 - %2
150修改日期 : %1
Modified : %1
151語言 :
Languages :
152語言 : %1
Languages : %1
153%1
%1
154%1 (預設值)
%1 (Default)
158
159

160正在卸載 %1 上的映像 Unmounting image at %1
161映像檔 : %1
映像索引 : %2!d!
Image File : %1
Image Index : %2!d!
162架構 : arm
Architecture : arm
163正在套用映像 Applying image
164正在驗證完整性 Verifying integrity
165正在匯出映像 Exporting image
166正在分割映像 Splitting image
167已順利在磁碟區 %1!c! 上啟用日誌功能:
Journaling is enabled successfully on volume %1!c!:
168將在不驗證受信任檔案的情況下套用此映像。尚未符合受信任檔案驗證所需的先決條件。
The image will be applied without validating for trusted files. The prerequisites required for trusted file validation have not been met.
169正在最佳化系統 Optimizing system
170WIM 可開機 : %1
WIM Bootable : %1
171資料來源識別碼: %1
映像檔: %2

Data Source ID : %1
Image File : %2

172架構: arm64
Architecture : arm64
1000LocalTopLevelHelp LocalTopLevelHelp
1101WimCommands WimCommands
1102可用 WIM 命令的資訊 Information on the available WIM commands
1103WIM 命令:
WIM COMMANDS:
1104Mount-Wim Mount-Wim
1105從 WIM 檔案掛接映像。 Mounts an image from a WIM file.
1106
/Mount-Wim /WimFile:
{/Index: | /Name:}
/MountDir: [/readonly]

將 WIM 檔案掛接到指定的目錄以提供服務。
使用 /ReadOnly 為掛接的映像設定唯讀權限。

範例:
DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1
/MountDir:C:\test\offline

DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1
/MountDir:C:\test\offline /ReadOnly


/Mount-Wim /WimFile:
{/Index: | /Name:}
/MountDir: [/readonly]

Mounts the WIM file to the specified directory so that it is available for
servicing.
Use /ReadOnly to set the mounted image to have read-only permissions.

Examples:
DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1
/MountDir:C:\test\offline

DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1
/MountDir:C:\test\offline /ReadOnly

1107Unmount-Wim Unmount-Wim
1108卸載掛接的 WIM 映像。 Unmounts a mounted WIM image.
1109
/Unmount-Wim /MountDir: {/Commit | /Discard}

卸載 WIM 檔案。使用 /Commit 來儲存變更,或使用 /Discard 來捨棄變更。

範例:
DISM.exe /Unmount-Wim /MountDir:C:\test\offline /commit

DISM.exe /Unmount-Wim /MountDir:C:\test\offline /discard


/Unmount-Wim /MountDir: {/Commit | /Discard}

Unmounts the WIM file. Use /Commit to save the changes or /Discard to
discard the changes.

Examples:
DISM.exe /Unmount-Wim /MountDir:C:\test\offline /commit

DISM.exe /Unmount-Wim /MountDir:C:\test\offline /discard

1110Get-WimInfo Get-WimInfo
1111顯示 WIM 檔案中映像的資訊。 Displays information about images in a WIM file.
1112
/Get-WimInfo /WimFile: [/Index: | /Name:]

顯示所指定 WIM 檔案中所包含映像的資訊。

範例:
DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim

DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim /Index:1


/Get-WimInfo /WimFile: [/Index: | /Name:]

Displays information about the images contained in the specified WIM file.

Examples:
DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim

DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim /Index:1

1113Get-MountedWimInfo Get-MountedWimInfo
1114顯示所掛接 WIM 映像的資訊。 Displays information about mounted WIM images.
1115
/Get-MountedWimInfo

顯示已掛接映像的資訊,包括映像是否可以提供服務、是否需要重新掛接,
或是否為有效的映像。

範例:
DISM.exe /Get-MountedWimInfo


/Get-MountedWimInfo

Displays information about mounted images, including whether the image
is ready for servicing, needs a remount, or is an invalid image.

Example:
DISM.exe /Get-MountedWimInfo

1116Commit-Wim Commit-Wim
1117將變更儲存到掛接的 WIM 映像。 Saves changes to a mounted WIM image.
1118
/Commit-Wim /MountDir:

將變更套用到掛接的映像。映像會維持掛接狀態,直到使用
/Unmount-Wim 選項為止。

範例:
DISM.exe /Commit-Wim /MountDir:C:\test\offline


/Commit-Wim /MountDir:

Applies changes to the mounted image. The image remains mounted until the
/Unmount-Wim option is used.

Example:
DISM.exe /Commit-Wim /MountDir:C:\test\offline

1119Remount-Wim Remount-Wim
1120復原孤立的 WIM 掛接目錄。 Recovers an orphaned WIM mount directory.
1121
/Remount-Wim /MountDir:

復原孤立的 WIM 掛接目錄。

範例:
DISM.exe /Remount-Wim /MountDir:C:\test\offline


/Remount-Wim /MountDir:

Recovers an orphaned WIM mount directory.

Example:
DISM.exe /Remount-Wim /MountDir:C:\test\offline

1122Cleanup-Wim Cleanup-Wim
1123刪除與損毀的掛接 WIM 映像關聯的資
源。
Deletes resources associated with mounted WIM
images that are corrupted.
1124
/Cleanup-Wim

刪除與損毀的掛接映像關聯的資源。這個命令不會卸載掛接的映像,也不會刪除
可以使用 /Remount-WIM 命令復原的映像。

範例:
DISM.exe /Cleanup-Wim


/Cleanup-Wim

Deletes resources associated with a corrupted mounted image.
This command does not unmount a mounted image; it also does not delete
images that can be recovered by using the /Remount-WIM command.

Example:
DISM.exe /Cleanup-Wim

1128Capture-Image Capture-Image
1129將磁碟機的映像擷取到新的 WIM 檔案。
已擷取的目錄包含所有子資料夾與
資料。
Captures an image of a drive into a new WIM file.
Captured directories include all subfolders and
data.
1130
/Capture-Image /ImageFile: /CaptureDir:
/Name:
[/Description:Description] [/ConfigFile:]
{[/Compress:{fast|max|none}] [/Bootable] | [/WIMBoot]} [/CheckIntegrity]
[/Verify] [/NoRpFix] [/EA]

將磁碟機的映像擷取到新的 WIM 檔案。已擷取的目錄包含所有子資料夾與資料。您
無法擷取空目錄。
使用 /ConfigFile 來指定設定檔 (其中列出映像擷取與壓縮命令的排除項) 的位置。
使用 /Compress 來指定用於初始擷取操作的壓縮類型。
使用 /Bootable 將 Windows PE 磁碟區映像設定為可開機。
使用 /WIMBoot 來擷取可搭配 WIMBoot 設定套用的映像。
使用 /CheckIntegrity 來偵測並追蹤 WIM 檔案損毀的情況。
使用 /Verify 來檢查錯誤與檔案重複的情況。
使用 /NoRpFix 來停用重新分析點標籤修正。
使用 /EA 來擷取擴充屬性。

範例:
DISM.exe /Capture-Image /ImageFile:install.wim /CaptureDir:D:\
/Name:Drive-D


/Capture-Image /ImageFile: /CaptureDir:
/Name:
[/Description:Description] [/ConfigFile:]
{[/Compress:{fast|max|none}] [/Bootable] | [/WIMBoot]} [/CheckIntegrity]
[/Verify] [/NoRpFix] [/EA]

Captures an image of a drive to a new WIM file. Captured directories include
all subfolders and data. You cannot capture an empty directory.
Use /ConfigFile to specify the location of a configuration file that lists
exclusions for image capture and compress commands.
Use /Compress to specify the type of compression used for the initial capture
operation.
Use /Bootable to mark a Windows PE volume image as able to be booted.
Use /WIMBoot to capture the image that can be applied with WIMBoot
configuration.
Use /CheckIntegrity to detect and track WIM file corruption.
Use /Verify to check for errors and file duplication.
Use /NoRpFix to disable the reparse point tag fix.
Use /EA to capture extended attributes.

Example:
DISM.exe /Capture-Image /ImageFile:install.wim /CaptureDir:D:\
/Name:Drive-D

1131Append-Image Append-Image
1132將另一個映像新增至 WIM 檔案。 Adds another image to a WIM file.
1133
/Append-Image /ImageFile: /CaptureDir:
/Name:
[/Description:Description] [/ConfigFile:]
{[/Bootable] | [/WIMBoot]} [/CheckIntegrity] [/Verify] [/NoRpFix] [/EA]

將另一個映像新增至 WIM 檔案。
使用 /ConfigFile 來指定設定檔 (其中列出映像擷取與壓縮命令的排除項) 的位置。
使用 /Bootable 將 Windows PE 磁碟區映像設定為可開機。
使用 /WIMBoot 將 WIMBoot 設定的映像附加到 WIM 檔案。
使用 /CheckIntegrity 來偵測並追蹤 WIM 檔案損毀的情況。
使用 /Verify 來檢查錯誤與檔案重複的情況。
使用 /NoRpFix 來停用重新分析點標籤修正。
使用 /EA 來擷取延伸屬性。

範例:
DISM.exe /Append-Image /ImageFile:install.wim /CaptureDir:D:\
/Name:Drive-D


/Append-Image /ImageFile: /CaptureDir:
/Name:
[/Description:Description] [/ConfigFile:]
{[/Bootable] | [/WIMBoot]} [/CheckIntegrity] [/Verify] [/NoRpFix] [/EA]

Adds another image to a WIM file.
Use /ConfigFile to specify the location of a configuration file that lists
exclusions for image capture and compress commands.
Use /Bootable to mark a Windows PE volume image as able to be booted.
Use /WIMBoot to append a WIMBoot configured image to a WIM file.
Use /CheckIntegrity to detect and track WIM file corruption.
Use /Verify to check for errors and file duplication.
Use /NoRpFix to disable the reparse point tag fix.
Use /EA to capture extended attributes.

Example:
DISM.exe /Append-Image /ImageFile:install.wim /CaptureDir:D:\
/Name:Drive-D

1134Export-Image Export-Image
1135將所指定映像的複本匯出到另一個檔案。 Exports a copy of the specified image to another
file.
1136
/Export-Image {/SourceImageFile: | [/SWMFile:]}
{/SourceIndex: | /SourceName:}
/DestinationImageFile: [/DestinationName:]
{[/Compress:{fast|max|none|recovery}] [/Bootable] | [/WIMBoot]}
[/CheckIntegrity]

將所指定映像的複本匯出到另一個檔案。來源與目的地檔案必須使用相同的壓縮類型。
使用 /SWMFile 來參照分割 WIM 檔案 (SWM)。 是分割檔案的命名樣式與
位置。
使用 /Compress 來指定將映像匯出到新 WIM 檔案時要用於擷取操作的壓縮類型。
使用 /Bootable 將 Windows PE 磁碟區映像設定為可開機。
使用 /WIMBoot 來匯出可搭配 WIMBoot 設定套用的映像。
使用 /CheckIntegrity 來偵測並追蹤 WIM 檔案損毀的情況。

範例:
DISM.exe /Export-Image /SourceImageFile:install.wim /SourceIndex:1
/DestinationImageFile:install2.wim


/Export-Image {/SourceImageFile: | [/SWMFile:]}
{/SourceIndex: | /SourceName:}
/DestinationImageFile: [/DestinationName:]
{[/Compress:{fast|max|none|recovery}] [/Bootable] | [/WIMBoot]}
[/CheckIntegrity]

Exports a copy of the specified image to another file. The source and
destination files must use the same compression type.
Use /SWMFile to reference split WIM files (SWMs). is the naming
pattern and location of split files.
Use /Compress to specify the type of compression used for the capture
operation when exporting an image to a new WIM file.
Use /Bootable to mark a Windows PE volume image as able to be booted.
Use /WIMBoot to export an image that can be applied with WIMBoot
configuration.
Use /CheckIntegrity to detect and track WIM file corruption.

Example:
DISM.exe /Export-Image /SourceImageFile:install.wim /SourceIndex:1
/DestinationImageFile:install2.wim

1140Delete-Image Delete-Image
1141從具有多個磁碟區映像的 WIM 檔案刪除
指定的磁碟區映像。
Deletes the specified volume image from a WIM file
that has multiple volume images.
1142
/Delete-Image /ImageFile:
{/Index: | /Name:} [/CheckIntegrity]

從具有多個磁碟區映像的 WIM 檔案刪除指定的磁碟區映像。
使用 /CheckIntegrity 來偵測並追蹤 WIM 檔案損毀的情況。

範例:
DISM.exe /Delete-Image /ImageFile:install.wim /Index:1


/Delete-Image /ImageFile:
{/Index: | /Name:} [/CheckIntegrity]

Deletes the specified volume image from a WIM file that has multiple
volume images.
Use /CheckIntegrity to detect and track WIM file corruption.

Example:
DISM.exe /Delete-Image /ImageFile:install.wim /Index:1

1143List-Image List-Image
1144顯示所指定映像中的檔案與資料夾
清單。
Displays a list of the files and folders in a
specified image.
1145
/List-Image /ImageFile:
{/Index: | /Name:}

顯示所指定映像中的檔案與資料夾清單。

範例:
DISM.exe /List-Image /ImageFile:install.wim /Index:1


/List-Image /ImageFile:
{/Index: | /Name:}

Displays a list of the files and folders within a specified image.

Example:
DISM.exe /List-Image /ImageFile:install.wim /Index:1

1149Capture-CustomImage Capture-CustomImage
1150將自訂設定擷取到 WIMBoot 系統上的差異 WIM 檔案中。
已擷取的目錄包含所有
子資料夾與資料。
Captures customizations into a delta WIM file on a
WIMBoot system. Captured directories include all
subfolders and data.
1151
/Capture-CustomImage /CaptureDir:
[/ConfigFile:] [/CheckIntegrity] [/Verify]
[/ConfirmTrustedFile]

將映像自訂設定擷取到 WIMBoot 系統上的新 WIM 檔案中。
已擷取的目錄包含所有子資料夾與資料。您無法擷取空目錄。注意: 此命令只會擷取
自訂設定檔案。它無法用來將安裝檔案擷取到新的 WIM 中。
使用 /ConfigFile 來指定設定檔 (其中列出映像擷取與壓縮命令的排除項) 的位置。
使用 /CheckIntegrity 來偵測並追蹤 WIM 檔案損毀的情況。
使用 /Verify 來檢查錯誤與檔案重複的情況。
使用 /ConfirmTrustedFile 來驗證「信任桌面」的映像。如需有關所支援平台的
詳細資訊,請參閱 http://go.microsoft.com/fwlink/?LinkID=309482。

範例:
DISM.exe /Capture-CustomImage /CaptureDir:D:\


/Capture-CustomImage /CaptureDir:
[/ConfigFile:] [/CheckIntegrity] [/Verify]
[/ConfirmTrustedFile]

Captures image customizations into a new WIM file on a WIMBoot system.
Captured directories include all subfolders and data. You cannot capture
an empty directory. Note: this command only captures the customization
files. It cannot be used to capture the installation files into a new
WIM.
Use /ConfigFile to specify the location of a configuration file that lists
exclusions for image capture and compress commands.
Use /CheckIntegrity to detect and track WIM file corruption.
Use /Verify to check for errors and file duplication.
Use /ConfirmTrustedFile to validate the image for Trusted Desktop. See
http://go.microsoft.com/fwlink/?LinkID=309482 for more information about
supported platforms.

Example:
DISM.exe /Capture-CustomImage /CaptureDir:D:\

1152Update-WIMBootEntry Update-WIMBootEntry
1153更新所指定之磁碟區的 WIMBoot 設定項目。 Updates WIMBoot configuration entry for the
specified disk volume.
1154
/Update-WIMBootEntry /Path: /DataSourceID:
/ImageFile:

使用已重新命名或已移動的映像檔路徑,更新與所指定之資料來源識別碼關聯的
WIMBoot 設定項目。
使用 /Path 來指定 WIMBoot 設定的磁碟區。
使用 /DataSourceID 來指定 Get-WIMBootEntry 所顯示的資料來源識別碼。

範例:
DISM.exe /Update-WIMBootEntry /Path:C:\ /DataSourceID:0
/ImageFile:R:\Install.wim


/Update-WIMBootEntry /Path: /DataSourceID:
/ImageFile:

Updates WIMBoot configuration entry, associated with the specified
data source ID, with the renamed or moved image file path.
Use /Path to specify the disk volume of the WIMBoot configuration.
Use /DataSourceID to specify the data source ID as displayed by
Get-WIMBootEntry.

Example:
DISM.exe /Update-WIMBootEntry /Path:C:\ /DataSourceID:0
/ImageFile:R:\Install.wim

1155Get-WIMBootEntry Get-WIMBootEntry
1156顯示所指定之磁碟區的 WIMBoot 設定項目。 Displays WIMBoot configuration entries for the
specified disk volume.
1157
/Get-WIMBootEntry /Path:

顯示所指定之磁碟區的 WIMBoot 設定項目。

範例:
DISM.exe /Get-WIMBootEntry /Path:C:\


/Get-WIMBootEntry /Path:

Displays WIMBoot configuration entries for the specified disk volume.

Example:
DISM.exe /Get-WIMBootEntry /Path:C:\

1158Apply-CustomDataImage Apply-CustomDataImage
1159凍結自訂資料映像中包含的檔案。 Dehydrates files contained in the custom data image.
1160
/Apply-CustomDataImage /SingleInstance /CustomDataImage: /ImagePath:

凍結自訂資料映像中包含的檔案以節省空間。

範例:
DISM.exe /Apply-CustomDataImage /CustomDataImage:C:\oem.ppkg /ImagePath:C:\ /SingleInstance


/Apply-CustomDataImage /SingleInstance /CustomDataImage: /ImagePath:

Dehydrates files contained in the custom data image to save space.

Example:
DISM.exe /Apply-CustomDataImage /CustomDataImage:C:\oem.ppkg /ImagePath:C:\ /SingleInstance

0x1WimProvider WimProvider
0xC1510106此內容中的 /%1 選項無法辨識。如需詳細資訊,請參閱說明。 The /%1 option is not recognized in this context.For more information, refer to the help.
0xC1510107命令列遺漏 /%1 選項。如需詳細資訊,請參閱說明。 The command-line is missing the /%1 option.For more information, refer to the help.
0xC1510108/%1 與 /%2 選項不能同時用於一個命令。如需詳細資訊,請參閱說明。 The /%1 and /%2 options cannot be used together on the command-line.For more information, refer to the help.
0xC1510109命令列遺漏必要的選項。請確認已指定 /%1 或 /%2。 A required option is missing from the command-line.Ensure that /%1 or /%2 is specified.
0xC151010F/%1 選項遺漏引數。如需詳細資訊,請參閱說明。 The /%1 option is missing an argument.For more information, refer to the help.
0xC1510110此命令不支援以 /Format 選項指定的引數。如需有效語法的詳細資訊,請參閱說明。 The argument specified with the /Format option is not supported with this command.For more information about valid syntax, refer to the help.
0xC1510111您沒有掛接和修改這個映像的權限。請確認您擁有讀/寫權限,或使用 /ReadOnly 選項來掛接映像。請注意,請注意,您無法在具有唯讀權限的映像上認可變更。 You do not have permissions to mount and modify this image.Verify that you have Read/Write permissions or mount the image using the /ReadOnly option. Note that you cannot commit changes to an image with read-only permissions.
0xC1510112您沒有掛接這個映像的權限。請確認您擁有映像檔案的讀取權限。 You do not have permissions to mount this image.Verify that you have read permissions to the image file.
0xC1510113WIM 沒有指定的映像。請先檢查 WIM 是否已經有映像。 The specified image does not exist in the WIM.Check the WIM first for existing images.
0xC1510114需要重新掛接指定的映像。請重新掛接 WIM,讓這個映像可用於提供服務。 The specified image needs to be remounted.Remount the Wim to make this image available for servicing.
0xC1510115指定的映像不正確。請卸載映像,或清除 WIM,然後再試一次。 The specified image is invalid.Unmount the image or clean up the Wim and then try again.
0xC1510116在套用映像期間檢查程式碼完整性並設定擴充屬性時,執行中的 OS 不是 WinPE The running OS is not WinPE when checking code integrity and settingextended attributes during image apply
0xC1510117在套用映像期間檢查程式碼完整性並設定擴充屬性時,執行中的 OS 不是 Win8 或更新的版本 The running OS is not Win8 and above when checking code integrity and settingextended attributes during image apply

EXIF

File Name:WimProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_e599432985ed3814\
File Size:18 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:17408
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:DISM WIM 提供者
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:WimProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:WimProvider.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\zh-tw\
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_897aa7a5cd8fc6de\

What is WimProvider.dll.mui?

WimProvider.dll.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file WimProvider.dll (DISM WIM 提供者).

File version info

File Description:DISM WIM 提供者
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:WimProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:WimProvider.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x404, 1200