DEV Community

0 seconds of 3 minutes, 36 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
03:36
 
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)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay