question

Jonas24 avatar image
0 Votes"
Jonas24 Suspended asked KevinVFlick-6800 published

How to uninstall/Disable IIS on Windows 10?

Even after unchecking the box at 'Turn windows Features On or Off', IIS doesn't get disabled. What is the way to Disable IIS?

I did follow the instructions below:

You could take the following steps to remove IIS:

1) Open service.msc and Disable IIS admin service.

2)Open Turn windows features on or off

3) Uncheck Internet information service

4)Click OK

5)Restart the Operating system.

But still IIS is enabled on my PC. How to disable IIS on Windows 10 properly?

Already referred solutions:

https://forums.iis.net/t/1234848.aspx?How+to+uninstall+IIS+on+Windows+10+

https://windowsjet.com/disabling-iis-internet-information-services-in-windows-10-879/


not-supported-azure
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Nothing on this page works, is typed in correctly, or makes sense. A misdirection of nonsense. Look elsewhere.

0 Votes 0 ·

Nothing on this page works, is typed in correctly, or makes sense. A misdirection of nonsense. Look elsewhere.

0 Votes 0 ·
TKujala avatar image
0 Votes"
TKujala answered Jonas24 Suspended commented

Hi @WindowsUser-1376,


You can do it with PowerShell.


Run PowerShell as administrator and type the next command.


Get-WindowsOptionalFeature -online | ? featurename -like "IIS" | Disable-WindowsOptionalFeature -Online -Remove


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you! It works finally for me!

0 Votes 0 ·
MB222 avatar image
0 Votes"
MB222 answered

"1) Open service.msc and Disable IIS admin service." it's services.msc with an "s" at the end.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.