File name: | ImagingProvider.dll.mui |
Size: | 15360 byte |
MD5: | 6ac4a2e3677496d23a77728c36ee734e |
SHA1: | 086c7365329d7c5dae21b2af955204b749afa34b |
SHA256: | 1b8d250b8346206fdc6e270130fee5330218349cfe17e41c4614cf636a9d1dd9 |
Operating systems: | Windows 10 |
Extension: | MUI |
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. |
110 | はい | Yes |
111 | いいえ | No |
112 | OK | Ok |
113 | 再マウントが必要です | Needs Remount |
118 | 無効 | Invalid |
130 | アーキテクチャ: x86 |
Architecture : x86 |
131 | アーキテクチャ: x64 |
Architecture : x64 |
132 | アーキテクチャ: ia64 |
Architecture : ia64 |
133 | アーキテクチャ: 不明 |
Architecture : Unknown |
134 | アーキテクチャ: %1 |
Architecture : %1 |
135 | HAL: %1 |
Hal : %1 |
136 | バージョン : %1.%2.%3 |
Version : %1.%2.%3 |
137 | バージョン : %1 |
Version : %1 |
138 | Service Pack のビルド : %1 |
ServicePack Build : %1 |
139 | Service 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 | ||
162 | アーキテクチャ: arm |
Architecture : arm |
163 | WIM ブート可能 : %1 |
WIM Bootable : %1 |
164 | アーキテクチャ: arm64 |
Architecture : arm64 |
1000 | LocalTopLevelHelp | LocalTopLevelHelp |
1101 | ImagingCommands | ImagingCommands |
1102 | 使用可能なイメージング コマンドについての情報です。 | Information on the available imaging commands. |
1103 | 汎用イメージング コマンド: |
GENERIC IMAGING COMMANDS: |
1104 | Mount-Image | Mount-Image |
1105 | WIM または VHD ファイルからイメージをマウント します。 |
Mounts an image from a WIM or VHD file. |
1106 | /Mount-Image /ImageFile: {/Index: | /Name:} /MountDir: [/ReadOnly] [/Optimize] [/CheckIntegrity] 指定したディレクトリにイメージをマウントし、サービスで利用できるようにします。 /Optimize を使用すると、イメージをマウントするときに、初期マウント時間を 短縮できます。 /CheckIntegrity を使用すると、WIM ファイルの破損が検出されたときに、操作が 停止されます。 /ReadOnly を使用すると、マウントされたイメージに読み取り専用アクセス許可 が設定されます。 例: DISM.exe /Mount-Image /ImageFile:C:\test\images\myimage.wim /Index:1 /MountDir:C:\test\offline DISM.exe /Mount-Image /ImageFile:C:\test\images\myimage.vhd /Index:1 /MountDir:C:\test\offline /ReadOnly |
/Mount-Image /ImageFile: {/Index: | /Name:} /MountDir: [/ReadOnly] [/Optimize] [/CheckIntegrity] Mounts the image to the specified directory so that it is available for servicing. Use /Optimize when mounting an image to reduce initial mount time. Use /CheckIntegrity to stop the operation if WIM file corruption is detected. Use /ReadOnly to set the mounted image to have read-only permissions. Examples: DISM.exe /Mount-Image /ImageFile:C:\test\images\myimage.wim /Index:1 /MountDir:C:\test\offline DISM.exe /Mount-Image /ImageFile:C:\test\images\myimage.vhd /Index:1 /MountDir:C:\test\offline /ReadOnly |
1107 | Unmount-Image | Unmount-Image |
1108 | マウントされた WIM または VHD イメージのマウントを 解除します。 |
Unmounts a mounted WIM or VHD image. |
1109 | /Unmount-Image /MountDir: {/Discard | /Commit [/Append] [/CheckIntegrity]} WIM または VHD のマウントを解除します。/Commit を使用すると変更が保存され、 /Discard を使用すると変更が破棄されます。 /CheckIntegrity を使用すると、WIM ファイルの破損を検出および追跡できます。 /Append を使用すると、既存の .wim ファイルにイメージを追加できます。 例: DISM.exe /Unmount-Image /MountDir:C:\test\offline /Commit DISM.exe /Unmount-Image /MountDir:C:\test\offline /Discard |
/Unmount-Image /MountDir: {/Discard | /Commit [/Append] [/CheckIntegrity]} Unmounts the WIM or VHD. Use /Commit to save the changes or /Discard to discard the changes. Use /CheckIntegrity to detect and track WIM file corruption. Use /Append to add the image to an existing .wim file. Examples: DISM.exe /Unmount-Image /MountDir:C:\test\offline /Commit DISM.exe /Unmount-Image /MountDir:C:\test\offline /Discard |
1110 | Get-ImageInfo | Get-ImageInfo |
1111 | WIM または VHD ファイル内のイメージに関する情報を 表示します。 |
Displays information about images in a WIM or VHD file. |
1112 | /Get-ImageInfo /ImageFile: [/Index: | /Name:] 指定された WIM または VHD ファイルに含まれているイメージに関する情報を 表示します。 例: DISM.exe /Get-ImageInfo /ImageFile:C:\test\images\myimage.wim DISM.exe /Get-ImageInfo /ImageFile:C:\test\images\myimage.vhd /Index:1 |
/Get-ImageInfo /ImageFile: [/Index: | /Name:] Displays information about the images that the specified WIM or VHD file contains. Examples: DISM.exe /Get-ImageInfo /ImageFile:C:\test\images\myimage.wim DISM.exe /Get-ImageInfo /ImageFile:C:\test\images\myimage.vhd /Index:1 |
1113 | Get-MountedImageInfo | Get-MountedImageInfo |
1114 | マウントされた WIM および VHD イメージに関する 情報を表示します。 |
Displays information about mounted WIM and VHD images. |
1115 | /Get-MountedImageInfo イメージでサービスが可能かどうか、イメージの再マウントが必要かどうか、無効な イメージかどうかなど、マウントされたイメージに関する情報を表示します。 例: DISM.exe /Get-MountedImageInfo |
/Get-MountedImageInfo 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-MountedImageInfo |
1116 | Commit-Image | Commit-Image |
1117 | マウントされた WIM または VHD イメージへの変更を 保存します。 |
Saves changes to a mounted WIM or VHD image. |
1118 | /Commit-Image /MountDir: [/Append] [/CheckIntegrity] マウントされたイメージに変更を適用します。/Unmount-Image オプションが 使用されるまで、イメージはマウントされた状態のままです。 /Append を使用すると、既存の .wim ファイルにイメージが追加されます。 /CheckIntegrity を使用すると、WIM ファイルの破損を検出および追跡できます。 例: DISM.exe /Commit-Image /MountDir:C:\test\offline |
/Commit-Image /MountDir: [/Append] [/CheckIntegrity] Applies changes to the mounted image. The image remains mounted until the /Unmount-Image option is used. Use /Append to add the image to an existing .wim file. Use /CheckIntegrity to detect and track WIM file corruption. Example: DISM.exe /Commit-Image /MountDir:C:\test\offline |
1119 | Remount-Image | Remount-Image |
1120 | 孤立したイメージ マウント ディレクトリを回復します。 | Recovers an orphaned image mount directory. |
1121 | /Remount-Image /MountDir: 孤立したイメージ マウント ディレクトリを回復します。 例: DISM.exe /Remount-Image /MountDir:C:\test\offline |
/Remount-Image /MountDir: Recovers an orphaned image mount directory. Example: DISM.exe /Remount-Image /MountDir:C:\test\offline |
1122 | Cleanup-Mountpoints | Cleanup-Mountpoints |
1123 | マウント済みの破損したイメージに関連付けられ ているリソースを削除します。 |
Deletes resources associated with corrupted mounted images. |
1124 | /Cleanup-Mountpoints マウント済みの破損したイメージに関連付けられているリソースを削除します。 このコマンドでは、マウント済みのイメージはマウント解除されません。 /Remount-Image コマンドを使用して回復できるイメージが削除されることも ありません。 例: DISM.exe /Cleanup-Mountpoints |
/Cleanup-Mountpoints 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-Image command. Example: DISM.exe /Cleanup-Mountpoints |
1125 | Apply-Image | Apply-Image |
1126 | イメージを適用します。 | Applies an image. |
1127 | /Apply-Image /ImageFile: /ApplyDir: {/Index: | /Name:} [/CheckIntegrity] [/Verify] [/NoRpFix] [/SWMFile:] [/ConfirmTrustedFile] [/WIMBoot] [/Compact] [/EA] /Apply-Image /ImageFile: /ApplyDrive: [/SFUFile:] [/SkipPlatformCheck] 指定されたドライブにイメージを適用します。 /CheckIntegrity を使用すると、WIM ファイルの破損が検出された場合に操作が停止されます。 /Verify を使用すると、エラーとファイルの重複が検証されます。 /NoRpFix を使用すると、再解析ポイント タグの修正が無効になります。 /SWMFile を使用すると、分割 WIM ファイル (SWM) を参照できます。 は分割ファイルの名前付けパターンと場所です。 /ConfirmTrustedFile を使用すると、信頼されたデスクトップのイメージが検証されます。 サポートされているプラットフォームについて詳しくは、 http://go.microsoft.com/fwlink/?LinkID=309482 をご覧ください。 /WIMBoot を使用すると、イメージに WIMBoot 構成を適用できます。 /Compact を使用すると、コンパクト モードのイメージを適用できます。 /EA を使用すると、ファイルの拡張属性を適用できます。 /SFUFile を使用すると、分割 FFU ファイル (SFU) を参照できます。 は分割ファイルの名前付けパターンと場所です。 /SkipPlatformCheck は、適用される FFU ファイルが、アプリケーションを 実行しているコンピューター以外のデバイスのターゲットとなっている場合に 使用します。特別な FFU ファイルが必要です。 例: DISM.exe /Apply-Image /ImageFile:install.wim /Index:1 /ApplyDir:D:\ DISM.exe /Apply-Image /ImageFile:install.swm /SWMFile:install*.swm /ApplyDir:D:\ /Index:1 DISM.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDrive0 |
/Apply-Image /ImageFile: /ApplyDir: {/Index: | /Name:} [/CheckIntegrity] [/Verify] [/NoRpFix] [/SWMFile:] [/ConfirmTrustedFile] [/WIMBoot] [/Compact] [/EA] /Apply-Image /ImageFile: /ApplyDrive: [/SFUFile:] [/SkipPlatformCheck] Applies an image to a specified drive. Use /CheckIntegrity to stop the operation if WIM file corruption is detected. Use /Verify to check for errors and file duplication. Use /NoRpFix to disable the reparse point tag fix. Use /SWMFile to reference split WIM files (SWMs). is the naming pattern and location of split files. Use /ConfirmTrustedFile to validate the image for Trusted Desktop. See http://go.microsoft.com/fwlink/?LinkID=309482 for more information about supported platforms. Use /WIMBoot to apply the image with WIMBoot configuration. Use /Compact to apply the image in compact mode. Use /EA to apply extended attributes. Use /SFUFile to reference split FFU files (SFUs). is the naming pattern and location of split files. Use /SkipPlatformCheck if the FFU file being applied is targeted for a device other than the machine performing the application. A special FFU file is required. Examples: DISM.exe /Apply-Image /ImageFile:install.wim /Index:1 /ApplyDir:D:\ DISM.exe /Apply-Image /ImageFile:install.swm /SWMFile:install*.swm /ApplyDir:D:\ /Index:1 DISM.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDrive0 |
1128 | Split-Image | Split-Image |
1129 | 既存の .wim ファイルまたは .ffu ファイルを複数の読み取り専用の 分割 WIM/FFU ファイルに分割します。 |
Splits an existing .wim or .ffu file into multiple read-only split WIM/FFU files. |
1130 | /Split-Image /ImageFile: /SWMFile: /FileSize: [/CheckIntegrity] /ImageFile: /SFUFile: /FileSize: [/CheckIntegrity] 既存の .wim または .ffu ファイルを複数の読み取り専用分割 WIM または FFU ファイルに分割します。 /FileSize を使用すると、作成される各ファイルの差最大サイズを MB 単位で 指定できます。 /CheckIntegrity を使用すると、WIM ファイルの破損を検出および追跡できます。 例: DISM.exe /Split-Image /ImageFile:install.wim /SWMFile:split.swm /FileSize:650 DISM.exe /Split-Image /ImageFile:flash.ffu /SFUFile:flash.sfu /FileSize:650 |
/Split-Image /ImageFile: /SWMFile: /FileSize: [/CheckIntegrity] /ImageFile: /SFUFile: /FileSize: [/CheckIntegrity] Splits an existing .wim or .ffu file into multiple read-only split WIM or FFU files. Use /FileSize to specify the maximum size in megabytes (MB) for each created file. Use /CheckIntegrity to detect and track WIM file corruption. Example: DISM.exe /Split-Image /ImageFile:install.wim /SWMFile:split.swm /FileSize:650 DISM.exe /Split-Image /ImageFile:flash.ffu /SFUFile:flash.sfu /FileSize:650 |
0x1 | ImagingProvider | ImagingProvider |
0x81560102 | VHD 操作では /Optimize 引数または /CheckIntegrity 引数はサポートされていません。サポートされていない引数は無視されました。詳細については、ヘルプを参照してください。 | VHD operations do not support the /Optimize or /CheckIntegrity arguments.The unsupported arguments were ignored. For more information, refer to the help. |
0xC1560100 | /%1 オプションはこのコンテキストでは認識されません。詳細については、ヘルプを参照してください。 | The /%1 option is not recognized in this context.For more information, refer to the help. |
0xC1560102 | /%1!s! オプションは引数をとりません。引数を指定せずにコマンドを再試行してください。詳細については、ヘルプを参照してください。 | The /%1!s! option does not take arguments. Try the command again without the argument. For more information, refer to the help. |
0xC1560107 | コマンド ラインに /%1 オプションが指定されていません。詳細については、ヘルプを参照してください。 | The command-line is missing the /%1 option.For more information, refer to the help. |
0xC1560108 | コマンド ラインに /%1 オプションと /%2 オプションは同時に使用できません。詳細については、ヘルプを参照してください。 | The /%1 and /%2 options cannot be used together on the command-line.For more information, refer to the help. |
0xC1560109 | コマンド ラインに必要なオプションが指定されていません。必ず /%1 または /%2 オプションのどちらかを指定してください。 | A required option is missing from the command-line.Ensure that /%1 or /%2 is specified. |
0xC156010F | /%1 オプションに引数が指定されていません。詳細については、ヘルプを参照してください。 | The /%1 option is missing an argument.For more information, refer to the help. |
0xC1560110 | /Format オプションで指定した引数は、このコマンドではサポートされていません。有効な構文の詳細については、ヘルプを参照してください。 | The argument specified with the /Format option is not supported with this command.For more information about valid syntax, refer to the help. |
0xC1560111 | 指定したイメージは、指定したイメージ コンテナーに存在しません。最初にイメージ コンテナーに既存のイメージがあるかどうかを確認してください。 | The specified image does not exist in the specified image container.Check the image container first for existing images. |
0xC1560112 | VHDX イメージはこのバージョンの Windows ではサポートされていません。 | VHDX images are not supported in this version of Windows. |
File Description: | DISM 汎用イメージング プロバイダー |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | ImagingProvider.dll |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | ImagingProvider.dll.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x411, 1200 |