1

I cannot disable/remove IIS component also its child components.

enter image description here

How to uninstall IIS 10 on Windows Server 2016?

Vy Do
  • 151
  • 1
  • 8
  • is the problem still existing? because IIS could required by other services like AD-Services – djdomi Aug 28 '22 at 15:55

2 Answers2

2

Open PowerShell as Administrator, run commands

Remove-WindowsFeature Web-Default-Doc
Remove-WindowsFeature Web-Dir-Browsing
Remove-WindowsFeature Web-Http-Errors
Remove-WindowsFeature Web-Static-Content
Remove-WindowsFeature Web-Http-Logging
Remove-WindowsFeature Web-Request-Monitor
Remove-WindowsFeature Web-Stat-Compression
Remove-WindowsFeature Web-Filtering
Remove-WindowsFeature Web-Windows-Auth
Remove-WindowsFeature Web-Net-Ext45
Remove-WindowsFeature Web-Asp-Net45
Remove-WindowsFeature Web-ISAPI-Ext
Remove-WindowsFeature Web-ISAPI-Filter
Remove-WindowsFeature Web-Mgmt-Console
Remove-WindowsFeature Web-Metabase

Then Server Manager: Manage \ Remove Roles and Features

Vy Do
  • 151
  • 1
  • 8
0

You cannot remove them because you opened the "Add Roles and Features" wizard. You need to open the "Remove Roles and Features" one...

enter image description here

MrLumute
  • 334
  • 1
  • 7