You are attempting to update a Windows image that has been mounted under C:\mount on your local system. What command must you use to apply the hotfix file C:\hotfixes\Hotfix1.cab to the mounted image?

Respuesta :

Answer:

To apply the hotfix file, use the following command

dism /image:c:\mount /add-package/packagepath:C:\hotfixes\Hotfix1.cab

The above code will apply the hotfix file C:\hotfixes\Hotfix1.cab to the mounted image.

ACCESS MORE