I Am Facing 0xc1900101 0x30018 Error While Updating To Windows

Asked By 0 points N/A Posted on -
qa-featured

What is the 0xc1900101 0x30018 error? Explain the error code briefly and show the steps to fix this error code and add the snapshot of the error.

SHARE
Answered By 10 points N/A #344690

I Am Facing 0xc1900101 0x30018 Error While Updating To Windows

qa-featured

0xc1900101 0x30018 error is a Windows update error that occurs when the user tries to upgrade from 1809 (10.0.17134.829) to 1903 via Windows Update. This error code appears because of the IIS as it is preventing the update.

The solution to resolve this error code is to deactivate the DISM services and then tries to upgrade. The command to deactivate the service is as follows:

“dism /online /disable-feature /FeatureName:SMB1Protocol-Server
dism /online /disable-feature /FeatureName:SMB1Protocol
dism /online /disable-feature /FeatureName:MSMQ-Server
dism /online /disable-feature /FeatureName:MSMQ-Container
dism /online /disable-feature /FeatureName:WCF-Services45
dism /online /disable-feature /FeatureName:WCF-TCP-Activation45
dism /online /disable-feature /FeatureName:WCF-Pipe-Activation45
dism /online /disable-feature /FeatureName:WCF-MSMQ-Activation45
dism /online /disable-feature /FeatureName:WCF-TCP-PortSharing45
dism /online /disable-feature /FeatureName:WAS-ConfigurationAPI
dism /online /disable-feature /FeatureName:WAS-WindowsActivationService
dism /online /disable-feature /FeatureName:WAS-ProcessModel
dism /online /disable-feature /FeatureName:IIS-RequestFiltering
dism /online /disable-feature /FeatureName:IIS-Security
dism /online /disable-feature /FeatureName:IIS-ApplicationDevelopment
dism /online /disable-feature /FeatureName:IIS-NetFxExtensibility45
dism /online /disable-feature /FeatureName:IIS-WebServerRole
dism /online /disable-feature /FeatureName:IIS-WebServer
dism /online /disable-feature /FeatureName:NetFx4-AdvSrvs
dism /online /disable-feature /FeatureName:NetFx4Extended-ASPNET45”
After disabling the above DISM service again try to upgrade the Windows and see that error is resolved or not.

Related Questions