Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » Fix the request to add or remove features on the specified server failed

Fix the request to add or remove features on the specified server failed

Posted on 18/05/202223/11/2025 Temitope Odemo By Temitope Odemo No Comments on Fix the request to add or remove features on the specified server failed
Add or remove features - fix dotnet framework issues

While setting up your server and planning to do some deployment on the server there could be some features that are part of the requirement for the deployment. In this guide, I will show you how to fix “the request to add or remove features on the specified server failed”. Please see Check .NET Framework version on Windows, and Steps to enable DotNet Framework in Windows 11. Also, see DotNet Framework in Windows 11, and how to integrate TestRail with Jira.

For example, you could need to install .NET Framework 3.5 as part of what is needed to make a particular deployment successful. But while installing these features you can encounter an error like ”The request to add or remove features on the specified server failed”.

The steps below show how to go about fixing this error so you can complete the installation of the .Net Framework 3.5. Here is a YouTube video for more information.

If you need to read more on some Windows errors you can read these: How to Fix Windows Error 0x80070057. How to fix Unknown Hard Error on Windows Server and Windows 10, and how to Fix “Unknown hard error” on Windows Server and Windows 10.

Fix the request to add or remove features failed

The image below shows the process of installing the .Net Framework 3.5 Features after going through the Add Roles Features from the Server Manager.

image-31
Adding Roles

In the image below while installing the .Net Framework 3.5 Features. It gets halted and displays this error “The request to add or remove features on the specified server failed. Installation of one or more roles, role services, or features failed. The source files could not be found”.

What you need to do is to locate the source of the file. This is exactly what we will be doing next.

Please see how to RUN Command on AWS, and how to Allow RDP access for non-administrators: Add User to Remote Desktop Users Group in Active Directory. Also, see how to enable or disable DotNet Framework (NetFx3) via PowerShell, Control Panel, and DISM in Windows. Learn about Security Best Practicse to secure your Cisco Router and Switches.

Resolution to the installation of one or more roles, role services, or features failed

1: Go ahead and close this Installation progress page and restart the installation.

image-32
Installation Progress

2. When you get to the Confirm installation selections page. Click on Specify an alternate source path and locate where the files are located.

image-33
Confirming installations selection

3. The .Net Framework 3.5 files can be located in this location sourcessxs

image-34
Sources folder

This is the location displayed in the image below sourcessxs

image-35
sxs folder

Specify the alternate source path

Also, see how to Fix “Insufficient System Resources Exist to Complete the Requested Service” error, how to Fix DISM Error 87: The package is unknown, and Hard Drive is Not Accessible: How to fix Cyclic Redundancy Check Data Error.

4. Now copy the directory where the file is located into the Specify Alternate Source Path and click Ok.

image-36
Source Path

5. After doing all this the installation will continue and will complete successfully

image-37
Installation Progress

FAQs

Can I use PowerShell to add or remove features as an alternative to Server Manager?

You can use PowerShell to add or remove features on a Windows server. PowerShell provides the Install-WindowsFeature and Uninstall-WindowsFeature cmdlets for this purpose.
– Here is how to add a feature: Install-WindowsFeature -Name
– Here is how to uninstall a feature: Uninstall-WindowsFeature -Name

Can this error also occur during updates or patch installations?

The error can also occur during the installation of updates or patches if there are issues with the update process. Similar troubleshooting steps, such as checking permissions and verifying installation sources, can be applied.

How do you fix failed to install .Net framework on Windows Server?

What you need to do is locate the source of the file and install .Net Framework from it. This video or this article on how to add or remove features on the specified server failed to discuss this issue.

What is included in the .NET Framework 3.5?

This includes all that is required to build existing apps and programs that rely on the .net framework

What are the differences between .NET Framework versions

Each version of .NET Framework contains the common language runtime (CLR), the base class libraries, and other managed libraries. Each new version of .NET Framework adds new features but retains features from previous versions.

I hope you found this blog post on how to fix error the request to add or remove features on the specified server failed interesting and helpful. In case you have any questions do not hesitate to ask in the comment section.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows, Windows Server Tags:Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to use the Reliability Monitor in Windows
Next Post: How to manage Microsoft Defender Antivirus using Group Policy and Command Line Utility

Related Posts

  • Featured image
    How to Disable or Uninstall OneDrive on Windows 10 and 11 Backup
  • Ubuntu on Windows
    Install Ubuntu 20.04 LTS on Windows via WSL Linux
  • recovery
    Perform System State Restore of Active Directory via Windows Server backup utility Windows Server
  • How to Make More Space Available on the Windows 11 Taskbar
    How to Make More Space Available on the Windows 11 Taskbar Windows
  • Featured image Desktop Stickers
    How to create Desktop Stickers in Windows 11 Windows
  • powershell
    Set PowerShell Execution Policy via Windows Settings Windows

More Related Articles

Featured image How to Disable or Uninstall OneDrive on Windows 10 and 11 Backup
Ubuntu on Windows Install Ubuntu 20.04 LTS on Windows via WSL Linux
recovery Perform System State Restore of Active Directory via Windows Server backup utility Windows Server
How to Make More Space Available on the Windows 11 Taskbar How to Make More Space Available on the Windows 11 Taskbar Windows
Featured image Desktop Stickers How to create Desktop Stickers in Windows 11 Windows
powershell Set PowerShell Execution Policy via Windows Settings Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • How to Install RSAT on Windows 11
    How to Install and Uninstall RSAT on Windows 11 Windows
  • Norton AV
    Enable or disable Norton silent mode on Mac Anti-Virus Solution
  • powershell01 3
    How to install and Update Azure PowerShell on your Windows PC AWS/Azure/OpenShift
  • Screenshot 2021 04 03 at 18.30.29
    Setup Windows server backup and create backup jobs with Bare metal backup Backup
  • images 5
    How to Perform a Self-service Password Reset using the Windows Login Integration Client Password Manager
  • what is winrm
    Determine Windows PowerShell version and see if WinRM is running via Test-WSMan Windows Server
  • nicedisk les chatfield cropped 100734348 large
    How to create a bootable USB using Rufus on Windows Windows
  • Windows10
    Configure new GPO settings and Security baseline for Windows Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,821 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.