- Open Command Prompt as Administrator.
- Click Yes on the User Account Control.
- In the CMD, type the following command and click enter.
dism /online /enable-feature /featurename:IIS-WebServerRole /all /norestart
- The above command will use DISM to Enable IIS using Command Prompt. Kindly be patient when the system enables this feature. To get to know how to enable this feature on Windows PowerShell, visit our detailed guide on winsides.com. You can also refer to our YouTube Tutorial
.
Top comments (0)