By using this site, you agree to the Privacy Policy.
Accept
EnterinITEnterinITEnterinIT
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
Reading: Fix Windows 10 RSAT Install Error 0x800f0954
Font ResizerAa
EnterinITEnterinIT
Font ResizerAa
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
  • WINDOWS
  • SCCM Query Collection List
Search
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
IT Pro

Fix Windows 10 RSAT Install Error 0x800f0954

Published: February 18, 2024
2 Min Read
SHARE

Fix Windows 10 RSAT Install Error 0x800f0954. Windows 10 RSAT Install Error 0x800f0954.

Contents
Registry EditorPowerShellGroup Policy

When installing RSAT via Add-WindowsCapability or DISM:

DISM.exe /Online /add-capability/CapabilityName:Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0 .1.0)

Most likely your computer is configured to update only from the local WSUS update server using Group Policy settings.

Registry Editor

You can temporarily disable updating from the WSUS server through the registry:

1. Open the registry key;

HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

2. Change the UseWUServer to 0;

3. Restart the Windows Update Service (wuauserv).

NOTE: Do not reboot, because Group Policy Objects with WSUS will apply again.

PowerShell

Use the following PowerShell script:

$currentWU = Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "UseWUServer" | select -ExpandProperty UseWUServer
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "UseWUServer" -Value 0
Restart-Service wuauserv
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability –Online
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "UseWUServer" -Value $currentWU
Restart-Service wuauserv

Group Policy

You can configure a new group policy option that allows you to configure installation options for additional Windows and Features On Demand components.

NOTE: For this operation, you need to have rights to edit Group Policy Objects.

1. Open the local GPO editor – gpedit.msc;

2. Go to the GPO section Computer Configuration\Administrative Templates\System;

3. Enable the policy Specify settings for optional component installation and component repair, and check the option Download repair content and optional features directly from Windows Updates instead of Windows Server Updates Services (WSUS);

4. Save the changes and update policy settings on the client with an error;

gpupdate /force
TAGGED:PowerShellWindowsWindows 10
Previous Article SCCM Clients Unable to Download Policy from Management Point
Next Article Troubleshooting Windows Server Rebooted with Reason Code 0x80020002: Check and Update Local Computer Policy
Leave a Comment Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Translation

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
by Transposh - translation plugin for wordpress

Popular Posts

System Requirements for Windows Server 2016
Windows Server
Configuration Manager Query Collection List
Configuration Manager Query Collection List
ConfigMgr
Structured/Managed Navigation enabled on Modern Pages in Classic Team Sites
Tech
SCCM Failed to get DP locations as the expected version from MP
ConfigMgr

Recent Posts

Installing and Configuring Fail2ban for SSH Protection on Ubuntu 24.04
Linux
Enabling and Configuring FirewallD on AlmaLinux
Linux
User Creation and SSH Key Setup in AlmaLinux
Linux
How to reset password on AlmaLinux
Linux

© 2023 EnterinIT

Go to mobile version
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?