199k views
0 votes
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?

1 Answer

1 vote

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.

User DkAngelito
by
4.7k points