WimProvider.dll.mui Provider WIM di Gestione e manutenzione immagini distribuzione 18df4877ad20912c7e7ef4c3420bcf0d

File info

File name: WimProvider.dll.mui
Size: 31232 byte
MD5: 18df4877ad20912c7e7ef4c3420bcf0d
SHA1: 3de88f01592c68c40143793bf7f732e2b9aa47fa
SHA256: 700269f6d308a0cdfa556eec7faa614349900536a185d77897fc655b6a532550
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Italian 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 Italian English
101Dettagli per l'immagine: %1

Details for image : %1

102Indice: %1!d!
Nome: %2
Descrizione: %3
Index : %1!d!
Name : %2
Description : %3
103Dimensioni: %1 byte
Size : %1 bytes
104Immagini montate:

Mounted images:

105Directory montaggio: %1
File immagine: %2
Indice immagine: %3!d!
Lettura/scrittura immagine montata: %4
Stato: %5

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

106
Nessuna immagine montata trovata.


No mounted images found.

107Montaggio immagine Mounting image
108Salvataggio immagine Saving image
109Smontaggio immagine Unmounting image
110 Yes
111No No
112OK Ok
113Rimontaggio necessario Needs Remount
114Voce di montaggio non aggiornata con riferimento a %1 rimossa
Stale mount entry pointing to %1 removed
115%1!d! file di montaggio non aggiornato eliminato dall'unità %2!c!
%1!d! stale mount file deleted from drive %2!c!
116%1!d! file di montaggio non aggiornati eliminati dall'unità %2!c!
%1!d! stale mount files deleted from drive %2!c!
117Ricerca di file non aggiornati nell'unità %1!c!
Scanning drive %1!c! for stale files
118Non valido Invalid
130Architettura : x86
Architecture : x86
131Architettura : x64
Architecture : x64
132Architettura : ia64
Architecture : ia64
133Architettura : sconosciuta
Architecture : Unknown
134Architettura : %1
Architecture : %1
135HAL : %1
Hal : %1
136Versione : %1.%2.%3
Version : %1.%2.%3
137Versione : %1
Version : %1
138Build Service Pack : %1
ServicePack Build : %1
139Livello Service Pack : %1
ServicePack Level : %1
140Edizione : %1
Edition : %1
141Installazione : %1
Installation : %1
142Tipo prodotto : %1
ProductType : %1
143Famiglia di prodotti : %1
ProductSuite : %1
144Radice sistema : %1
System Root : %1
145Directory : %1
Directories : %1
146File : %1
Files : %1
147Data creazione : %1 - %2
Created : %1 - %2
148Data creazione : %1
Created : %1
149Data modifica : %1 - %2
Modified : %1 - %2
150Data modifica : %1
Modified : %1
151Lingue :
Languages :
152Lingue : %1
Languages : %1
153%1
%1
154%1 (valore predefinito)
%1 (Default)
158
159

160Smontaggio dell'immagine in %1 Unmounting image at %1
161File immagine : %1
Indice immagine : %2!d!
Image File : %1
Image Index : %2!d!
162Architettura: ARM
Architecture : arm
163Applicazione dell'immagine Applying image
164Verifica dell'integrità Verifying integrity
165Esportazione dell'immagine Exporting image
166Suddivisione dell'immagine Splitting image
167Abilitazione dell'inserimento nel diario completata per il volume %1!c!:
Journaling is enabled successfully on volume %1!c!:
168L'immagine verrà applicata senza convalidare i file attendibili. Prerequisiti non soddisfatti per la convalida dei file attendibili.
The image will be applied without validating for trusted files. The prerequisites required for trusted file validation have not been met.
169Ottimizzazione del sistema Optimizing system
170WIM avviabile: %1
WIM Bootable : %1
171ID origine dati: %1
File immagine: %2

Data Source ID : %1
Image File : %2

172Architettura: arm64
Architecture : arm64
1000LocalTopLevelHelp LocalTopLevelHelp
1101WimCommands WimCommands
1102Informazioni sui comandi WIM disponibili Information on the available WIM commands
1103COMANDI WIM:
WIM COMMANDS:
1104Mount-Wim Mount-Wim
1105Monta un'immagine da un file WIM. Mounts an image from a WIM file.
1106
/Mount-Wim /WimFile:
{/Index: | /Name:}
/MountDir: [/readonly]

Monta il file WIM nella directory specificata in modo che sia disponibile
per la manutenzione.
Utilizzare /ReadOnly imposta le autorizzazioni di sola lettura
per l'immagine montata.

Esempi:
DISM.exe /Mount-Wim /WimFile:C:\test\immagini\immagine.wim /index:1
/MountDir:C:\test\offline

DISM.exe /Mount-Wim /WimFile:C:\test\immagini\immagine.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
1108Smonta un'immagine WIM montata. Unmounts a mounted WIM image.
1109
/Unmount-Wim /MountDir: {/Commit | /Discard}

Smonta il file WIM. Utilizzare /Commit per salvare le modifiche o /Discard
per ignorarle.

Esempi:

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
1111Visualizza informazioni sulle immagini incluse in
un file WIM.
Displays information about images in a WIM file.
1112
/Get-WimInfo /WimFile: [/Index: |
/Name:]

Visualizza informazioni sulle immagini contenute nel file WIM specificato.

Esempi:
DISM.exe /Get-WimInfo /WimFile:C:\test\immagini\immagine.wim

DISM.exe /Get-WimInfo /WimFile:C:\test\immagini\immagine.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
1114Visualizza informazioni sulle immagini WIM montate. Displays information about mounted WIM images.
1115
/Get-MountedWimInfo

Visualizza informazioni sulle immagini montate, indicando tra l'altro
se l'immagine è pronta per la manutenzione, deve essere rimontata oppure
non è valida.

Esempio:
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
1117Salva le modifiche apportate a un'immagine WIM
montata.
Saves changes to a mounted WIM image.
1118
/Commit-Wim /MountDir:

Applica le modifiche apportate all'immagine montata. L'immagine rimane
montata finché non si utilizza l'opzione /Unmount-Wim.

Esempio:
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
1120Ripristina una directory di montaggio WIM orfana. Recovers an orphaned WIM mount directory.
1121
/Remount-Wim /MountDir:

Ripristina una directory di montaggio WIM orfana.

Esempio:
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
1123Elimina le risorse associate alle immagini WIM
montate che sono danneggiate.
Deletes resources associated with mounted WIM
images that are corrupted.
1124
/Cleanup-Wim

Elimina le risorse associate a un'immagine montata danneggiata.
Questo comando non consente di smontare un'immagine montata
né di eliminare le immagini che possono essere ripristinate con il comando /Remount-WIM.

Esempio:
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
1129Cattura l'immagine di un'unità in un nuovo file
WIM. Le directory catturate comprendono tutte le
sottocartelle e tutti i dati
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:Descrizione] [/ConfigFile:]
{[/Compress:{fast|max|none}] [/Bootable] | [/WIMBoot]} [/CheckIntegrity]
[/Verify] [/NoRpFix] [/EA]

Acquisisce un'immagine di un'unità in un nuovo file WIM. Le directory acquisite
comprendono tutte le sottocartelle e tutti i dati. Non è possibile acquisire una directory vuota.
Usa /ConfigFile per specificare il percorso di un file di configurazione
che elenca le esclusioni per i comandi di acquisizione e compressione delle immagini.
Usa /Compress per specificare il tipo di compressione usato per l'operazione iniziale di
acquisizione.
Usa /Bootable per contrassegnare un'immagine di volume Windows PE in grado di essere avviata.
Usa /WIMBoot per acquisire l'immagine applicabile con la configurazione
WIMBoot.
Usa /CheckIntegrity per rilevare e tracciare i file WIM danneggiati.
Usa /Verify per controllare la presenza di errori e file duplicati.
Usa /NoRpFix per disabilitare la correzione dei tag del reparse point.
Usa /EA per acquisire gli attributi estesi.

Esempio:
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
1132Aggiunge un'ulteriore immagine a un file WIM. Adds another image to a WIM file.
1133
/Append-Image /ImageFile: /CaptureDir:
/Name:
[/Description:Descrizione] [/ConfigFile:]
{[/Bootable] | [/WIMBoot]} [/CheckIntegrity] [/Verify] [/NoRpFix] [/EA]

