DEV Community

0 seconds of 0 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
00:00
 
Vigneshwaran Vijayakumar for Winsides

Posted on

2 1 1

Video: Enable IIS using CMD and PowerShell

  • 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
Enter fullscreen mode Exit fullscreen mode
  • 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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more