Error in Adding IIS on windows 7

0

I'm trying to add IIS 10.0 on my Windows 7 Ultimate (64x), however when I go into Turn on and off Windows Features and it appears written on the screen Wait ... but then it returns me a totally white screen without being able to add IIS

    
asked by anonymous 08.02.2018 / 20:44

1 answer

1

Try to do this, type in the start menu cmd , right click on it and select the Executar como Administrador option. Enter the following command: ServerManagerCMD.exe -install Web-Server -allsubfeatures

From Enter to confirm.

He may consider the method obsolete, but it will start the same way, appearing like this:

...
Start Installation...
<0/100>

At the end you will have to see a report of all enabled services and to close:

Success: Installation succeeded

If you want PowerShell: link

    
04.03.2018 / 18:09