Aggiunge un'ulteriore immagine a un file WIM.
Usa /ConfigFile per specificare il percorso di un file di configurazione
che comprende un elenco delle esclusioni per i comandi di acquisizione e compressione delle immagini.
Usa /Bootable per contrassegnare un'immagine di volume Windows PE in grado di essere avviata.
Usa /WIMBoot per aggiungere un'immagine configurata WIMBoot a un file WIM.
Usa /CheckIntegrity per rilevare e tracciare i file WIM danneggiati.
Usa /Verify per controllare la presenza di errori e file duplicati.
Usa /NoRpFix per disabilitare la correzione dei tag del reparse point.
Usa /EA per acquisire gli attributi estesi.

Esempio:
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
1135Esporta una copia dell'immagine specificata
in un altro file.
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]

Esporta una copia dell'immagine specificata in un altro file. I file di
origine e di destinazione devono utilizzare lo stesso tipo di compressione.
Utilizzare /SWMFile per fare riferimento ai file WIM suddivisi (SWM).
indica il modello di denominazione e il percorso
dei file suddivisi.
Utilizzare /Compress per specificare il tipo di compressione utilizzato
per l'operazione iniziale di acquisizione quando si esporta un'immagine
in un nuovo file WIM.
Utilizzare /Bootable per contrassegnare un'immagine di volume Windows PE
in grado di essere avviata.
Utilizzare /WIMBoot per esportare un'immagine applicabile con la configurazione
WIMBoot.
Utilizzare /CheckIntegrity per rilevare e tracciare i file WIM danneggiati.

Esempio:
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
1141Elimina l'immagine del volume specificata da un
file WIM che dispone di più immagini di volumi.
Deletes the specified volume image from a WIM file
that has multiple volume images.
1142
/Delete-Image /ImageFile:
{/Index: | /Name:

/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
1144Visualizza un elenco di file e cartelle compresi in
un'immagine specificata.
Displays a list of the files and folders in a
specified image.
1145
/List-Image /ImageFile:
{/Index: | /Name:}

Visualizza un elenco di file e cartelle compresi in un'immagine specificata.

Esempio:
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
1150Acquisisce le personalizzazioni in un file WIM delta in un
sistema WIMBoot. Le directory acquisite includono tutte
le sottocartelle e tutti i dati.
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]

Acquisisce le personalizzazioni dell'immagine in un nuovo file WIM in un sistema WIMBoot.
Le directory acquisite includono tutte le sottocartelle e tutti i dati. Non è possibile acquisire una
directory vuota. Nota: questo comando acquisisce solo i file
di personalizzazione. Non è utilizzabile per acquisire i file di installazione in un nuovo file
WIM.
Usare /ConfigFile per specificare la posizione di un file di configurazione in che comprende
un elenco delle esclusioni per i comandi di acquisizione e compressione delle immagini.
Usare /CheckIntegrity per rilevare e tracciare i file WIM danneggiati.
Usare /Verify per controllare la presenza di errori e file duplicati.
Usare /ConfirmTrustedFile per convalidare l'immagine per Desktop attendibile. Vedere
http://go.microsoft.com/fwlink/?LinkID=309482 per ulteriori informazioni sulle
piattaforme supportate.

Esempio:
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
1153Aggiorna la voce di configurazione WIMBoot per il
volume del disco specificato.
Updates WIMBoot configuration entry for the
specified disk volume.
1154
/Update-WIMBootEntry /Path: /DataSourceID:
/ImageFile:

Aggiorna la voce di configurazione WIMBoot associata all'ID dell'origine dati
specificato impostandola sul percorso del file di immagine rinominato o spostato.
Utilizzare /Path per specificare il volume del disco della configurazione WIMBoot.
Utilizzare /DataSourceID per specificare l'ID dell'origine dati visualizzato da
Get-WIMBootEntry.

Esempio:
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
1156Visualizza le voci di configurazione WIMBoot per il
volume del disco specificato.
Displays WIMBoot configuration entries for the
specified disk volume.
1157
/Get-WIMBootEntry /Path:

