WimProvider.dll.mui DISM WIM プロバイダー ed85f3f89db06f2c5772b00baa21c486

File info

File name: WimProvider.dll.mui
Size: 21504 byte
MD5: ed85f3f89db06f2c5772b00baa21c486
SHA1: d679751e7be4f7d2b57b2c20a87e04911980f691
SHA256: 84e63bbf79d2bae0270f133caed32c33fe23c06567a28d086fa7e0b2227cc4a5
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Japanese 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 Japanese 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
112OK Ok
113再マウントが必要です Needs Remount
114%1 をポイントする古いマウント エントリを削除しました
Stale mount entry pointing to %1 removed
115%1!d! 個の古いマウント ファイルがドライブ %2!c! から削除されました
%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
138Service Pack のビルド : %1
ServicePack Build : %1
139Service Pack のレベル : %1
ServicePack Level : %1
140エディション : %1
Edition : %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データ ソース ID : %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
1105WIM ファイルからイメージをマウントします。 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
1111WIM ファイル内のイメージに関する情報を表示します。 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:説明] [/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:説明] [/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:

指定したデータ ソース ID に関連付けられている WIMBoot 構成エントリを、
名前または場所を変更したイメージ ファイル パスで更新します。
/Path を使用すると、WIMBoot 構成のディスク ボリュームを指定できます。
/DataSourceID を使用すると、Get-WIMBootEntry で表示されたデータ ソース
ID を指定できます。

例:
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.
0xC1510113指定したイメージは WIM に存在しません。最初に 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_ja-jp_b0e6e39c5ea080f2\
File Size:21 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:20992
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:Japanese
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\ja-jp\
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_ja-jp_54c84818a6430fbc\

What is WimProvider.dll.mui?

WimProvider.dll.mui is Multilingual User Interface resource file that contain Japanese 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:0x411, 1200