Display information about the image:
>Dism /Get-ImageInfo /ImageFile:C:\dism\install.wim
Mount an image:
>Dism /Mount-image /ImageFile:C:\dism\install.wim /index:2 /MountDir:C:\test
Display information about mounted image
>Dism /Get-MountedImageInfo
Unmount image and descart alterations
>Dism /Unmount-image /MountDir:c:\test /Discard
List of 3rd party drivers
>Dism /image:C:\test\ /Get-Drivers
Unmount image and descart alterations
>Dism /Unmount-image /MountDir:c:\test /Discard
Unmount image and commit the changes
>Dism /Unmount-Image /MountDir:C:\test\ /Commit
List all of the features avaliable
>Dism /Image:C:\test\ /Get-Features
Get information about feature
>Dism /Image:C:\test\ /Get-FeatureInfo /Featurename:DirectoryServices-DomainController
Enable Windows feature
>Dism /Image:C:\test\ /Enable-Feature /FeatureName:DirectoryServices-DomainController /All
Nenhum comentário:
Postar um comentário