Visualizza le voci di configurazione WIMBoot per il volume del disco specificato.

Esempio:
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
1159Disidrata i file contenuti nell'immagine dei dati personalizzata. Dehydrates files contained in the custom data image.
1160
/Apply-CustomDataImage /SingleInstance /CustomDataImage: /ImagePath:

Disidrata i file contenuti nell'immagine dei dati personalizzata per risparmiare spazio.

Esempio:
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
0xC1510106L'opzione /%1 non è riconosciuta in questo contesto.Per ulteriori informazioni, consultare la Guida. The /%1 option is not recognized in this context.For more information, refer to the help.
0xC1510107Opzione /%1 mancante nella riga di comando.Per ulteriori informazioni, consultare la Guida. The command-line is missing the /%1 option.For more information, refer to the help.
0xC1510108Non è possibile utilizzare entrambe le opzioni /%1 e /%2 nella riga di comando.Per ulteriori informazioni, consultare la Guida. The /%1 and /%2 options cannot be used together on the command-line.For more information, refer to the help.
0xC1510109Opzione obbligatoria mancante nella riga di comando.Verificare che sia specificata l'opzione /%1 o l'opzione /%2. A required option is missing from the command-line.Ensure that /%1 or /%2 is specified.
0xC151010FArgomento mancante per l'opzione /%1.Per ulteriori informazioni, consultare la Guida. The /%1 option is missing an argument.For more information, refer to the help.
0xC1510110L'argomento specificato con l'opzione /Format non è supportato con questo comando.Per ulteriori informazioni sulla sintassi valida, vedere la Guida. The argument specified with the /Format option is not supported with this command.For more information about valid syntax, refer to the help.
0xC1510111Autorizzazioni non disponibili per montare e modificare questa immagine.Verificare di disporre delle autorizzazioni di lettura e scrittura oppure montare l'immagine con l'opzione /ReadOnly. Si noti che non è possibile eseguire il commit delle modifiche apportate a un'immagine con autorizzazioni di sola lettura. 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.
0xC1510112Autorizzazioni non disponibili per montare questa immagine.Verificare di disporre delle autorizzazioni di lettura per il file di immagine. You do not have permissions to mount this image.Verify that you have read permissions to the image file.
0xC1510113L'immagine specificata non esiste in Windows Imaging (WIM).Cercare prima di tutto immagini esistenti in Windows Imaging (WIM). The specified image does not exist in the WIM.Check the WIM first for existing images.
0xC1510114L'immagine specificata deve essere rimontata.Rimontare Windows Imaging (WIM) per rendere disponibile l'immagine per la manutenzione. The specified image needs to be remounted.Remount the Wim to make this image available for servicing.
0xC1510115L'immagine specificata non è valida.Smontare l'immagine o pulire Windows Imaging (WIM), quindi riprovare. The specified image is invalid.Unmount the image or clean up the Wim and then try again.
0xC1510116Il sistema operativo in esecuzione al momento del controllo dell'integrità del codicee dell'impostazione degli attributi estesi durante l'applicazione dell'immagine non è WinPE The running OS is not WinPE when checking code integrity and settingextended attributes during image apply
0xC1510117Il sistema operativo in esecuzione al momento del controllo dell'integrità del codicee dell'impostazione degli attributi estesi durante l'applicazione dell'immagine non è Windows 8 o versione successiva 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_it-it_0ec1648f6b856f17\
File Size:30 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:30720
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:Italian
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Provider WIM di Gestione e manutenzione immagini distribuzione
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:WimProvider.dll
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original File Name:WimProvider.dll.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\it-it\
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_it-it_b2a2c90bb327fde1\

What is WimProvider.dll.mui?

WimProvider.dll.mui is Multilingual User Interface resource file that contain Italian language for file WimProvider.dll (Provider WIM di Gestione e manutenzione immagini distribuzione).

File version info

File Description:Provider WIM di Gestione e manutenzione immagini distribuzione
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:WimProvider.dll
Legal Copyright:© Microsoft Corporation. Tutti i diritti riservati.
Original Filename:WimProvider.dll.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0x410, 1200