Windows Server–Adding Roles and Features Hangs
This seems to be a common occurrence. The workaround I have found invovles Powershell . Simply
- Export the Configuration Settings – into say c:\config.xml
- Run the following command in a powershell window
Install-WindowsFeature -ConfigurationFilePath c:\config.xml
Leave a Reply