6.5 To disable windows feature
Disable a specific feature in the image. To service an offline image, specify the location of the mounted image directory. For example, to disable TFTP features, provide the below command.
Dism /Image:C:\test\offline /Disable-Feature /FeatureName:TFTP
Last updated