@מישהו12 אני מעתיק לך פיתרון
לי זה עבד מיד אז אין לי יכולת לוודא עם הוא מועיל באמת
1] Prepare Windows 10 for successful RSAT installation
After upgrading Windows 10, you find Remote Server Administration Tools missing from your system. Once you download RSAT tool manually and try to install it, the process throws error 0x8024001d. If the same happens to you, go through the below steps for a successful installation.
Press – Windows + S.
Type – cmd.
Right-click on Command Prompt and choose – Run as administrator.
To allow User Account Control, click – Yes.
In the black pane, insert – net stop wuauserv.
Hit – Enter.
Minimize Command Prompt.
Now, Open Registry Editor.
Navigate to –
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
From right-pane, double-click – UseWUServer.
Put 0 in the Value data box.
Click – OK.
Go back to Command Prompt.
Run – net start wuauserv command.
Thereafter, copy the following command-line and paste the same in elevated Command Prompt –
DISM.exe /Online /add-capability /CapabilityName:Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0
Press – Enter.
Now, revert the UseWUServer value to 1 that you changed through Registry Editor.
Reboot Windows 10.
When the system powers up, try installing RSAT again.
This will fix 0x8024001d RSAT error.
https://www.howto-connect.com/fix-windows-update-error-0x8024001d/