What's the difference between the wim files they produce?
Se você digitar recimg /?
em um prompt de comando, ele exibirá as seguintes informações.
C:>recimg /?
Configures the recovery image Windows uses to refresh your PC.
RECIMG.EXE
The recimg.exe command line tool lets you configure a custom recovery image for Windows to use when you refresh your PC. When you create a custom recovery image, it will contain the desktop apps you've installed, and the Windows system files in their current state. Recovery images do not contain your documents, personal settings, user profiles, or apps from Windows Store, because that information is preserved at the time you refresh your PC.
When you create a custom recovery image, recimg will store it in the specified directory, and set it as the active recovery image. If a custom recovery image is set as the active recovery image, Windows will use it when you refresh your PC. You can use the /setcurrent and /deregister options to select which recovery image Windows will use. All recovery images have the filename CustomRefresh.wim. If no CustomRefresh.wim file is found in the active recovery image directory, Windows will fall back to the default image (or to installation media) when you refresh your PC.
Note that you cannot reset your PC using a custom recovery image. Custom recovery images can only be used to refresh your PC.
Isso significa que recimg -CreateImage
é usado para criar a imagem usada pelo ambiente de recuperação para Atualizar a instalação do Windows em questão.
Fonte: Por que e quando" recimg "é cancelado no Windows 10?
/ Capture-Image faz o seguinte:
Capture images for each customized partition.
/Capture-Image
pode ser usado para criar uma imagem da partição existente de um dispositivo de armazenamento. Normalmente, isso seria usado para criar várias imagens .wim das partições de um sistema, a fim de implantá-lo em outras máquinas em uma rede, para que elas sejam idênticas.
Fonte: Capturar imagens de partições de disco rígido usando o DISM
Also, what's the difference between a .wmi file and a .wim file.
O .WMI é um Arquivo de script do Windows Management Instrumentation . Não tem nada a ver com nenhum comando.