Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, July 8, 2020 8:58 PM
Good afternoon,
After my upgrade to 2004 I (just like many other people) lost my RSAT. I've tried to get it reinstalled but no joy at this time. Here are some of the installs I've tried:
- Downloaded WindowsTH-RSAT_WS_1709-x64.msu, WindowsTH-RSAT_WS_1803-x64.msu, and WindowsTH-RSAT_WS2016-x64.msu from the MS site. All three installs failed with "rsat windows 10 install encountered error: 0x8024001d." <-- Bad metadata.
- Tried installing three modules from Settings > Apps > Optional Features > Add a feature. Simple error on all three attempted installs - Install failed
- Tried installing from Control Panel > Turn Windows features on or off. There is no RSAT feature available nor Windows RSAT. I was told to look under Remote Differential Compression API Support. Nope, definitely not there.
Does anyone have any ideas I haven't tried? Am I missing something simple?
Thanks,
Joe B
All replies (3)
Thursday, July 9, 2020 1:08 AM
If this is a domain with WSUS server, a GPO is probably needed to tell Windows to bypass WSUS for optional features.
The specific Policy is Download repair content and optional features directly from Windows Update instead of Windows Server Update Services (WSUS) and it needs enabled.
Thursday, July 9, 2020 9:20 AM
Hi Joe B,
RSAT is often updated when Windows updates, so make sure the machine could connect Microsoft Update Server directly. As gettnmorebetter said, if you use WSUS to control manage updates, please check the group policy below:
Computer Configuration\Administrative Templates\System.
On the right pane look for policy named “Specify settings for optional component installation and component repair. Right click policy setting and click Enabled. In addition to that, check the box “Download repair content and optional features directly from Windows Updates instead of Windows Server Updates Services (WSUS)“.
After that, you could also install RSAT by using powershell.(Get-WindowsCapability, Add-WindowsCapability).
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
Regards,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Thursday, July 30, 2020 4:17 PM
Hi,
Haven't received your message a few days, was your issue resolved?
I am proposing previous helpful replies as "Answered". Please feel free to try it and let me know the result. If the reply is helpful, please remember to mark it as answer which can help other community members who have same questions and find the helpful reply quickly.
Best regards,
Carl
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].