47.0k views
4 votes
Write the dism command that is used to perform each respective function.

User Adharris
by
4.6k points

1 Answer

4 votes

/Remove-Package - Remove a package

/Mount -Wim - Mount a WIM image

/Add-Driver - Add a driver

/Commit -Wim - Commit the changes to the image.

/Unmount -Wim - Unmounts a WIM image

User Besik
by
5.4k points