0x800F0922 when trying to enable iis
Internet information services hostable web core was enabled causing the issue
Also check this
Because IIS Hostable Web Core is enabled in your screenshot, run:
DISM /Online /Disable-Feature /FeatureName:IIS-HostableWebCore
Reboot, then:
DISM /Online /Enable-Feature /FeatureName:IIS-WebServerRole /All
The combination of a partially enabled IIS component and failed deployment packages is a common cause of 0x800F0922.
Comments
Post a Comment