Forum Discussion
24H2 uninstalled my RSAT, they fail to reinstall
- MKelly1240Oct 21, 2024Brass ContributorOh yeah, the better question is why do they disappear when updating Windows versions? Office and other programs stay, why can't the RSAT tools?
- MKelly1240Oct 21, 2024Brass Contributor
Steve_Pogue There are 2 solutions.
Apparently you should be able to download the Win10 RSAT msi installer and use that.
The other option, which is what I did, is to download the Win11 Windows_11_languages_and_optional_features_x64_dvd_dbe9044b.iso and use that as your install source.
Get-WindowsCapability -Name RSAT* -Online -Source "E:\LanguagesAndOptionalFeatures" | Select-Object -Property DisplayName, State
Get-WindowsCapability -Name RSAT* -Online -Source "E:\LanguagesAndOptionalFeatures" | Add-WindowsCapability -Online -Source "E:\LanguagesAndOptionalFeatures" -ErrorAction SilentlyContinue
As I mentioned, I did the iso download and install from that. The installation still took like an hour or so to install all of the tools. But that did beat the 3 day install from letting Windows download them during the install.