File name: | DmiProvider.dll.mui |
Size: | 17920 byte |
MD5: | 21e58e0af69a4b79d69e4f5e3d7f29f0 |
SHA1: | d9410e5d692fe175b6a4922128a81621ab69e46f |
SHA256: | 85ad6bd92f206376f43788919408c4eed7e096ff6aff7d21980d1fe084058b19 |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in English (U.S.) 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 | English (U.S.) | English |
---|---|---|
100 | Driver packages listing: | Driver packages listing: |
101 | Published Name | Published Name |
102 | Driver package information: | Driver package information: |
103 | Drivers for architecture | Drivers for architecture |
104 | Unknown device class | Unknown device class |
105 | (No drivers found in the image matching the criteria) | (No drivers found in the image matching the criteria) |
106 | Obtaining list of 3rd party drivers from the driver store... | Obtaining list of 3rd party drivers from the driver store... |
107 | Obtaining list of all drivers from the driver store... | Obtaining list of all drivers from the driver store... |
108 | Installing %1!d! of %2!d! - %3!s!: %0 | Installing %1!d! of %2!d! - %3!s!: %0 |
109 | Removing %1!d! of %2!d! - %3!s!: %0 | Removing %1!d! of %2!d! - %3!s!: %0 |
110 | The driver package was successfully installed. |
The driver package was successfully installed. |
111 | The driver package was successfully removed. |
The driver package was successfully removed. |
112 | Exporting %1!d! of %2!d! - %3!s!: %0 | Exporting %1!d! of %2!d! - %3!s!: %0 |
113 | The driver package successfully exported. |
The driver package successfully exported. |
114 | INFO: DISM has skipped driver signature check because the version of running OS and that of target OS do not match. |
INFO: DISM has skipped driver signature check because the version of running OS and that of target OS do not match. |
200 | Driver Store Path | Driver Store Path |
201 | Inbox | Inbox |
202 | Provider Name | Provider Name |
203 | Date | Date |
204 | Version | Version |
205 | Yes | Yes |
206 | No | No |
207 | Class GUID | Class GUID |
208 | Architecture | Architecture |
209 | Manufacturer | Manufacturer |
210 | Description | Description |
211 | Hardware ID | Hardware ID |
212 | Service Name | Service Name |
214 | Compatible IDs | Compatible IDs |
215 | Exclude IDs | Exclude IDs |
217 | Boot Critical | Boot Critical |
218 | Searching for driver packages to install... |
Searching for driver packages to install... |
219 | Found %1!d! driver package(s) to install. |
Found %1!d! driver package(s) to install. |
220 | Found %1!d! driver package(s) to remove. |
Found %1!d! driver package(s) to remove. |
221 | Class Name | Class Name |
222 | Original File Name | Original File Name |
223 | Class Description | Class Description |
1000 | ImageTopLevelHelp | ImageTopLevelHelp |
1100 | DriverCommands | DriverCommands |
1101 | Information on the available driver commands | Information on the available driver commands |
1102 | DRIVER SERVICING COMMANDS: |
DRIVER SERVICING COMMANDS: |
1103 | Get-Drivers | Get-Drivers |
1104 | Displays information about all drivers in an offline image or a running operating system. |
Displays information about all drivers in an offline image or a running operating system. |
1105 | /Get-Drivers [/Format:] [/all] Displays information about drivers in an image. Use the /Format option to specify a table or list format for the output. If /Format is not specified, the output is formatted as a list. Only shows out-of-box drivers by default. Use /all switch to show all drivers in the image. Examples: DISM.exe /Image:C:\test\offline /Get-Drivers DISM.exe /Image:C:\test\offline /Get-Drivers /all DISM.exe /Image:C:\test\offline /Get-Drivers /Format:Table |
/Get-Drivers [/Format:] [/all] Displays information about drivers in an image. Use the /Format option to specify a table or list format for the output. If /Format is not specified, the output is formatted as a list. Only shows out-of-box drivers by default. Use /all switch to show all drivers in the image. Examples: DISM.exe /Image:C:\test\offline /Get-Drivers DISM.exe /Image:C:\test\offline /Get-Drivers /all DISM.exe /Image:C:\test\offline /Get-Drivers /Format:Table |
1106 | Get-DriverInfo | Get-DriverInfo |
1107 | Displays information about a specific driver in an offline image or a running operating system. |
Displays information about a specific driver in an offline image or a running operating system. |
1108 | /Get-DriverInfo /Driver: Displays information about an INF file installed in the image, or one that is not yet installed. Installed 3rd party drivers will be named OEM1.inf, OEM2.inf, and so on. Use the Published Name from the /Get-Drivers list to view information on installed drivers. Examples: DISM.exe /Image:C:\test\offline /Get-DriverInfo /Driver:D:\Drivers\Usb\Usb.inf DISM.exe /Image:C:\test\offline /Get-DriverInfo /Driver:oem1.inf |
/Get-DriverInfo /Driver: Displays information about an INF file installed in the image, or one that is not yet installed. Installed 3rd party drivers will be named OEM1.inf, OEM2.inf, and so on. Use the Published Name from the /Get-Drivers list to view information on installed drivers. Examples: DISM.exe /Image:C:\test\offline /Get-DriverInfo /Driver:D:\Drivers\Usb\Usb.inf DISM.exe /Image:C:\test\offline /Get-DriverInfo /Driver:oem1.inf |
1109 | Add-Driver | Add-Driver |
1110 | Adds driver packages to an offline image. | Adds driver packages to an offline image. |
1111 | /Add-Driver {/Driver: | /Driver:} [/recurse] [/ForceUnsigned] Adds drivers to an offline image. Use /recurse to query all subfolders for drivers. Use /ForceUnsigned to add unsigned drivers to X64-based images. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Add-Driver /Driver:D:\Drivers\Usb\Usb.inf DISM.exe /Image:C:\test\offline /Add-Driver /Driver:D:\Drivers /recurse |
/Add-Driver {/Driver: | /Driver:} [/recurse] [/ForceUnsigned] Adds drivers to an offline image. Use /recurse to query all subfolders for drivers. Use /ForceUnsigned to add unsigned drivers to X64-based images. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Add-Driver /Driver:D:\Drivers\Usb\Usb.inf DISM.exe /Image:C:\test\offline /Add-Driver /Driver:D:\Drivers /recurse |
1112 | Remove-Driver | Remove-Driver |
1113 | Removes driver packages from an offline image. | Removes driver packages from an offline image. |
1114 | /Remove-Driver /Driver: Removes the specified out-of-box driver from the image. Use /Get-Drivers to see a list of installed drivers. This command is not supported against an online image. WARNING: Removing a boot-critical driver package can make the offline Windows image unbootable. Example: DISM.exe /Image:C:\test\offline /Remove-Driver /Driver:oem1.inf |
/Remove-Driver /Driver: Removes the specified out-of-box driver from the image. Use /Get-Drivers to see a list of installed drivers. This command is not supported against an online image. WARNING: Removing a boot-critical driver package can make the offline Windows image unbootable. Example: DISM.exe /Image:C:\test\offline /Remove-Driver /Driver:oem1.inf |
1115 | Export-Driver | Export-Driver |
1116 | Export all third-party driver packages from an offline image or a running operating system. |
Export all third-party driver packages from an offline image or a running operating system. |
1117 | /Export-Driver /Destination: Export all third-party driver packages from a Windows image to a destination path. Examples: DISM.exe /Image:C:\test\offline /Export-Driver /Destination:C:\destpath |
/Export-Driver /Destination: Export all third-party driver packages from a Windows image to a destination path. Examples: DISM.exe /Image:C:\test\offline /Export-Driver /Destination:C:\destpath |
0x4200003C | The specified driver package is already present in the driver store. | The specified driver package is already present in the driver store. |
0x42000041 | Driver package '%1!s!' was successfully installed. | Driver package '%1!s!' was successfully installed. |
0x42000054 | The driver package was successfully installed. | The driver package was successfully installed. |
0xC2000030 | Unable to find the specified driver package '%1!s!'.Verify the path is valid and try the command again. | Unable to find the specified driver package '%1!s!'.Verify the path is valid and try the command again. |
0xC2000031 | An error occurred. The specified driver package '%1!s!' could not be found. | An error occurred. The specified driver package '%1!s!' could not be found. |
0xC2000032 | An error occurred. The driver package '%1!s!' could not be opened. | An error occurred. The driver package '%1!s!' could not be opened. |
0xC2000033 | An error occurred trying to list the drivers for the specified driver package '%1!s!'. | An error occurred trying to list the drivers for the specified driver package '%1!s!'. |
0xC2000034 | An error occurred. The driver store for the image could not be opened. | An error occurred. The driver store for the image could not be opened. |
0xC2000035 | An error occurred trying to list the driver packages in the offline image. | An error occurred trying to list the driver packages in the offline image. |
0xC2000038 | The /%1!s! option does not take arguments. Try the command again without the argument. For more information, refer to the help for the %1!s! option. | The /%1!s! option does not take arguments. Try the command again without the argument. For more information, refer to the help for the %1!s! option. |
0xC2000039 | The driver command is missing a path to an INF file or folder.Try adding the path and running the command again. For more information, refer to the help. | The driver command is missing a path to an INF file or folder.Try adding the path and running the command again. For more information, refer to the help. |
0xC200003B | An error occurred. The report could not be formatted. For more information, review the log file. | An error occurred. The report could not be formatted. For more information, review the log file. |
0xC200003D | An error occurred. The driver package could not be installed in the driver store of the offline image. | An error occurred. The driver package could not be installed in the driver store of the offline image. |
0xC200003F | No driver packages were found on the specified path. Verify that the driver .INF files are in the specified location and try the command again. | No driver packages were found on the specified path. Verify that the driver .INF files are in the specified location and try the command again. |
0xC2000042 | An error occurred. The driver package could not be installed. For more information, check for log files in the \\inf folder of the target image. | An error occurred. The driver package could not be installed. For more information, check for log files in the \\inf folder of the target image. |
0xC2000043 | An error occurred searching for driver packages on the specified path '%1!s!' | An error occurred searching for driver packages on the specified path '%1!s!' |
0xC2000044 | This command can only be used with an offline image. | This command can only be used with an offline image. |
0xC2000045 | Cannot find the specified file '%1!s!' | Cannot find the specified file '%1!s!' |
0xC2000046 | Cannot specify more than one .inf file for this command.Re-enter the command, specifying only one .inf file. | Cannot specify more than one .inf file for this command.Re-enter the command, specifying only one .inf file. |
0xC2000048 | The specified driver cannot be removed. Removing a default driver package is not supported. | The specified driver cannot be removed. Removing a default driver package is not supported. |
0xC2000049 | Specifying folders for this command is not supported.Re-enter the command, specifying a file. | Specifying folders for this command is not supported.Re-enter the command, specifying a file. |
0xC200004A | An error occurred. The driver package '%1!s!' could not be removed.For more information, check for log files in the \\inf folder of the target image. | An error occurred. The driver package '%1!s!' could not be removed.For more information, check for log files in the \\inf folder of the target image. |
0xC200004C | The driver package did not contain any drivers matching the architecture of the image. | The driver package did not contain any drivers matching the architecture of the image. |
0xC200004D | The driver package contains x64 boot-critical drivers, but the drivers are not properly signed. Use the /forceunsigned option to install the drivers. | The driver package contains x64 boot-critical drivers, but the drivers are not properly signed. Use the /forceunsigned option to install the drivers. |
0xC200004E | The command completed with errors. For more information, refer to the log file. | The command completed with errors. For more information, refer to the log file. |
0xC200004F | The %1!s! option can only be specified once on the command-line.Re-enter the command, specifying the %1!s! option only once. | The %1!s! option can only be specified once on the command-line.Re-enter the command, specifying the %1!s! option only once. |
0xC2000050 | The %1!s! option is not a valid command. For more information, refer to the help. | The %1!s! option is not a valid command. For more information, refer to the help. |
0xC2000051 | Multiple driver paths cannot be specified with this command. For more information, refer to the help. | Multiple driver paths cannot be specified with this command. For more information, refer to the help. |
0xC2000053 | Error - %1!s!%0 | Error - %1!s!%0 |
0xC2000055 | There was a problem opening the INF file.%0 | There was a problem opening the INF file.%0 |
0xC2000056 | %1!s! %2!s! Error: 0x%3!X!. | %1!s! %2!s! Error: 0x%3!X!. |
0xC2000057 | The argument specified with the /Format option is not supported with this command. For more information about valid syntax, refer to the help. | The argument specified with the /Format option is not supported with this command. For more information about valid syntax, refer to the help. |
0xC2000058 | The driver command does not support folder arguments in this context.Try specifying a specific INF file and running the command again. For more information, refer to the help. | The driver command does not support folder arguments in this context.Try specifying a specific INF file and running the command again. For more information, refer to the help. |
0xC2000059 | A destination path must be specified. | A destination path must be specified. |
0xC200005A | The destination path %1!s! does not exist. | The destination path %1!s! does not exist. |
0xC200005B | The command-line is missing the /%1 option.For more information, refer to the help. | The command-line is missing the /%1 option.For more information, refer to the help. |
File Description: | DISM Driver Provider |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | DmiProvider.dll |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | DmiProvider.dll.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x409, 1200 |